diff --git a/CHANGELOG.md b/CHANGELOG.md index ce45cd2..1bf92d6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## 2.0.4 - 2022-08-25 + +### Added +- Add site dropdown to navigation index. +- Add missing English Translations. + +### Fixed +- Fix `getSiteIds()` not returning correctly for just the enabled sites. +- Fix an error when uninstalling. + ## 2.0.3 - 2022-07-02 ### Added diff --git a/composer.json b/composer.json index 2cd44e7..a6350eb 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name": "verbb/navigation", "description": "A Craft CMS plugin to create navigation menus for your site.", "type": "craft-plugin", - "version": "2.0.3", + "version": "2.0.4", "keywords": [ "craft", "cms",