Skip to content

Commit

Permalink
chore: wrapping up v17.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jeabakker committed Oct 10, 2024
1 parent 77f314e commit c9da71b
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.1 (2024-10-10):

- added: widget cache now store cache per language
- changed: invalidating widget cache using entity invalidateCache function
- fixed: unable to create new widget page

16.2 (2024-08-07):

- added: widget page manager can now edit page on the front end
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' => '17.0',
'version' => '17.1',
'dependencies' => [
'profile' => [
'must_be_active' => false,
Expand Down

0 comments on commit c9da71b

Please sign in to comment.