Skip to content

Commit

Permalink
chore: wrapping up v15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jeabakker committed Jun 2, 2023
1 parent 20eb4f4 commit 3c055a3
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
Version history
===============

15.0 (2023-06-02):

- added: migration for old widget settings
- changed: conflict with Elgg < 5.0
- changed: updated for Elgg 5
- fixed: expand access to allow editing private widgets on index pages
- fixed: prevent error in shutdown hook

14.1.1 (2022-10-27):

- fixed: Dutch translation file encoding
Expand Down
2 changes: 1 addition & 1 deletion elgg-plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

return [
'plugin' => [
'version' => '14.1.1',
'version' => '15.0',
'dependencies' => [
'profile' => [
'must_be_active' => false,
Expand Down

0 comments on commit 3c055a3

Please sign in to comment.