This repository has been archived by the owner on Aug 21, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #128 from Dolphiq/feature/make-compatible-with-php…
…-8.1 Make plugin compatible with php 8.1 and Craft 4.0
- Loading branch information
Showing
14 changed files
with
83 additions
and
82 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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.1", | ||
"version": "2.0.0", | ||
"keywords": [ | ||
"craft", | ||
"cms", | ||
|
@@ -12,6 +12,9 @@ | |
"seo", | ||
"craft3" | ||
], | ||
"platform": { | ||
"php": "8.0|8.1" | ||
}, | ||
"license": "MIT", | ||
"support": { | ||
"docs": "https://github.com/Dolphiq/craft3-plugin-redirect/blob/master/README.md", | ||
|
@@ -22,15 +25,10 @@ | |
"name": "Dolphiq", | ||
"email": "[email protected]", | ||
"homepage": "https://dolphiq.nl/" | ||
}, | ||
{ | ||
"name": "RJ Hallsted", | ||
"email": "[email protected]", | ||
"homepage": "https://github.com/rjhallsted/" | ||
} | ||
], | ||
"require": { | ||
"craftcms/cms": "^3.0.14" | ||
"craftcms/cms": "^4.0.0" | ||
}, | ||
"autoload": { | ||
"psr-4": { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.