From 0470c16c6575673bb2c26351a934f45d1786ce33 Mon Sep 17 00:00:00 2001 From: Josh Crawford Date: Tue, 14 Jul 2020 10:22:08 +1000 Subject: [PATCH] version 2.0.10 --- CHANGELOG.md | 5 +++++ composer.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d34976e..1877847 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## 2.0.10 - 2020-07-14 + +### Fixed +- Move plugin settings to class, instead of composer.json. May help with plugin settings not appearing. + ## 2.0.9 - 2020-05-22 ### Fixed diff --git a/composer.json b/composer.json index db3e688..b0eebc0 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.9", + "version": "2.0.10", "keywords": [ "craft", "cms",