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',