From 41c070c84f17244c2be56fbabb47a24cce1e750d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jer=C3=B4me=20Bakker?= Date: Fri, 28 Jun 2024 08:38:37 +0200 Subject: [PATCH] chore: wrapping up v10.0 --- CHANGES.txt | 5 +++++ elgg-plugin.php | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGES.txt b/CHANGES.txt index 9f10835..a802d95 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,6 +1,11 @@ Version history =============== +10.0 (2024-06-28): + +- changed: updated for Elgg 6 +- removed: online users count has been made obsolete by Elgg admin menu + 9.1.1 (2024-03-14): - several small chores/fixes diff --git a/elgg-plugin.php b/elgg-plugin.php index 42f279a..404b8f9 100644 --- a/elgg-plugin.php +++ b/elgg-plugin.php @@ -11,7 +11,7 @@ return [ 'plugin' => [ - 'version' => '9.1.1', + 'version' => '10.0', ], 'settings' => [ 'enable_group_stats' => 'no',