Skip to content

Releases: pocketarc/git-deploy-php

Bugfix

23 Oct 12:32
Compare
Choose a tag to compare
  • Fixed an issue with a missing dependency in the PHAR.

Bugfixes

23 Oct 12:15
Compare
Choose a tag to compare
  • Fixed issues running in PHP 7.1 and 7.2.
  • Fixed an issue with deploying files with special characters in their filenames.
  • Fixed an issue that could cause problems with grabbing file contents in some cases.
  • Added support for handling files renamed in Git.
  • git-deploy now has executable permissions by default.
  • Added support for checking if the deploy target server is out of sync with the local repo (e.g. someone else deployed commits that you haven't yet pulled)
  • Errors are now shown in red in the CLI.

Official Release for Packagist

03 Jan 22:23
Compare
Choose a tag to compare

git-deploy-php has been out for a long time, but this is the first time it's been made available to packagist. As such, we're adopting SemVer and will keep making official releases when modifications are made.