Skip to content

Commit 347c56b

Browse files
committed
chore: wrapping up v4.0
1 parent fbf316a commit 347c56b

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+
4.0 (2022-06-01):
5+
6+
- changed: increased minimal Elgg version to 4.2
7+
- fixed: detection in Elgg 4.2
8+
49
3.0 (2021-09-28):
510

611
- changed: updated for Elgg 4

elgg-plugin.php

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

55
return [
66
'plugin' => [
7-
'version' => '3.0',
7+
'version' => '4.0',
88
],
99
'bootstrap' => Bootstrap::class,
1010
'hooks' => [

0 commit comments

Comments
 (0)