Skip to content

Commit

Permalink
RC8
Browse files Browse the repository at this point in the history
  • Loading branch information
Oliver Stark committed Nov 15, 2019
1 parent 10c7fb1 commit 1026463
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down Expand Up @@ -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
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.0-RC7",
"version": "1.0.0-RC8",
"keywords": [
"craft",
"cms",
Expand Down

0 comments on commit 1026463

Please sign in to comment.