From c4f9fe8a185c964a841643d539b68d4768c38114 Mon Sep 17 00:00:00 2001 From: jrfnl Date: Tue, 16 Dec 2025 14:30:50 +0100 Subject: [PATCH] Changelog for version 3.0.0-alpha2 --- CHANGELOG.md | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9cbd022..ce06027 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file. This projects adheres to [Semantic Versioning](https://semver.org/) and [Keep a CHANGELOG](https://keepachangelog.com/). +## [3.0.0-alpha2] - 2025-12-16 + +* Ruleset: Updated for improved compatibility with WordPress 6.5 and for compatibility with WordPress 6.8 and 6.9. Thanks [@rodrigoprimo]! +* General housekeeping and maintenance. + ## [3.0.0-alpha1] - 2025-10-22 * Composer: All PHPCompatibility dependencies have been updated to the recently released PHPCompatibility 10.0.0-alpha1 based versions. @@ -89,6 +94,7 @@ Initial release of the PHPCompatibilityWP ruleset. [Composer PHPCS plugin]: https://github.com/PHPCSStandards/composer-installer/ +[3.0.0-alpha2]: https://github.com/PHPCompatibility/PHPCompatibilityWP/compare/3.0.0-alpha1...3.0.0-alpha2 [3.0.0-alpha1]: https://github.com/PHPCompatibility/PHPCompatibilityWP/compare/2.1.8...3.0.0-alpha1 [2.1.8]: https://github.com/PHPCompatibility/PHPCompatibilityWP/compare/2.1.7...2.1.8 [2.1.7]: https://github.com/PHPCompatibility/PHPCompatibilityWP/compare/2.1.6...2.1.7 @@ -101,7 +107,8 @@ Initial release of the PHPCompatibilityWP ruleset. [2.1.0]: https://github.com/PHPCompatibility/PHPCompatibilityWP/compare/2.0.0...2.1.0 [2.0.0]: https://github.com/PHPCompatibility/PHPCompatibilityWP/compare/1.0.0...2.0.0 -[@fredden]: https://github.com/fredden -[@GaryJones]: https://github.com/GaryJones -[@johnbillion]: https://github.com/johnbillion -[@swissspidy]: https://github.com/swissspidy +[@fredden]: https://github.com/fredden +[@GaryJones]: https://github.com/GaryJones +[@johnbillion]: https://github.com/johnbillion +[@rodrigoprimo]: https://github.com/rodrigoprimo +[@swissspidy]: https://github.com/swissspidy