From c0eb9686ee3de6673fe14c28ce4486d35da782f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jer=C3=B4me=20Bakker?= Date: Wed, 26 Jul 2023 15:30:16 +0200 Subject: [PATCH] chore: wrapping up v13.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 1f270bf..83db722 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,6 +1,10 @@ Version history =============== +13.0.1 (2023-07-26): + +- fixed: buttons have a discernible text + 13.0 (2023-06-02): - added: group tool container logic check diff --git a/elgg-plugin.php b/elgg-plugin.php index f11f963..61fbd27 100644 --- a/elgg-plugin.php +++ b/elgg-plugin.php @@ -8,7 +8,7 @@ return [ 'plugin' => [ - 'version' => '13.0', + 'version' => '13.0.1', 'dependencies' => [ 'thewire' => [ 'position' => 'after',