Skip to content

Commit

Permalink
Initial support for Craft 5
Browse files Browse the repository at this point in the history
croxton committed Mar 24, 2024
1 parent d85ae63 commit 2af7d4d
Showing 5 changed files with 1,968 additions and 1,734 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -4,6 +4,9 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/).

## 3.0.0-beta.1 - 2023.03.24
- Craft 5 version

## 2.1.3 - 2023.05.03
### Added
- Support for Servd's Asset Platform v3.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Imgixer plugin for Craft CMS 4.x
# Imgixer plugin for Craft CMS 5.x

Generate image transformation URLs that work with [Imgix](https://imgix.com), [Imagekit](https://imagekit.io) and [Servd](https://servd.host).

@@ -11,7 +11,7 @@ Generate image transformation URLs that work with [Imgix](https://imgix.com), [I

## Requirements

This plugin requires Craft CMS 4.0.0 or later.
This plugin requires Craft CMS 5.0.0-beta.1 or later.

## Installation

10 changes: 7 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@
"name": "croxton/imgixer",
"description": "Generate Imgix URLs.",
"type": "craft-plugin",
"version": "2.1.3",
"version": "3.0.0-beta.1",
"keywords": [
"craft",
"cms",
@@ -12,7 +12,7 @@
"imgix"
],
"support": {
"docs": "https://github.com/croxton/imgixer/blob/master/README.md",
"docs": "https://github.com/croxton/imgixer/blob/develop-v5/README.md",
"issues": "https://github.com/croxton/imgixer/issues",
"source": "https://github.com/croxton/imgixer"
},
@@ -24,7 +24,7 @@
}
],
"require": {
"craftcms/cms": "^4.0",
"craftcms/cms": "^5.0.0-beta.1",
"imgix/imgix-php": "~3.1.0",
"imagekit/imagekit": "^3.0"
},
@@ -46,5 +46,9 @@
"yiisoft/yii2-composer": true,
"craftcms/plugin-installer": true
}
},
"require-dev": {
"craftcms/rector": "dev-main",
"craftcms/phpstan": "dev-main"
}
}
Loading

0 comments on commit 2af7d4d

Please sign in to comment.