From 562cb2ec607bc24eaca6d1ac326bbb8c9213c76d Mon Sep 17 00:00:00 2001 From: Luca Tumedei Date: Wed, 11 Sep 2024 09:51:12 +0200 Subject: [PATCH] doc(CHANGELOG.md) add entry for 755 --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ac9dbeccf..2d901f6e8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,12 @@ This project adheres to [Semantic Versioning](http://semver.org/). ## [unreleased] Unreleased +## Fixed + +- Ensure the `WPLoader` module will set the db constants when in `loadOnly: true` mode. +- The `WPLoader` module will now set the `WPBROWSER_LOAD_ONLY` environment variable to `1` when in `loadOnly: true` and to `0` when in `loadOnly: false` mode. +- Updated documentation for the `WPLoader` module to explicitly state that the `configFlile` parameter will be used both when in `loadOnly: true` and `loadOnly: false` modes. + ## [4.3.2] 2024-09-10; ## Fixed