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 38ff160 commit 3588e8bCopy full SHA for 3588e8b
CHANGES.txt
@@ -1,6 +1,11 @@
1
Version history
2
===============
3
4
+19.0 (2024-06-28):
5
+
6
+- added: setting to add a river event on group ownership transfer
7
+- changed: updated for Elgg 6
8
9
18.1.2 (2024-06-26):
10
11
- fixed: use correct type to edit auto join groups
elgg-plugin.php
@@ -13,7 +13,7 @@
13
14
return [
15
'plugin' => [
16
- 'version' => '18.1.2',
+ 'version' => '19.0',
17
'dependencies' => [
18
'groups' => [
19
'position' => 'after',
0 commit comments