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 66b3ab1 commit 81d9f38Copy full SHA for 81d9f38
CHANGES.txt
@@ -1,6 +1,10 @@
1
Version history
2
===============
3
4
+13.0.1 (2025-01-23):
5
+
6
+- fixed: questions owners should not be able to edit answers
7
8
13.0 (2024-06-28):
9
10
- added: restorable capability
elgg-plugin.php
@@ -16,7 +16,7 @@
16
17
return [
18
'plugin' => [
19
- 'version' => '13.0',
+ 'version' => '13.0.1',
20
],
21
'settings' => [
22
'close_on_marked_answer' => 'no',
0 commit comments