Merge branch 'trunk' of github.com:woocommerce/woocommerce into add/e2e-create-order-component

This commit is contained in:
Greg 2021-08-18 13:16:55 -06:00
commit 94a96edf2b
2 changed files with 2 additions and 1 deletions

View File

@ -8,6 +8,7 @@
- `downloadZip( fileUrl, downloadPath )` downloads a plugin zip file from a remote location to the provided path.
- Added `getLatestReleaseZipUrl( owner, repository, getPrerelease, perPage )` util function to get the latest release zip from a GitHub repository.
- Added `DEFAULT_TIMEOUT_OVERRIDE` that allows passing in a time in milliseconds to override the default Jest and Puppeteer timeouts.
- Update fallback WordPress version to 5.8.0.
# 0.2.2

View File

@ -10,7 +10,7 @@ if [[ $1 ]]; then
if [[ $WP_VERSION =~ ^[0-9]+\.[0-9]+ ]]; then
export WORDPRESS_VERSION=$WP_VERSION
else
export WORDPRESS_VERSION="5.5.1"
export WORDPRESS_VERSION="5.8.0"
fi
if ! [[ $TRAVIS_PHP_VERSION =~ ^[0-9]+\.[0-9]+ ]]; then