Skip to content

Releases: GoogleCloudPlatform/php-tools

v0.15.0

03 Dec 16:42
Compare
Choose a tag to compare
  • automatically determine workflow file in CsFixer
  • add exclude-patterns to cs fixer shared workflow (#153)
  • client upgrader improvements (#151)
  • reusable workflow for reference docs generation (#150)
  • reusable workflows for cs fixer and static analysis (#148)

v0.12.0

22 Sep 22:31
b09d1c9
Compare
Choose a tag to compare

Features

  • add support for Twig v3 (#82)

v0.11.0

31 Aug 17:27
5f0182a
Compare
Choose a tag to compare

Fixes

  • Backwards-Breaking: remove deprecated app-engine-php component from gcloud install (#83)

v0.10.0

27 Jul 19:37
42dff1b
Compare
Choose a tag to compare

Features

  • feat: support for Guzzle 7.x (#80)
  • feat: support for symfony/console v5 (#79)
  • feat: CloudRun gcloud wrapper (#71)
  • feat: DeploymentTrait (#59)
  • feat: install options for install_test_deps.sh script (#67)
  • feat: ability to combine backoffs (#66)
  • feat: flag in gcloud wrapper to allow for running gcloud beta (#64)
  • feat: runSnippets function to TestTrait (#61)

Fixes

  • fix: update to only use maintained versions of symfony (#74)
  • fix: only set cwd in ExecuteCommandTrait when it exists (#78)
  • fix: remove @beforeClass from AppEngineDeploymentTrait::deployApp (#72)
  • fix: renames .php_cs to .php_cs.dist (#62)
  • test: Add PHP 7.2 and 7.3 to travis testing (#65)

v0.9.0

17 Jan 22:19
dbb8cd3
Compare
Choose a tag to compare

New Feature!
wp-gae tool moved into this repo for deploying WordPress to App Engine Standard (#54)

Misc
allows latest symfony console version (#52)
Adds RUN_CS_CHECK as a valid env var (#53)

v0.8.5

06 Sep 23:30
5b84da1
Compare
Choose a tag to compare

Fixes copy/rename issues with WordPress sample by using symfony/filesystem

v0.8.4

30 Aug 22:42
4c4ba98
Compare
Choose a tag to compare
  • Updates WordPress GCS Plugin version to 0.1.4
  • Fixes relativeDir for Windows

v0.8.3

22 Aug 01:44
bab1dc2
Compare
Choose a tag to compare
  • Upgrades GCS Plugin to 0.1.3 (the latest version)
  • Makes runCommand static in ExecuteCommandTrait
  • Ensures GOOGLE_SKIP_DEPLOYMENT skips beforeDeploy and afterDeploy as well

v0.8.2

17 Aug 01:07
Compare
Choose a tag to compare
  • Adds Google\Cloud\TestUtils\FileUtil into this repository, from php-docs-samples
  • Adds Google\Cloud\TestUtils\ExecuteCommandTrait into this repository, from php-docs-samples
  • Fixes failing travis tests

v0.8.1

17 Jul 18:57
Compare
Choose a tag to compare

Adds ability for WordPress to be installed in the root Project directory