From 72b8e2c4f27864d026d09d700f7928b5551ed9c4 Mon Sep 17 00:00:00 2001 From: Oliver Stark Date: Tue, 5 Jan 2021 13:01:20 +0100 Subject: [PATCH] 1.0.2 changelog --- CHANGELOG.md | 8 ++++++++ composer.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a8419ff..47791b1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 1.0.2 - 2021-01-05 +- Fixed type issue with symfony/process 5.x (use `Process::fromShellCommandline()`) +- Fixed code styles using https://github.com/symplify/easy-coding-standard +- Fixed ENV vars check using non-strict comparison + +## 1.0.1 - 2020-11-10 +- Fixed a bug in the craft copy/all/up command. + ## 1.0.0 - 2020-11-02 - Added `copy/volumes/up` command - Added `copy/volumes/down` command diff --git a/composer.json b/composer.json index b486f27..9e5f3b2 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name": "fortrabbit/craft-copy", "description": "Tooling for Craft on fortrabbit", "type": "craft-plugin", - "version": "1.0.1", + "version": "1.0.2", "keywords": [ "craft", "craftcms",