From fc8d8316cf139845b07dee8682dd5623c2778936 Mon Sep 17 00:00:00 2001 From: Josh Crawford Date: Wed, 24 Oct 2018 23:35:07 +1100 Subject: [PATCH] version 2.0.4 --- CHANGELOG.md | 6 ++++++ composer.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ecd63c3..e4d4f70 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 2.0.4 - 2018-10-24 + +### Fixed +- Add asset indexing when creating files in `originals`. This will make the folder actually appear in Assets. +- Fix processing image multiple times on remote volumes. + ## 2.0.3 - 2018-05-08 ### Fixed diff --git a/composer.json b/composer.json index f64a5fc..9e0b801 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.0.3", + "version": "2.0.4", "keywords": [ "craft", "cms",