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',