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 039f716 commit 62df19eCopy full SHA for 62df19e
CHANGES.txt
@@ -1,6 +1,12 @@
1
Version history
2
===============
3
4
+22.0 (2025-11-13):
5
+
6
+- changed: moved assignment of group admin to members listing actions
7
+- changed: updated for Elgg 6.3
8
+- fixed: PHP implicit null declaration
9
10
21.0.1 (2025-07-09):
11
12
- several small chores/fixes
elgg-plugin.php
@@ -25,7 +25,7 @@
25
26
return [
27
'plugin' => [
28
- 'version' => '21.0.1',
+ 'version' => '22.0',
29
'dependencies' => [
30
'groups' => [
31
'position' => 'after',
0 commit comments