From 26707202d707f6a09ff4a0684117d5b7067341d9 Mon Sep 17 00:00:00 2001 From: "K. Adam White" Date: Mon, 22 Jun 2026 13:15:41 -0400 Subject: [PATCH] Prepare 2.2.0 changelog --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e498e2f1..726c553a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 2.2.0 (June 22, 2026) + +- Adds official support for single-file must-use plugins when appropriate by relaxing side-effect and file name restrictions on direct children of mu-plugins/ and client-mu-plugins/ #337 + ## 2.1.0 (June 11, 2026) - Support WPCS and VIPCS versions above 3.0.x (_e.g._ 3.1, 3.2, 3.3) #335