From 73f762b4510d9a8fe7eb4c9c76af377367184a86 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jer=C3=B4me=20Bakker?= Date: Wed, 7 Aug 2024 09:10:52 +0200 Subject: [PATCH] chore: wrapping up v6.2 --- CHANGES.txt | 4 ++++ elgg-plugin.php | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGES.txt b/CHANGES.txt index d1ace28..40e1bd1 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,6 +1,10 @@ Version history =============== +6.2 (2024-08-07): + +- added: clicking on iconbar will open first level if submenu opened + 6.1.3 (2024-01-31): - several small chores/fixes diff --git a/elgg-plugin.php b/elgg-plugin.php index 79ea4d7..7cba8a2 100644 --- a/elgg-plugin.php +++ b/elgg-plugin.php @@ -7,7 +7,7 @@ return [ 'plugin' => [ - 'version' => '6.1.3', + 'version' => '6.2', ], 'actions' => [ 'mmenu/save_menu_state' => [],