From 365662268a82603657526ae4ca889ab91cd23d04 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jer=C3=B4me=20Bakker?= Date: Thu, 30 Nov 2023 10:18:56 +0100 Subject: [PATCH] chore: wrapping up v6.0 --- CHANGES.txt | 5 +++++ elgg-plugin.php | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGES.txt b/CHANGES.txt index 2df4292..55c211c 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,6 +1,11 @@ Version history =============== +6.0 (2023-11-30): + +- changed: updated for Elgg 5.1 +- fixed: skipping entities no longer creates additional update batches + 5.0 (2023-07-26): - changed: updated OpenSearch client to support OpenSearch 2.5+ diff --git a/elgg-plugin.php b/elgg-plugin.php index 0d6dd9b..324cdd7 100644 --- a/elgg-plugin.php +++ b/elgg-plugin.php @@ -8,7 +8,7 @@ return [ 'plugin' => [ - 'version' => '5.0', + 'version' => '6.0', 'dependencies' => [ 'search' => [ 'position' => 'after',