diff --git a/CHANGES.txt b/CHANGES.txt index 0e598dc..26563b3 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,6 +1,12 @@ Version history =============== +13.1 (2024-10-10): + +- added: support for the fields service +- fixed: correctly forward on trash of a static item +- fixed: no longer show friends access when editing site static pages + 13.0 (2024-06-28): - added: restorable capability diff --git a/elgg-plugin.php b/elgg-plugin.php index 8368a0d..0c4c482 100644 --- a/elgg-plugin.php +++ b/elgg-plugin.php @@ -13,7 +13,7 @@ return [ 'plugin' => [ - 'version' => '13.0', + 'version' => '13.1', ], 'bootstrap' => Bootstrap::class, 'settings' => [