Releases: banago/PHPloy
Releases · banago/PHPloy
PHPloy v5.0.0-beta
Finally, PHP v5 is here. Here is a list of notable updates and changes:
- PHP 8.0 is now the least support version. For development, PHP8.2 is required.
- Flysystem v3 is now in with all its good stuff.
- The testing suite has been revamped to use Docker compose instead of Vagrant.
- Pest has been adopted as the testing framework. A lot of the old testing suite needs to be ported over.
- PHPloy.php has been broken into a couple of files because it had grown to big.
- Deploying through
id_ed25519
keys is now supported.
There has been no compatibility-braking changes. All you setups should work the same with the new version.
Please grab it and report any issues.
Thank you,
Baki
Official 4.2 Release
PHPloy 2.0
PHPloy 2.0 is now stable
Revision Syncing
In this release revision syncing was implemented. Check the README for more info.
Codebase improvements
Small codebase improvements.
A small fix.
A small fix.
Adds Rollbacks
This version of PHPloy implements the ability to rollback your deployment to an earlier version with just one command.
Codebase optimization
Codebase optimization by Fadion Dashi.
Introduced parseOptions() method.
Introduced parseOptions() method.
There is not more code in the global scope now - everything is encapsulated.
Multiple servers support
Multiple servers support added.