diff --git a/CHANGELOG.md b/CHANGELOG.md index a8bd745..e08eed4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 3.0.8 - 2020-03-16 + +### Fixed +- Add better support for multi-users. Previously, nav's could get confused with multiple CP-enabled users logging in, and being able to run change-detection. +- Add error-handling to `checkUpdatedNavItems` to prevent fatal errors. + ## 3.0.7 - 2020-02-28 ### Fixed diff --git a/composer.json b/composer.json index d070b37..2749156 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name": "verbb/cp-nav", "description": "Control Panel Nav helps you managing your Control Panel navigation.", "type": "craft-plugin", - "version": "3.0.7", + "version": "3.0.8", "keywords": [ "craft", "cms",