Skip to content

Commit 6476a4c

Browse files
committed
chore: wrapping up v9.0
1 parent e189ac0 commit 6476a4c

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGES.txt

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

4+
9.0 (2022-02-16):
5+
6+
- changed: create question notification is now group tool dependent
7+
- changed: updated entity configuration for new capabilities
8+
- changed: updated entity configuration for new capabilities
9+
410
8.0.1 (2021-10-12):
511

612
- fixed: check correct setting for auto mark correct

elgg-plugin.php

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

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

0 commit comments

Comments
 (0)