From 4f97cb384b62a6e62370be53279b200d6ad33987 Mon Sep 17 00:00:00 2001 From: Luca Tumedei Date: Wed, 11 Sep 2024 09:55:56 +0200 Subject: [PATCH] doc(CHANGELOG.md) update per #755 --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 398f122ab..e00c26916 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. + ## [3.7.3] 2024-09-10; ### Fixed