Releases: GoogleCloudPlatform/php-tools
Releases · GoogleCloudPlatform/php-tools
v0.15.0
- 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
Features
- add support for Twig v3 (#82)
v0.11.0
Fixes
- Backwards-Breaking: remove deprecated
app-engine-php
component from gcloud
install (#83)
v0.10.0
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
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
Fixes copy/rename issues with WordPress sample by using symfony/filesystem
v0.8.4
- Updates WordPress GCS Plugin version to
0.1.4
- Fixes
relativeDir
for Windows
v0.8.3
- 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
- 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
Adds ability for WordPress to be installed in the root Project directory