From 0ac3446169556e4a1366abe22e211ea9289e6f69 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jer=C3=B4me=20Bakker?= Date: Thu, 14 Mar 2024 09:29:32 +0100 Subject: [PATCH] chore: wrapping up v12.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 98c0321..642693d 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,6 +1,10 @@ Version history =============== +12.0.1 (2024-03-14): + +- several small chores/fixes + 12.0 (2023-11-30): - changed: updated for Elgg 5.1 diff --git a/elgg-plugin.php b/elgg-plugin.php index 188ce77..53b58dc 100644 --- a/elgg-plugin.php +++ b/elgg-plugin.php @@ -11,7 +11,7 @@ return [ 'plugin' => [ - 'version' => '12.0', + 'version' => '12.0.1', ], 'bootstrap' => Bootstrap::class, 'settings' => [