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 dd9b0fa commit 5e507f7Copy full SHA for 5e507f7
CHANGES.txt
@@ -1,6 +1,10 @@
1
Version history
2
===============
3
4
+22.1 (2025-12-19):
5
+
6
+- changed: group membership sorting by activity simplified
7
8
22.0 (2025-11-13):
9
10
- changed: moved assignment of group admin to members listing actions
elgg-plugin.php
@@ -25,7 +25,7 @@
25
26
return [
27
'plugin' => [
28
- 'version' => '22.0',
+ 'version' => '22.1',
29
'dependencies' => [
30
'groups' => [
31
'position' => 'after',
0 commit comments