From 4bb1e18ae13bd13891e560b3d4c738d9fb688d1f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jer=C3=B4me=20Bakker?= Date: Fri, 25 Oct 2024 12:37:07 +0200 Subject: [PATCH] chore: wrapping up v19.0.2 --- CHANGES.txt | 4 ++++ elgg-plugin.php | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGES.txt b/CHANGES.txt index 738bc8e..0f141a1 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,6 +1,10 @@ Version history =============== +19.0.2 (2024-10-25): + +- several small chores/fixes + 19.0.1 (2024-10-10): - fixed: correctly check if we have a group diff --git a/elgg-plugin.php b/elgg-plugin.php index 1482b82..479e54a 100644 --- a/elgg-plugin.php +++ b/elgg-plugin.php @@ -13,7 +13,7 @@ return [ 'plugin' => [ - 'version' => '19.0.1', + 'version' => '19.0.2', 'dependencies' => [ 'groups' => [ 'position' => 'after',