Skip to content

Releases: hirasso/wp-sync-deploy

2.2.0

03 Jul 11:33
Compare
Choose a tag to compare
  • Fix compatibility problem with MariaDB and older MySQL versions
  • New options PROD_DEPLOY_STRATEGY and STAG_DEPLOY_STRATEGY (conservative or risky)

2.1.0

28 Mar 15:35
Compare
Choose a tag to compare
  • Allow deploy to production from non-main branch, if the user accepts the displayed prompt

2.0.0

31 Jan 11:53
Compare
Choose a tag to compare
  • Breaking changes: You'll need to adjust your .env.wp-sync-deploy if you are upgrading from 1.x
  • Compatibility with a folder structure like roots/bedrock
  • Provide defaults for optional variables (HTTP_AUTH, PHP_BINARY, ...)

1.0.2

23 Jan 12:55
Compare
Choose a tag to compare

1.0.1

22 Jan 18:53
Compare
Choose a tag to compare
  • Redirect all logging to stderr to prevent polluting command substitutions

1.0.0

22 Jan 18:07
Compare
Choose a tag to compare

First real release

  • pull the database from production or staging to local
  • push the database from local to staging
  • deploy your files to staging or production
  • automatically run routines using wp-cli on the target environment (production, staging or local)

0.0.1

09 Jan 09:36
Compare
Choose a tag to compare
  • Initial Release