From 4b6922d9902fc4f90f405143f8c1f754cb25bc12 Mon Sep 17 00:00:00 2001 From: Mark Croxton Date: Sun, 26 Jun 2022 15:52:12 +0100 Subject: [PATCH] Update changelog and readme --- CHANGELOG.md | 13 ++++++++----- README.md | 4 ++-- 2 files changed, 10 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2da0192..5fbf58d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. @@ -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 diff --git a/README.md b/README.md index 464ea40..ad3746b 100644 --- a/README.md +++ b/README.md @@ -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. @@ -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