From 33c2d38914ca8c9ea1125b9600886a9dd3d4185b Mon Sep 17 00:00:00 2001 From: Mark Croxton Date: Thu, 20 May 2021 13:02:39 +0100 Subject: [PATCH] Finish v1.0.2 --- CHANGELOG.md | 12 +++++++++++- composer.json | 2 +- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e489538..2da0192 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,17 @@ 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-16-01 +## 1.0.2 - 2021-20-05 +- Released. + +## 1.0.2-beta.3 - 2021-26-02 +### 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 ### Added - Optionally replace Craft's native image transforms with Imgix. - Pass assets directly to Imgixer, as well as image paths / urls. diff --git a/composer.json b/composer.json index ec05b1e..57011ff 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name": "croxton/imgixer", "description": "Generate Imgix URLs.", "type": "craft-plugin", - "version": "1.0.2-beta.3", + "version": "1.0.2", "keywords": [ "craft", "cms",