Skip to content

Releases: greenpeace/planet4-develop

v0.17.0

18 Dec 13:57
271e9f9
Compare
Choose a tag to compare

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

11 Nov 12:27
d53f4da
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.15.0...v0.16.0

v0.15.0

09 Aug 06:46
6e7425b
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.14.0...v0.15.0

v0.14.0

20 May 07:39
148464b
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.13.0...v0.14.0

v0.13.0

08 May 09:35
Compare
Choose a tag to compare

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

25 Mar 18:31
Compare
Choose a tag to compare

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

06 Mar 14:32
Compare
Choose a tag to compare

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

28 Feb 13:09
Compare
Choose a tag to compare

Changes

  • #33: Update wp-env package to 9.4.0
  • #34: Disable Elasticpress plugin by default

Upgrade to WP6.4.2

11 Jan 14:26
Compare
Choose a tag to compare

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

13 Dec 11:33
Compare
Choose a tag to compare

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