From ac560c1464da52732cea298d849d708ef628d7ac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jer=C3=B4me=20Bakker?= Date: Fri, 28 Jun 2024 09:14:06 +0200 Subject: [PATCH] chore: wrapping up v14.0 --- CHANGES.txt | 4 ++++ elgg-plugin.php | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGES.txt b/CHANGES.txt index 5b4fdba..bd90d47 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,6 +1,10 @@ Version history =============== +14.0 (2024-06-28): + +- changed: updated for Elgg 6 + 13.1.1 (2024-04-03): - several small chores/fixes diff --git a/elgg-plugin.php b/elgg-plugin.php index e52f5fc..7a097ff 100644 --- a/elgg-plugin.php +++ b/elgg-plugin.php @@ -9,7 +9,7 @@ return [ 'plugin' => [ - 'version' => '13.1.1', + 'version' => '14.0', ], 'bootstrap' => Bootstrap::class, 'actions' => [