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 2d8b480 commit 211e5d6Copy full SHA for 211e5d6
CHANGES.txt
@@ -1,6 +1,10 @@
1
Version history
2
===============
3
4
+12.0 (2023-11-30):
5
+
6
+- changed: updated for Elgg 5.1
7
8
11.1 (2023-07-26):
9
10
- added: question database seeder
elgg-plugin.php
@@ -16,7 +16,7 @@
16
17
return [
18
'plugin' => [
19
- 'version' => '11.1',
+ 'version' => '12.0',
20
],
21
'settings' => [
22
'close_on_marked_answer' => 'no',
0 commit comments