We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 153978a commit 30d1c3cCopy full SHA for 30d1c3c
.craftplugin
README.md
@@ -1,8 +1,8 @@
1
-# Imgix Url plugin for Craft CMS 4.x
+# Imgix Url plugin for Craft CMS 5.x
2
3
## Requirements
4
5
-This plugin requires Craft CMS 4.0.0-alpha or later.
+This plugin requires Craft CMS 5.0.0 or later.
6
7
## Installation
8
composer.json
@@ -2,7 +2,7 @@
"name": "sprokets/imgix-url",
"description": "Imgix Url",
"type": "craft-plugin",
- "version": "5.0.0",
+ "version": "6.0.0",
"keywords": [
"craft",
"cms",
@@ -23,7 +23,7 @@
23
],
24
"require": {
25
"php": "^8.0.2",
26
- "craftcms/cms": "^4.0.0-alpha"
+ "craftcms/cms": "^5.0.0"
27
},
28
"autoload": {
29
"psr-4": {
0 commit comments