From ac70bc967d1ad5f51b6998e38fa04a7de89255dc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jer=C3=B4me=20Bakker?= Date: Thu, 30 Nov 2023 10:40:50 +0100 Subject: [PATCH] chore: wrapping up v13.0 --- CHANGES.txt | 4 ++++ elgg-plugin.php | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGES.txt b/CHANGES.txt index 1d72d9b..4858732 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,6 +1,10 @@ Version history =============== +13.0 (2023-11-30): + +- changed: updated for Elgg 5.1 + 12.0.2 (2023-07-26): - fixed: buttons have a discernible text diff --git a/elgg-plugin.php b/elgg-plugin.php index 4547bf2..96035e0 100644 --- a/elgg-plugin.php +++ b/elgg-plugin.php @@ -9,7 +9,7 @@ return [ 'plugin' => [ - 'version' => '12.0.2', + 'version' => '13.0', ], 'bootstrap' => Bootstrap::class, 'actions' => [