Releases: greenpeace/planet4-develop
Releases · greenpeace/planet4-develop
v0.17.0
What's Changed
- Change wp-stateless mode to ephemeral by @comzeradd in #48
- Configure hosts file when installing NRO version by @stduerre in #49
- Upgrade WordPress to version 6.7.1 by @mleray in #47
New Contributors
Full Changelog: v0.16.0...v0.17.0
v0.16.0
What's Changed
- Added Node usage feature by @GP-Dan-Tovbein in #43
- PLANET-7530: Upgrade to node 18 by @GP-Dan-Tovbein in #45
Full Changelog: v0.15.0...v0.16.0
v0.15.0
What's Changed
- PLANET-7565: Upgrade to Wordpress 6.6.1 by @mardelnet in #44
New Contributors
- @mardelnet made their first contribution in #44
Full Changelog: v0.14.0...v0.15.0
v0.14.0
v0.13.0
What's Changed
- Add function for configuring hosts file for custom domain by @comzeradd in #40
Full Changelog: v0.12.0...v0.13.0
v0.12.0
What's Changed
- Update WordPress to 6.4.3
- Run
deactivate elasticpress
on NRO install - Fix exit code on default config copy
- Add npm command for running php linter and tests
Full Changelog: v0.11.0...v0.12.0
v0.11.0
What's Changed
- Add two commands: db:reset and db:admin by @comzeradd in #35
- Enable debug config and install query-monitor plugin by @comzeradd in #29
Full Changelog: v0.10.0...v0.11.0
Upgrade to wp-env 9.4.0
Upgrade to WP6.4.2
Changes
Update default WordPress version to 6.4.2
Update existing install
- Start by checking if you have a custom version declared in your
.wp-env.override.json
file !
If you do, you can either remove or update it. - Restart your local environment:
> npm run env:start
- WordPress will update itself by reading the updated default configuration value
core
in.wp-env.json
- Check your running version with:
> npx wp-env run cli wp core version
- That's it :)
Update to PHP8.1
Changes
Update default PHP version to PHP8.1
Fixes
- Update admin email to avoid forced google login in some cases
- Override any package branch using .p4-env.json