diff --git a/CHANGES.txt b/CHANGES.txt index 2236820..91066a2 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,6 +1,13 @@ Version history =============== +14.1 (2022-10-07): + +- added: toggle link for widget layout editors to hide/show widget content +- changed: fluid layout widget are lazy loaded after 3 * the fold limit +- changed: widget page display name falls back to url +- fixed: correctly pass show_access to newly added widgets + 14.0 (2022-08-24): - changed: updated for Elgg 4.3 diff --git a/elgg-plugin.php b/elgg-plugin.php index 3675e6b..a279a36 100644 --- a/elgg-plugin.php +++ b/elgg-plugin.php @@ -11,7 +11,7 @@ return [ 'plugin' => [ - 'version' => '14.0', + 'version' => '14.1', 'dependencies' => [ 'profile' => [ 'must_be_active' => false,