From 61556dc39c98ae6c0670f4a063d813fee3404f44 Mon Sep 17 00:00:00 2001 From: Luca Tumedei Date: Wed, 6 Dec 2023 18:51:47 +0100 Subject: [PATCH] doc(CHANGELOG.md) update to version 4.0.15 --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e02f2fa4a..8a496068c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ This project adheres to [Semantic Versioning](http://semver.org/). ## [unreleased] Unreleased +## [4.0.15] 2023-12-06; + ### Added - The `WPLoader::silentlyActivatePlugins` configuration parameter to activate plugins without firing the `activated_plugin` action. @@ -2053,4 +2055,5 @@ Read the [migration guide here](https://wpbrowser.wptestkit.dev/migration/from-v [4.0.12]: https://github.com/lucatume/wp-browser/compare/4.0.11...4.0.12 [4.0.13]: https://github.com/lucatume/wp-browser/compare/4.0.12...4.0.13 [4.0.14]: https://github.com/lucatume/wp-browser/compare/4.0.13...4.0.14 -[unreleased]: https://github.com/lucatume/wp-browser/compare/4.0.14...HEAD +[4.0.15]: https://github.com/lucatume/wp-browser/compare/4.0.14...4.0.15 +[unreleased]: https://github.com/lucatume/wp-browser/compare/4.0.15...HEAD