From d47fc4bf73630ca949db7370d295e2de4ce549f2 Mon Sep 17 00:00:00 2001 From: Josh Crawford Date: Tue, 11 Feb 2020 21:29:40 +1100 Subject: [PATCH] version 1.1.2 --- CHANGELOG.md | 6 ++++++ composer.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b8dfbda..f511874 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 1.1.2 - 2020-02-11 + +### Fixed +- Fix windows path issues. +- Fix another potential error for field settings and icon sets. + ## 1.1.1 - 2020-01-12 ### Fixed diff --git a/composer.json b/composer.json index aa237b3..0827d6b 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name": "verbb/icon-picker", "description": "Provide content editors a field to pick an icon from a public directory.", "type": "craft-plugin", - "version": "1.1.1", + "version": "1.1.2", "keywords": [ "craft", "cms",