From 579a365ad0973fd1074f72909221bb3d8615eb19 Mon Sep 17 00:00:00 2001 From: Alec Geatches Date: Fri, 24 May 2024 13:24:45 -0600 Subject: [PATCH] Add README changelog changes --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 35543bb1..177f6aa1 100644 --- a/README.md +++ b/README.md @@ -51,6 +51,9 @@ For support questions, feedback and ideas, please use the [WordPress.org forums] ## Upgrade Notice +**0.9.9** +Bump minimum PHP supported version to 7.4, WordPress minimum supported version to 5.9. + **0.9.8** PHP 8.2 compatible with various bug fixes @@ -128,6 +131,12 @@ New features, including story budget and editorial metadata, a completely rewrit ## Changelog +**0.9.9 (May 24, 2024)** +* Test fix: Fix e2e tests, bump lowest supported PHP version to 7.4 (https://github.com/Automattic/Edit-Flow/pull/722) +* Test fix: Update ESLint configuration and format JS files (https://github.com/Automattic/Edit-Flow/pull/723) +* Enhancements: Update WordPress minimum version to 5.9 & update PHPUnit #724 (https://github.com/Automattic/Edit-Flow/pull/724) +* Enhancements: Move JS environment to node 20, upgrade packages (https://github.com/Automattic/Edit-Flow/pull/725) + **0.9.7 (August 26, 2022)** * Bug fix: Allow scheduled posts to be shifted around on calendar (https://github.com/Automattic/Edit-Flow/pull/614) * Bug fix: Add back unpublish status, small css tweak for statuses (https://github.com/Automattic/Edit-Flow/pull/613)