From af8cb74e35d285e87cd27e3c1a878334093e9fd3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jer=C3=B4me=20Bakker?= Date: Thu, 10 Oct 2024 14:13:45 +0200 Subject: [PATCH] chore: wrapping up v10.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 a802d95..3a2ad96 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,6 +1,10 @@ Version history =============== +10.0.1 (2024-10-10): + +- several small chores/fixes + 10.0 (2024-06-28): - changed: updated for Elgg 6 diff --git a/elgg-plugin.php b/elgg-plugin.php index 404b8f9..d73207f 100644 --- a/elgg-plugin.php +++ b/elgg-plugin.php @@ -11,7 +11,7 @@ return [ 'plugin' => [ - 'version' => '10.0', + 'version' => '10.0.1', ], 'settings' => [ 'enable_group_stats' => 'no',