From 0bf0827320a8370a019837b84f6653105aba60f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jer=C3=B4me=20Bakker?= Date: Thu, 10 Oct 2024 14:20:27 +0200 Subject: [PATCH] chore: wrapping up v19.0.1 --- CHANGES.txt | 9 +++++++++ elgg-plugin.php | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGES.txt b/CHANGES.txt index 0b480ba..738bc8e 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,6 +1,15 @@ Version history =============== +19.0.1 (2024-10-10): + +- fixed: correctly check if we have a group +- fixed: cron handling of stale groups +- fixed: don't remove the trash menu item for concept groups +- fixed: remove sort query element on other sorting menu items +- fixed: usage of wrong button type in group edit notification settings +- fixed: use correct headings in simplified boxes + 19.0 (2024-06-28): - added: setting to add a river event on group ownership transfer diff --git a/elgg-plugin.php b/elgg-plugin.php index 50c894a..1482b82 100644 --- a/elgg-plugin.php +++ b/elgg-plugin.php @@ -13,7 +13,7 @@ return [ 'plugin' => [ - 'version' => '19.0', + 'version' => '19.0.1', 'dependencies' => [ 'groups' => [ 'position' => 'after',