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 2ab2926 commit 86332cfCopy full SHA for 86332cf
CHANGES.txt
@@ -1,6 +1,11 @@
1
Version history
2
===============
3
4
+11.1 (2023-07-26):
5
+
6
+- added: question database seeder
7
+- fixed: buttons have a discernible text
8
9
11.0 (2023-06-02):
10
11
- changed: conflict with Elgg < 5.0
elgg-plugin.php
@@ -16,7 +16,7 @@
16
17
return [
18
'plugin' => [
19
- 'version' => '11.0',
+ 'version' => '11.1',
20
],
21
'settings' => [
22
'close_on_marked_answer' => 'no',
0 commit comments