From 7fc5a6667fce846eb2ab337b161d4a7dce92cf42 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jer=C3=B4me=20Bakker?= Date: Thu, 14 Mar 2024 09:30:15 +0100 Subject: [PATCH] chore: wrapping up v16.0.2 --- CHANGES.txt | 4 ++++ elgg-plugin.php | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGES.txt b/CHANGES.txt index fd4fe38..63b86ed 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,6 +1,10 @@ Version history =============== +16.0.2 (2024-03-14): + +- several small chores/fixes + 16.0.1 (2024-01-12): - fixed: toggling widget body should not influence layout diff --git a/elgg-plugin.php b/elgg-plugin.php index f6fc306..cbb2296 100644 --- a/elgg-plugin.php +++ b/elgg-plugin.php @@ -14,7 +14,7 @@ return [ 'plugin' => [ - 'version' => '16.0.1', + 'version' => '16.0.2', 'dependencies' => [ 'profile' => [ 'must_be_active' => false,