Skip to content

Commit 35e4a9d

Browse files
committed
chore: wrapping up v9.0
1 parent a5a4f86 commit 35e4a9d

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGES.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
Version history
22
===============
33

4+
9.0 (2023-06-02):
5+
6+
- changed: conflict with Elgg < 5.0
7+
- changed: updated for Elgg 5
8+
49
8.0 (2022-06-01):
510

611
- changed: increased minimal Elgg version to 4.2

elgg-plugin.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
return [
77
'plugin' => [
8-
'version' => '8.0',
8+
'version' => '9.0',
99
],
1010
'bootstrap' => Bootstrap::class,
1111
'events' => [

0 commit comments

Comments
 (0)