We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20b38ee commit 3460af2Copy full SHA for 3460af2
CHANGES.txt
@@ -1,6 +1,13 @@
1
Version history
2
===============
3
4
+8.0 (2021-09-27):
5
+
6
+- changed: answer notification no longer user configurable
7
+- changed: update for Elgg 4.0
8
+- fixed: answer listing view layout
9
+- fixed: question subscribers with experts enabled
10
11
7.0.2 (2021-06-08):
12
13
- several small chores/fixes
elgg-plugin.php
@@ -15,7 +15,7 @@
15
16
return [
17
'plugin' => [
18
- 'version' => '7.0.2',
+ 'version' => '8.0',
19
],
20
'settings' => [
21
'close_on_marked_answer' => 'no',
0 commit comments