From 046e32b7074e99dc791bc6fc5765e9cb9cf6c2a0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jer=C3=B4me=20Bakker?= Date: Fri, 12 Jan 2024 09:18:29 +0100 Subject: [PATCH] chore: wrapping up v16.0.1 --- CHANGES.txt | 4 ++++ elgg-plugin.php | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGES.txt b/CHANGES.txt index c0216d9..fd4fe38 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,6 +1,10 @@ Version history =============== +16.0.1 (2024-01-12): + +- fixed: toggling widget body should not influence layout + 16.0 (2023-11-30): - changed: updated for Elgg 5.1 diff --git a/elgg-plugin.php b/elgg-plugin.php index cac3d37..0fdb8b5 100644 --- a/elgg-plugin.php +++ b/elgg-plugin.php @@ -14,7 +14,7 @@ return [ 'plugin' => [ - 'version' => '16.0', + 'version' => '16.0.1', 'dependencies' => [ 'profile' => [ 'must_be_active' => false,