This repository has been archived by the owner on May 9, 2024. It is now read-only.
Releases: 10up/wp-local-docker-v2
Releases · 10up/wp-local-docker-v2
2.5.1
- Log php errors to the docker logs
- Updates npm dependencies
2.5.0
Adds WP CLI configuration file that allows running commands directly from the host with the wp
command.
2.4.3
Resolves issues creating a WP Snapshot repository via WP Local Docker
2.4.2
- Fixes a bug with the new
upgrade
command that causes an error if elasticsearch was not in the environment to be updated
2.4.1
No changes from 2.4.0. Working around npm publish issue.
2.4.0
- Updates volumes to use
:cached
flag to improve performance, particular on MacOS - Resolves issue parsing environment from working directory when there are capitalization discrepancies. See #21
- Adds new
upgrade
command to upgrade an environment to the latest docker-compose configuration. Current just adds the:cached
flag on volumes for any preexisting environment
2.3.0
- Adds prompt for proxying images from another site. Props @TylerB24890
- Updates lodash to latest version to fix vulnerability in the package