Skip to content

Commit

Permalink
1.0.0-RC2
Browse files Browse the repository at this point in the history
  • Loading branch information
Oliver Stark committed Nov 26, 2018
1 parent e349ef1 commit 781a8ea
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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/):

Expand Down Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions 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-RC1",
"version": "1.0.0-RC2",
"keywords": [
"craft",
"cms",
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit 781a8ea

Please sign in to comment.