From fbe8e980a07fc22a95cf87c80815e53824930bcc Mon Sep 17 00:00:00 2001 From: Chris Reynolds Date: Mon, 15 Apr 2024 14:56:24 -0600 Subject: [PATCH] Fixed an issue where WP_HOME was left undefined and throwing notices into logs. For more information, see https://docs.pantheon.io/release-notes/2024/04/wordpress-composer-managed-update. --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 80a7166a..5abd6520 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +### 2024-04-15 +* Fixed an issue where `WP_HOME` was left undefined and throwing notices into New Relic logs. For more information, see our [release note](https://docs.pantheon.io/release-notes/2024/04/wordpress-composer-managed-update). ([#115](https://github.com/pantheon-systems/wordpress-composer-managed/pull/115)) + ### 2023-09-25 * Updates to the [Sage install script](docs/Installing-Sage.md) to support running the script without prompting for input. Also adds automated test runs of the script on `ubuntu-latest` and `macos-latest` environments. ([#113](https://github.com/pantheon-systems/wordpress-composer-managed/pull/113))