Skip to content

Commit

Permalink
Update changelog and readme
Browse files Browse the repository at this point in the history
  • Loading branch information
croxton committed Jun 26, 2022
1 parent 82512a9 commit 4b6922d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 7 deletions.
13 changes: 8 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,20 @@ 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/).

## 1.0.2 - 2021-20-05
## 2.0.0-beta.1 - 2022.06.26
- Craft 4 version.

## 1.0.2 - 2021.05.20
- Released.

## 1.0.2-beta.3 - 2021-26-02
## 1.0.2-beta.3 - 2021.02.26
### Added
- Support for using Servd's image transform service.

### Changed
- Changed the timestamp parameter appended to image URLs from `mtime=` to `dm=`.

## 1.0.2-beta.2 - 2021-16-01
## 1.0.2-beta.2 - 2021.01.16
### Added
- Optionally replace Craft's native image transforms with Imgix.
- Pass assets directly to Imgixer, as well as image paths / urls.
Expand All @@ -23,13 +26,13 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
### Fixed
- Allow the `signed` parameter for a source to be set in the config as well as at the template level.

## 1.0.1 - 2019-13-05
## 1.0.1 - 2019.05.13
### Fixed
- Imgixer was looking for a config value with the key 'url' to define the Imgix source domain for a given handle, when it should have been 'domain'.

### Changed
- Improved code comments and README.

## 1.0.0 - 2019-11-27
## 1.0.0 - 2019.27.11
### Added
- Initial release
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 3.x
# Imgixer plugin for Craft CMS 4.x

The most flexible [Imgix](https://imgix.com/) URL generator for Craft CMS.

Expand All @@ -10,7 +10,7 @@ The most flexible [Imgix](https://imgix.com/) URL generator for Craft CMS.

## Requirements

This plugin requires Craft CMS 3.0.0-beta.23 or later.
This plugin requires Craft CMS 4.0.0 or later.

## Installation

Expand Down

0 comments on commit 4b6922d

Please sign in to comment.