Skip to content

Commit

Permalink
chore: wrapping up v17.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jeabakker committed Jul 26, 2023
1 parent c015aa6 commit 50c9aed
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion elgg-plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

return [
'plugin' => [
'version' => '17.0.1',
'version' => '17.0.2',
],
'bootstrap' => Bootstrap::class,
'settings' => [
Expand Down

0 comments on commit 50c9aed

Please sign in to comment.