diff --git a/CHANGES.txt b/CHANGES.txt index 0732661..237d232 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,6 +1,12 @@ Version history =============== +17.0.2 (2023-07-26): + +- fixed: buttons have a discernible text +- fixed: make sure event start/end time have an accessible name +- fixed: remove unsupported attribute from fieldset + 17.0.1 (2023-07-05): - fixed: correctly limit to a optional selected group diff --git a/elgg-plugin.php b/elgg-plugin.php index e225247..dd4178b 100644 --- a/elgg-plugin.php +++ b/elgg-plugin.php @@ -15,7 +15,7 @@ return [ 'plugin' => [ - 'version' => '17.0.1', + 'version' => '17.0.2', ], 'bootstrap' => Bootstrap::class, 'settings' => [