We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0adc66f commit 27da9f3Copy full SHA for 27da9f3
CHANGES.txt
@@ -1,6 +1,10 @@
1
Version history
2
===============
3
4
+8.0.1 (2021-10-12):
5
+
6
+- fixed: check correct setting for auto mark correct
7
8
8.0 (2021-09-27):
9
10
- changed: answer notification no longer user configurable
elgg-plugin.php
@@ -15,7 +15,7 @@
15
16
return [
17
'plugin' => [
18
- 'version' => '8.0',
+ 'version' => '8.0.1',
19
],
20
'settings' => [
21
'close_on_marked_answer' => 'no',
0 commit comments