Skip to content

Commit

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

4.0.2 (2024-06-28):

- fixed: only allow redirects to internal site links

4.0.1 (2023-11-30):

- several small chores/fixes
Expand Down
2 changes: 1 addition & 1 deletion elgg-plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

return [
'plugin' => [
'version' => '4.0.1',
'version' => '4.0.2',
],
'bootstrap' => Bootstrap::class,
];

0 comments on commit 7f2f053

Please sign in to comment.