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 28559f7 commit 9bc56a9Copy full SHA for 9bc56a9
CHANGES.txt
@@ -1,6 +1,10 @@
1
Version history
2
===============
3
4
+9.1 (2022-06-01):
5
+
6
+- added: container info to questions edit form
7
8
9.0 (2022-02-16):
9
10
- changed: create question notification is now group tool dependent
elgg-plugin.php
@@ -15,7 +15,7 @@
15
16
return [
17
'plugin' => [
18
- 'version' => '9.0',
+ 'version' => '9.1',
19
],
20
'settings' => [
21
'close_on_marked_answer' => 'no',
0 commit comments