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",