From c9da71b303849e9dedb5b37c47ca4c7790d6480e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jer=C3=B4me=20Bakker?= Date: Thu, 10 Oct 2024 14:42:51 +0200 Subject: [PATCH] chore: wrapping up v17.1 --- CHANGES.txt | 6 ++++++ elgg-plugin.php | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGES.txt b/CHANGES.txt index cd12265..d93b688 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -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 diff --git a/elgg-plugin.php b/elgg-plugin.php index d853379..8f1c5cf 100644 --- a/elgg-plugin.php +++ b/elgg-plugin.php @@ -14,7 +14,7 @@ return [ 'plugin' => [ - 'version' => '17.0', + 'version' => '17.1', 'dependencies' => [ 'profile' => [ 'must_be_active' => false,