From 036b22e20771f8127d5fbfb4749ea555081483de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jer=C3=B4me=20Bakker?= Date: Wed, 26 Jul 2023 15:19:04 +0200 Subject: [PATCH] chore: wrapping up v20.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 e2508d0..3b4d6d6 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,6 +1,10 @@ Version history =============== +20.0.1 (2023-07-26): + +- fixed: buttons have a discernible text + 20.0 (2023-06-02): - changed: conflict with Elgg < 5.0 diff --git a/elgg-plugin.php b/elgg-plugin.php index 23cd287..2790da1 100644 --- a/elgg-plugin.php +++ b/elgg-plugin.php @@ -11,7 +11,7 @@ return [ 'plugin' => [ - 'version' => '20.0', + 'version' => '20.0.1', 'dependencies' => [ 'profile' => ['position' => 'after'], ],