Skip to content

Releases: banago/PHPloy

PHPloy v5.0.0-beta

06 Mar 14:53
Compare
Choose a tag to compare

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

17 Apr 06:27
Compare
Choose a tag to compare

#227: Implements storing password in a separate file outside of the ini file.
#237: Fixes user-imput passowors with special chars.

PHPloy 2.0

15 Aug 10:09
Compare
Choose a tag to compare

PHPloy 2.0 is now stable

Revision Syncing

14 Mar 08:53
Compare
Choose a tag to compare

In this release revision syncing was implemented. Check the README for more info.

Codebase improvements

01 Mar 06:41
Compare
Choose a tag to compare

Small codebase improvements.

A small fix.

15 Feb 10:12
Compare
Choose a tag to compare

A small fix.

Adds Rollbacks

14 Feb 23:06
Compare
Choose a tag to compare

This version of PHPloy implements the ability to rollback your deployment to an earlier version with just one command.

Codebase optimization

13 Feb 06:41
Compare
Choose a tag to compare

Codebase optimization by Fadion Dashi.

Introduced parseOptions() method.

12 Feb 10:54
Compare
Choose a tag to compare

Introduced parseOptions() method.

There is not more code in the global scope now - everything is encapsulated.

Multiple servers support

11 Feb 12:45
Compare
Choose a tag to compare

Multiple servers support added.