From 6476a4cc90b5f193cfa901d0c3040c7851dd8944 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jer=C3=B4me=20Bakker?= Date: Wed, 16 Feb 2022 15:31:18 +0100 Subject: [PATCH] chore: wrapping up v9.0 --- CHANGES.txt | 6 ++++++ elgg-plugin.php | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGES.txt b/CHANGES.txt index f9a16fd..243ee27 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,6 +1,12 @@ Version history =============== +9.0 (2022-02-16): + +- changed: create question notification is now group tool dependent +- changed: updated entity configuration for new capabilities +- changed: updated entity configuration for new capabilities + 8.0.1 (2021-10-12): - fixed: check correct setting for auto mark correct diff --git a/elgg-plugin.php b/elgg-plugin.php index d3acf28..17e0ba8 100644 --- a/elgg-plugin.php +++ b/elgg-plugin.php @@ -15,7 +15,7 @@ return [ 'plugin' => [ - 'version' => '8.0.1', + 'version' => '9.0', ], 'settings' => [ 'close_on_marked_answer' => 'no',