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 8e12a58 commit 1a1fc27Copy full SHA for 1a1fc27
CHANGES.txt
@@ -1,6 +1,10 @@
1
Version history
2
===============
3
4
+10.0 (2022-08-24):
5
+
6
+- changed: updated for Elgg 4.3
7
8
9.1 (2022-06-01):
9
10
- added: container info to questions edit form
elgg-plugin.php
@@ -15,7 +15,7 @@
15
16
return [
17
'plugin' => [
18
- 'version' => '9.1',
+ 'version' => '10.0',
19
],
20
'settings' => [
21
'close_on_marked_answer' => 'no',
0 commit comments