From a902beffaafa190ba40d3822b1a93aaceb839df0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jer=C3=B4me=20Bakker?= Date: Thu, 9 Jan 2025 15:47:48 +0100 Subject: [PATCH] chore: wrapping up v7.1.1 --- CHANGES.txt | 4 ++++ elgg-plugin.php | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGES.txt b/CHANGES.txt index 61f44d5..93af973 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,6 +1,10 @@ Version history =============== +7.1.1 (2025-01-09): + +- fixed: correctly invalidate metadata cache + 7.1 (2024-12-11): - changed: no longer use OpenSearch in admin context diff --git a/elgg-plugin.php b/elgg-plugin.php index 147ab6e..88cd83a 100644 --- a/elgg-plugin.php +++ b/elgg-plugin.php @@ -8,7 +8,7 @@ return [ 'plugin' => [ - 'version' => '7.1', + 'version' => '7.1.1', 'dependencies' => [ 'search' => [ 'position' => 'after',