From 250d5df40b97c7ded749887c579ff2b7f81000b9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jer=C3=B4me=20Bakker?= Date: Wed, 5 Jul 2023 15:08:46 +0200 Subject: [PATCH] chore: wrapping up v17.0.1 --- CHANGES.txt | 5 +++++ elgg-plugin.php | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGES.txt b/CHANGES.txt index 9f2c16e..0732661 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,6 +1,11 @@ Version history =============== +17.0.1 (2023-07-05): + +- fixed: correctly limit to a optional selected group +- fixed: fetch correct data on calendar view pages + 17.0 (2023-06-02): - added: group tool container logic check diff --git a/elgg-plugin.php b/elgg-plugin.php index 4bb0645..e225247 100644 --- a/elgg-plugin.php +++ b/elgg-plugin.php @@ -15,7 +15,7 @@ return [ 'plugin' => [ - 'version' => '17.0', + 'version' => '17.0.1', ], 'bootstrap' => Bootstrap::class, 'settings' => [