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 1a8bb1f commit 0d83179Copy full SHA for 0d83179
CHANGES.txt
@@ -1,6 +1,11 @@
1
Version history
2
===============
3
4
+20.0.1 (2025-02-12):
5
+
6
+- fixed: load esm module on groups edit form
7
+- fixed: ownership transfer now is able to select a user again
8
9
20.0 (2025-01-23):
10
11
- changed: updated for Elgg 6.1
elgg-plugin.php
@@ -13,7 +13,7 @@
13
14
return [
15
'plugin' => [
16
- 'version' => '20.0',
+ 'version' => '20.0.1',
17
'dependencies' => [
18
'groups' => [
19
'position' => 'after',
0 commit comments