diff --git a/CHANGES.txt b/CHANGES.txt index 85c6d8a..9cd93aa 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,6 +1,10 @@ Version history =============== +17.0.2 (2023-09-28): + +- fixed: concept groups edit save buttons + 17.0.1 (2023-07-26): - fixed: buttons have a discernible text diff --git a/elgg-plugin.php b/elgg-plugin.php index d2b7b1e..e2c943a 100644 --- a/elgg-plugin.php +++ b/elgg-plugin.php @@ -13,7 +13,7 @@ return [ 'plugin' => [ - 'version' => '17.0.1', + 'version' => '17.0.2', 'dependencies' => [ 'groups' => [ 'position' => 'after',