You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,12 @@
3
3
All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/).
4
4
In order to read more about upgrading and BC breaks have a look at the [UPGRADE Document](UPGRADE.md).
5
5
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
+
6
12
## 2.2.1 (11. January 2023)
7
13
8
14
+ Added `--silent=0` to unglue command to ensure CI/CD fails if an error occurs.
Copy file name to clipboardExpand all lines: UPGRADE.md
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,15 @@
2
2
3
3
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.
+ 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
+
5
14
## from 2.x to 2.2
6
15
7
16
+[#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