From 504f8f28bd91fcb222e94f7a86ba38103ae9079f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jer=C3=B4me=20Bakker?= Date: Wed, 26 Jun 2024 14:45:21 +0200 Subject: [PATCH] chore: wrapping up v18.1.2 --- CHANGES.txt | 4 ++++ elgg-plugin.php | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGES.txt b/CHANGES.txt index 6ff13d7..9df0211 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,6 +1,10 @@ Version history =============== +18.1.2 (2024-06-26): + +- fixed: use correct type to edit auto join groups + 18.1.1 (2024-04-24): - fixed: correctly get stale group information diff --git a/elgg-plugin.php b/elgg-plugin.php index 5240e53..c7398d3 100644 --- a/elgg-plugin.php +++ b/elgg-plugin.php @@ -12,7 +12,7 @@ return [ 'plugin' => [ - 'version' => '18.1.1', + 'version' => '18.1.2', 'dependencies' => [ 'groups' => [ 'position' => 'after',