Skip to content
This repository has been archived by the owner on Aug 21, 2024. It is now read-only.

Commit

Permalink
Change plugin name in Composer to be in line with the plugin store
Browse files Browse the repository at this point in the history
  • Loading branch information
johanzandstra committed Aug 6, 2020
1 parent eeadcc5 commit dece246
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -38,7 +38,7 @@
}
},
"extra": {
"name": "Redirect plugin for Craft 3",
"name": "Redirect Manager",
"handle": "redirect",
"schemaVersion": "1.0.5",
"developer": "Dolphiq",
Expand Down

0 comments on commit dece246

Please sign in to comment.