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',