From a9a15f946b1e096a2f20c57c326d69a9176a4f1e Mon Sep 17 00:00:00 2001 From: Josh Crawford Date: Fri, 10 Mar 2023 08:57:07 +1100 Subject: [PATCH] version 2.0.1 --- CHANGELOG.md | 8 ++++++++ composer.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d4b4e92..6e8b9ec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 2.0.1 - 2023-03-10 + +### Changed +- Only admins are now allowed to access plugin settings. + +### Fixed +- Fix an error on Craft 4.4+ where singles won’t appearing. + ## 2.0.0 - 2022-07-10 ### Added diff --git a/composer.json b/composer.json index 4437e39..45657e3 100755 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name": "verbb/expanded-singles", "description": "A simple plugin for Craft CMS that alters the Entries Index sidebar to list all Singles, rather than grouping them under a 'Singles' link.", "type": "craft-plugin", - "version": "2.0.0", + "version": "2.0.1", "keywords": [ "craft", "cms",