Skip to content

Commit 670075f

Browse files
committed
changelog
1 parent 10ac554 commit 670075f

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/).
44
In order to read more about upgrading and BC breaks have a look at the [UPGRADE Document](UPGRADE.md).
55

6+
## 3.0.0 (3. May 2023)
7+
8+
> This release breaks the old API! Check the [UPGRADE document](UPGRADE.md) to read more about.
9+
10+
+ Version 7.0 of [deployphp/deployer](https://github.com/deployphp/deployer), see [migrate 6.x to 7.0 Guide](https://deployer.org/docs/7.x/UPGRADE#upgrade-from-6x-to-7x)
11+
612
## 2.2.1 (11. January 2023)
713

814
+ Added `--silent=0` to unglue command to ensure CI/CD fails if an error occurs.

UPGRADE.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22

33
This document will help you upgrading from a LUYA Deployer version into another. For more detailed informations about the breaking changes **click the issue detail link**, there you can examples of how to change your code.
44

5+
## from 2.x to 3.0
6+
7+
https://github.com/luyadev/luya-deployer/compare/2.2.1...3.0.0
8+
9+
+ Version 7.0 of [deployphp/deployer](https://github.com/deployphp/deployer), see [migrate 6.x to 7.0 Guide](https://deployer.org/docs/7.x/UPGRADE#upgrade-from-6x-to-7x)
10+
+ Removed FPX Support (task `luya:composerglobal` deleted)
11+
+ Config env is now evaluated by `get('labels')['stage']` instead of `get('stage')`.
12+
+ Removed option to ignore composer platform
13+
514
## from 2.x to 2.2
615

716
+ [#23](https://github.com/luyadev/luya-deployer/pull/23) FXP installation is now by default **off** instead of **on**. This is a small BC break. In order to restore original behavior use `->set('installFxpPlugin', true)`.

0 commit comments

Comments
 (0)