From ecb46b32d312d4d3238b744632728a36f2a855f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jer=C3=B4me=20Bakker?= Date: Fri, 12 Jan 2024 09:16:13 +0100 Subject: [PATCH] chore: wrapping up v18.0.1 --- CHANGES.txt | 4 ++++ elgg-plugin.php | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGES.txt b/CHANGES.txt index 9a9d0ae..eec5bc7 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,6 +1,10 @@ Version history =============== +18.0.1 (2024-01-12): + +- several small chores/fixes + 18.0 (2023-11-30): - changed: updated for Elgg 5.1 diff --git a/elgg-plugin.php b/elgg-plugin.php index b8dadaa..2778829 100644 --- a/elgg-plugin.php +++ b/elgg-plugin.php @@ -15,7 +15,7 @@ return [ 'plugin' => [ - 'version' => '18.0', + 'version' => '18.0.1', ], 'bootstrap' => Bootstrap::class, 'settings' => [