Skip to content

Commit 5375e69

Browse files
committed
chore: wrapping up v5.0
1 parent 709fbdc commit 5375e69

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

Diff for: CHANGES.txt

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

4+
5.0 (2022-08-24):
5+
6+
- changed: updated for Elgg 4.3
7+
48
4.0 (2021-09-27):
59

610
- changed: updated for Elgg 4.0

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' => '4.0',
9+
'version' => '5.0',
1010
],
1111
'bootstrap' => Bootstrap::class,
1212
'settings' => [

0 commit comments

Comments
 (0)