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 d35464d commit 0bf0827Copy full SHA for 0bf0827
CHANGES.txt
@@ -1,6 +1,15 @@
1
Version history
2
===============
3
4
+19.0.1 (2024-10-10):
5
+
6
+- fixed: correctly check if we have a group
7
+- fixed: cron handling of stale groups
8
+- fixed: don't remove the trash menu item for concept groups
9
+- fixed: remove sort query element on other sorting menu items
10
+- fixed: usage of wrong button type in group edit notification settings
11
+- fixed: use correct headings in simplified boxes
12
13
19.0 (2024-06-28):
14
15
- added: setting to add a river event on group ownership transfer
elgg-plugin.php
@@ -13,7 +13,7 @@
return [
'plugin' => [
16
- 'version' => '19.0',
+ 'version' => '19.0.1',
17
'dependencies' => [
18
'groups' => [
19
'position' => 'after',
0 commit comments