Skip to content

Commit

Permalink
1.0.2 changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Oliver Stark committed Jan 5, 2021
1 parent cbe517c commit 72b8e2c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 72b8e2c

Please sign in to comment.