Skip to content

Commit 0bf0827

Browse files
committed
chore: wrapping up v19.0.1
1 parent d35464d commit 0bf0827

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGES.txt

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11
Version history
22
===============
33

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+
413
19.0 (2024-06-28):
514

615
- added: setting to add a river event on group ownership transfer

elgg-plugin.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
return [
1515
'plugin' => [
16-
'version' => '19.0',
16+
'version' => '19.0.1',
1717
'dependencies' => [
1818
'groups' => [
1919
'position' => 'after',

0 commit comments

Comments
 (0)