From bb431919c1d013ad8d703b0f7f17f83e35b03b0d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jer=C3=B4me=20Bakker?= Date: Wed, 26 Jul 2023 15:27:00 +0200 Subject: [PATCH] chore: wrapping up v11.1.1 --- CHANGES.txt | 4 ++++ elgg-plugin.php | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGES.txt b/CHANGES.txt index 6e2d953..9bf6417 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,6 +1,10 @@ Version history =============== +11.1.1 (2023-07-26): + +- fixed: buttons have a discernible text + 11.1 (2023-07-05): - added: database seeder diff --git a/elgg-plugin.php b/elgg-plugin.php index 1a034d1..4cc14ca 100644 --- a/elgg-plugin.php +++ b/elgg-plugin.php @@ -11,7 +11,7 @@ return [ 'plugin' => [ - 'version' => '11.1', + 'version' => '11.1.1', ], 'bootstrap' => Bootstrap::class, 'settings' => [