From 409db231b1358fffbee6e3acc78c9835e96d9bbd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jer=C3=B4me=20Bakker?= Date: Wed, 11 Dec 2024 14:20:33 +0100 Subject: [PATCH] chore: wrapping up v7.1 --- CHANGES.txt | 5 +++++ elgg-plugin.php | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGES.txt b/CHANGES.txt index 23b0ddc..61f44d5 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,6 +1,11 @@ Version history =============== +7.1 (2024-12-11): + +- changed: no longer use OpenSearch in admin context +- fixed: highlighting of search tags + 7.0.1 (2024-10-10): - fixed: crash on admin search result when no hits diff --git a/elgg-plugin.php b/elgg-plugin.php index b963c04..147ab6e 100644 --- a/elgg-plugin.php +++ b/elgg-plugin.php @@ -8,7 +8,7 @@ return [ 'plugin' => [ - 'version' => '7.0.1', + 'version' => '7.1', 'dependencies' => [ 'search' => [ 'position' => 'after',