From 1026463addcb676f018c0814cf33e9523a691c2d Mon Sep 17 00:00:00 2001 From: Oliver Stark Date: Fri, 15 Nov 2019 13:07:37 +0100 Subject: [PATCH] RC8 --- CHANGELOG.md | 4 ++++ README.md | 4 ++-- composer.json | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c38605d..51f4e02 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 1.0.0-RC8 - 2019-11-15 +- More verbose SSH errors +- Default .my.cnf to prevent GTID_PURGED errors + ## 1.0.0-RC5 - 2019-02-01 - Fixed: use the correct environment name for config files - The non-existing `/storage` folder is created on the remote diff --git a/README.md b/README.md index 2f55be4..f9bcdf2 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ -# Craft Copy Plugin (RC7) +# Craft Copy Plugin (RC8) This little command line tool helps to speed up common tasks around Craft CMS deployment on [fortrabbit](https://www.fortrabbit.com/). Craft Copy syncs your local development environment with your fortrabbit App — up and down. It conveniently deploys deploys code changes and synchronizes latest images and database entries. This Craft CMS plugin will be installed locally and on the fortrabbit App. @@ -54,7 +54,7 @@ cd your/craft-project # Require Craft Copy via Composer composer config platform --unset -composer require fortrabbit/craft-copy:^1.0.0-RC7 +composer require fortrabbit/craft-copy:^1.0.0-RC8 # Install the plugin with Craft CMS php craft install/plugin copy diff --git a/composer.json b/composer.json index 8f654b8..4f0d1c6 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-RC7", + "version": "1.0.0-RC8", "keywords": [ "craft", "cms",