diff --git a/CHANGES.txt b/CHANGES.txt index 858ac95..85c6d8a 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,6 +1,10 @@ Version history =============== +17.0.1 (2023-07-26): + +- fixed: buttons have a discernible text + 17.0 (2023-06-02): - changed: conflict with Elgg < 5.0 diff --git a/elgg-plugin.php b/elgg-plugin.php index de2c6ea..d2b7b1e 100644 --- a/elgg-plugin.php +++ b/elgg-plugin.php @@ -13,7 +13,7 @@ return [ 'plugin' => [ - 'version' => '17.0', + 'version' => '17.0.1', 'dependencies' => [ 'groups' => [ 'position' => 'after',