From 3422651a012a296a10b9a3296db82a4660f430e4 Mon Sep 17 00:00:00 2001 From: Josh Crawford Date: Tue, 10 Oct 2023 09:06:18 +1100 Subject: [PATCH] version 2.2.2 --- CHANGELOG.md | 6 ++++++ composer.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2d67256..6fb9fc7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 2.2.2 - 2023-10-10 + +### Fixed +- Fix an error when trying to process remote-filesystem assets. +- Fix filesize estimation to detect resulting larger images not being correct. + ## 2.2.1 - 2023-08-17 ### Fixed diff --git a/composer.json b/composer.json index a74357c..886e612 100755 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name": "verbb/image-resizer", "description": "Image Resizer is a Craft plugin that resizes your assets when they are uploaded.", "type": "craft-plugin", - "version": "2.2.1", + "version": "2.2.2", "keywords": [ "craft", "cms",