Skip to content

Commit 0ae07bd

Browse files
committed
chore: wrapping up v6.0
1 parent 1c8fb65 commit 0ae07bd

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

Diff for: CHANGES.txt

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

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

611
- changed: updated for Elgg 4.3

Diff for: elgg-plugin.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
return [
88
'plugin' => [
9-
'version' => '5.0',
9+
'version' => '6.0',
1010
],
1111
'bootstrap' => Bootstrap::class,
1212
'settings' => [

0 commit comments

Comments
 (0)