From a8d1999cc9cc64d43aa623ea6a3aad36deb398f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jer=C3=B4me=20Bakker?= Date: Wed, 24 Aug 2022 13:22:55 +0200 Subject: [PATCH] chore: wrapping up v3.0 --- CHANGES.txt | 5 +++++ elgg-plugin.php | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGES.txt b/CHANGES.txt index 567801c..c42f267 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,6 +1,11 @@ Version history =============== +3.0 (2022-08-24): + +- changed: updated for Elgg 4.3 +- fixed: do not change default sorting behaviour if search not enabled + 2.1.1 (2022-07-12): - fixed: correctly extract search service diff --git a/elgg-plugin.php b/elgg-plugin.php index e9d82bf..5bd2491 100644 --- a/elgg-plugin.php +++ b/elgg-plugin.php @@ -8,7 +8,7 @@ return [ 'plugin' => [ - 'version' => '2.1.1', + 'version' => '3.0', 'dependencies' => [ 'search' => [ 'position' => 'after',