From 5c616998f09f567fd484283db6c23212f92c40be Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jer=C3=B4me=20Bakker?= Date: Thu, 14 Mar 2024 09:20:33 +0100 Subject: [PATCH] chore: wrapping up v9.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 548f6cd..9f10835 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,6 +1,10 @@ Version history =============== +9.1.1 (2024-03-14): + +- several small chores/fixes + 9.1 (2024-01-12): - added: charts for top 10 groups with most content and comments diff --git a/elgg-plugin.php b/elgg-plugin.php index f6dc224..b97b4a6 100644 --- a/elgg-plugin.php +++ b/elgg-plugin.php @@ -6,7 +6,7 @@ return [ 'plugin' => [ - 'version' => '9.1', + 'version' => '9.1.1', ], 'settings' => [ 'enable_group_stats' => 'no',