From 3d857a0e13dce3e3bbfe564b753919ec4895447c Mon Sep 17 00:00:00 2001 From: Josh Crawford Date: Wed, 18 Jan 2023 16:41:32 +1100 Subject: [PATCH] version 4.0.10 --- CHANGELOG.md | 9 +++++++++ composer.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 279d4fc..07f65e0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## 4.0.10 - 2023-01-18 + +### Changed +- Only admins are now allowed to access plugin settings. + +### Fixed +- Fix an error when checking for an authenticated users too early before Craft (and other plugins) are ready. +- Fix icons not rendering correctly on Windows. + ## 4.0.9 - 2022-11-13 ### Fixed diff --git a/composer.json b/composer.json index a61b3cf..9894126 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name": "verbb/cp-nav", "description": "Manage the Craft Control Panel navigation.", "type": "craft-plugin", - "version": "4.0.9", + "version": "4.0.10", "keywords": [ "craft", "cms",