From f1ab2e020785862e81a141555c40a2bd3c052d7e Mon Sep 17 00:00:00 2001 From: Mark Croxton Date: Thu, 5 Dec 2024 16:02:05 +0000 Subject: [PATCH] Prep for release --- CHANGELOG.md | 4 ++++ composer.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c8fa4ac..54286d5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ 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.1.1 - 2024.12.05 +### Fixed +- Restored PHP 7.x support. + ## 1.1.0 - 2024.07.16 ### Added - Backported support for Servd Assets Platform v3. If you are running a Craft 3 site on Servd, use Servd’s Asset Volumes, and want to upgrade from Servd’s Assets Platform v2 to v3, ensure all environments are updated to this version of Imgixer before initiating the asset platform upgrade. diff --git a/composer.json b/composer.json index 049c0ef..bac867f 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name": "croxton/imgixer", "description": "Generate Imgix URLs.", "type": "craft-plugin", - "version": "1.1.0", + "version": "1.1.1", "keywords": [ "craft", "cms",