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 b2e20c9 commit ac6c76bCopy full SHA for ac6c76b
CHANGES.txt
@@ -1,6 +1,11 @@
1
Version history
2
===============
3
4
+11.0 (2023-06-02):
5
+
6
+- changed: conflict with Elgg < 5.0
7
+- changed: updated for Elgg 5.0
8
9
10.0.1 (2022-11-16):
10
11
- fixed: comment on answer notified comment owner
elgg-plugin.php
@@ -16,7 +16,7 @@
16
17
return [
18
'plugin' => [
19
- 'version' => '10.0.1',
+ 'version' => '11.0',
20
],
21
'settings' => [
22
'close_on_marked_answer' => 'no',
0 commit comments