We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fbf316a commit 347c56bCopy full SHA for 347c56b
CHANGES.txt
@@ -1,6 +1,11 @@
1
Version history
2
===============
3
4
+4.0 (2022-06-01):
5
+
6
+- changed: increased minimal Elgg version to 4.2
7
+- fixed: detection in Elgg 4.2
8
9
3.0 (2021-09-28):
10
11
- changed: updated for Elgg 4
elgg-plugin.php
@@ -4,7 +4,7 @@
return [
'plugin' => [
- 'version' => '3.0',
+ 'version' => '4.0',
],
'bootstrap' => Bootstrap::class,
'hooks' => [
0 commit comments