From 781a8eae1127a466b0e71fa19bc55c0e14942bf1 Mon Sep 17 00:00:00 2001 From: Oliver Stark Date: Mon, 26 Nov 2018 12:16:20 +0100 Subject: [PATCH] 1.0.0-RC2 --- CHANGELOG.md | 5 +++++ README.md | 4 ++-- composer.json | 4 ++-- 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dc2458c..6f2ffbb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## 1.0.0-RC2 - 2018-11-26 + +- Run migrations automatically via `fortrabbit/craft-auto-migrate` +- Add configured git upstream automatically + ## 1.0.0-RC1 - 2018-11-16 - Removed support for config/copy.php diff --git a/README.md b/README.md index eea4924..1021ae6 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Craft Copy Plugin (RC1) +# Craft Copy Plugin (RC2) This little command line tool helps to speed up common tasks around Craft CMS deployment on [fortrabbit](https://www.fortrabbit.com/): @@ -29,7 +29,7 @@ cd your/craft-project composer config platform --unset -composer require fortrabbit/craft-copy:^1.0.0-RC1 +composer require fortrabbit/craft-copy:^1.0.0-RC2 ./craft install/plugin copy ./craft copy/setup diff --git a/composer.json b/composer.json index cc37508..6aaaf25 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.0-RC1", + "version": "1.0.0-RC2", "keywords": [ "craft", "cms", @@ -30,7 +30,7 @@ "symfony/process": "^4.1", "vlucas/phpdotenv": "^2.5.1", "symfony/yaml": "^4.1", - "fortrabbit/craft-auto-migrate":"^1.0.0" + "fortrabbit/craft-auto-migrate":"^1.0" }, "require-dev": { "phpstan/phpstan": "^0.10.5",