Skip to content

Commit

Permalink
changelog and upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
nadar committed Apr 14, 2020
1 parent 26d5f9f commit f3cf153
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/).
In order to read more about upgrading and BC breaks have a look at the [UPGRADE Document](UPGRADE.md).

## 2.0.0 (14. April 2020)

> This release breaks the old API! Check the [UPGRADE document](UPGRADE.md) to read more about.
+ [#10](https://github.com/luyadev/luya-deployer/pull/10) Moved to Version 6.0 of PHP Deployer.

## 1.0.8 (22. October 2019)

+ [#11](https://github.com/luyadev/luya-deployer/issues/11) Support new `config.php` file policy with `luya\Config` objects.
Expand Down
4 changes: 2 additions & 2 deletions UPGRADE.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ This document will help you upgrading from a LUYA Deployer version into another.
## from 1.x to 2.0

+ The `password()` option has been removed by latest deployer version, use ssh keys instead.
+ Version 6.0 of [deployer/deployer](https://github.com/deployer/deployer), so LUYA Deployer skipped version 4 & 5 if you are looking for Docs. Version 1 of LUYA Deployer required version 3.0
+ The `deploy.php` must be configured as following:
+ Version 6.0 of [deployphp/deployer](https://github.com/deployphp/deployer), so LUYA Deployer skipped version 4 & 5 if you are looking for Docs. Version 1 of LUYA Deployer required version 3.0
+ New deployment values and configuration. The `deploy.php` must be configured as following using `host()`:
```php
<?php
namespace Deployer;
Expand Down

0 comments on commit f3cf153

Please sign in to comment.