From 0f15a8387418830bd524bc79f7818f9f73cd905f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jer=C3=B4me=20Bakker?= Date: Thu, 21 Nov 2024 09:39:52 +0100 Subject: [PATCH] chore: wrapping up v13.1.1 --- CHANGES.txt | 6 ++++++ elgg-plugin.php | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGES.txt b/CHANGES.txt index 26563b3..6589cc3 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,6 +1,12 @@ Version history =============== +13.1.1 (2024-11-21): + +- fixed: correctly save tag fields +- fixed: out of date notification elgg_echo's respect recipient language +- fixed: private static pages are not trashable + 13.1 (2024-10-10): - added: support for the fields service diff --git a/elgg-plugin.php b/elgg-plugin.php index fdcd0ad..d557d0e 100644 --- a/elgg-plugin.php +++ b/elgg-plugin.php @@ -13,7 +13,7 @@ return [ 'plugin' => [ - 'version' => '13.1', + 'version' => '13.1.1', ], 'bootstrap' => Bootstrap::class, 'settings' => [