Skip to content

Commit 3460af2

Browse files
committed
chore: wrapping up v8.0
1 parent 20b38ee commit 3460af2

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGES.txt

+7
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
Version history
22
===============
33

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+
411
7.0.2 (2021-06-08):
512

613
- several small chores/fixes

elgg-plugin.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
return [
1717
'plugin' => [
18-
'version' => '7.0.2',
18+
'version' => '8.0',
1919
],
2020
'settings' => [
2121
'close_on_marked_answer' => 'no',

0 commit comments

Comments
 (0)