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 8337069 commit b31415bCopy full SHA for b31415b
CHANGES.txt
@@ -1,6 +1,11 @@
1
Version history
2
===============
3
4
+13.0 (2024-06-28):
5
+
6
+- added: restorable capability
7
+- changed: updated for Elgg 6
8
9
12.0 (2023-11-30):
10
11
- changed: updated for Elgg 5.1
elgg-plugin.php
@@ -16,7 +16,7 @@
16
17
return [
18
'plugin' => [
19
- 'version' => '12.0',
+ 'version' => '13.0',
20
],
21
'settings' => [
22
'close_on_marked_answer' => 'no',
0 commit comments