From e94deec5d08d062f261710f1b9b03469e34832c7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jer=C3=B4me=20Bakker?= Date: Thu, 10 Oct 2024 14:36:44 +0200 Subject: [PATCH] chore: wrapping up v13.1 --- CHANGES.txt | 6 ++++++ elgg-plugin.php | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) 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' => [