diff --git a/CHANGELOG.md b/CHANGELOG.md index 8ff89e3..7ad1ca6 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,8 @@ # Redirect Changelog +## 1.1.1 - 2020-08-06 +### Fixed +- Fixed plugin name in Composer to be in line with the plugin store + ## 1.1.0 - 2020-08-03 ### Fixed - Fixed to work properly in Craft 3.4.0 diff --git a/composer.json b/composer.json index e0d5ff9..e687bd1 100755 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name": "dolphiq/redirect", "description": "Craft redirect plugin provides an easy way to enter and maintain 301 and 302 redirects and 404 error pages.", "type": "craft-plugin", - "version": "1.1.0", + "version": "1.1.1", "keywords": [ "craft", "cms", @@ -38,7 +38,7 @@ } }, "extra": { - "name": "Redirect plugin for Craft 3", + "name": "Redirect Manager", "handle": "redirect", "schemaVersion": "1.0.5", "developer": "Dolphiq",