From 3e516d250d1e8bf064a0b421dc34269ffc7e3918 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jer=C3=B4me=20Bakker?= Date: Wed, 3 Apr 2024 13:03:14 +0200 Subject: [PATCH] chore: wrapping up v16.1 --- CHANGES.txt | 4 ++++ elgg-plugin.php | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGES.txt b/CHANGES.txt index 63b86ed..989abfb 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,6 +1,10 @@ Version history =============== +16.1 (2024-04-03): + +- added: widget pages now can have a description and are searchable + 16.0.2 (2024-03-14): - several small chores/fixes diff --git a/elgg-plugin.php b/elgg-plugin.php index a863064..f70c343 100644 --- a/elgg-plugin.php +++ b/elgg-plugin.php @@ -14,7 +14,7 @@ return [ 'plugin' => [ - 'version' => '16.0.2', + 'version' => '16.1', 'dependencies' => [ 'profile' => [ 'must_be_active' => false,