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,