Skip to content

Commit

Permalink
chore: wrapping up v6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jeabakker committed Jun 28, 2024
1 parent f6a3a78 commit cdcf40b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Version history
===============

6.0 (2024-06-28):

- added: option to scan Elgg core for missing keys
- changed: updated for Elgg 5.1

5.1 (2023-12-07):

- added: phpunit workflow
Expand Down
2 changes: 1 addition & 1 deletion elgg-plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

return [
'plugin' => [
'version' => '5.1',
'version' => '6.0',
],
'events' => [
'register' => [
Expand Down

0 comments on commit cdcf40b

Please sign in to comment.