Skip to content

Commit

Permalink
chore: wrapping up v7.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jeabakker committed Apr 3, 2024
1 parent 68535ed commit 4ad2b25
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
===============

7.0.1 (2024-04-03):

- fixed: allow deletions of files with special chars

7.0 (2023-11-30):

- changed: updated for Elgg 5.1
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' => '7.0',
'version' => '7.0.1',
],
'actions' => [
'dataroot_browser/delete_file' => [
Expand Down

0 comments on commit 4ad2b25

Please sign in to comment.