We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e189ac0 commit 6476a4cCopy full SHA for 6476a4c
CHANGES.txt
@@ -1,6 +1,12 @@
1
Version history
2
===============
3
4
+9.0 (2022-02-16):
5
+
6
+- changed: create question notification is now group tool dependent
7
+- changed: updated entity configuration for new capabilities
8
9
10
8.0.1 (2021-10-12):
11
12
- fixed: check correct setting for auto mark correct
elgg-plugin.php
@@ -15,7 +15,7 @@
15
16
return [
17
'plugin' => [
18
- 'version' => '8.0.1',
+ 'version' => '9.0',
19
],
20
'settings' => [
21
'close_on_marked_answer' => 'no',
0 commit comments