From bc16a6274bc4efc1d4a1a5b1175327f07def618c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jer=C3=B4me=20Bakker?= Date: Thu, 30 Nov 2023 10:12:37 +0100 Subject: [PATCH] chore: wrapping up v18.0 --- CHANGES.txt | 5 +++++ elgg-plugin.php | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGES.txt b/CHANGES.txt index 9cd93aa..724212f 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,6 +1,11 @@ Version history =============== +18.0 (2023-11-30): + +- changed: updated for Elgg 5.1 +- fixed: throw correct exception + 17.0.2 (2023-09-28): - fixed: concept groups edit save buttons diff --git a/elgg-plugin.php b/elgg-plugin.php index e2c943a..b141a50 100644 --- a/elgg-plugin.php +++ b/elgg-plugin.php @@ -13,7 +13,7 @@ return [ 'plugin' => [ - 'version' => '17.0.2', + 'version' => '18.0', 'dependencies' => [ 'groups' => [ 'position' => 'after',