From 29e8221173d9e57ff22574ce043b6d7f0822152b Mon Sep 17 00:00:00 2001 From: Arthur Taylor Date: Wed, 11 Dec 2024 10:37:36 +0100 Subject: [PATCH] Bump version to 3.4.0 * Drop support for PHP 7.2, 7.3 * Upgrade codesniffer rules to current `mediawiki/mediawiki-codesniffer` version (45.0.0) * Make nullable type parameter declarations explicit for compatibility with PHP 8.4 Bug: T379481 --- README.md | 2 +- RELEASE-NOTES.md | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 526cb80..65f74ef 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ A full history of the different versions of Diff can be found in the [release no **Diff 3.x:** -* PHP 7.2 or later (tested with PHP 7.2 up to PHP 8.1) +* PHP 7.2 or later (tested with PHP 7.4 up to PHP 8.4) **Diff 2.x:** diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md index 22e241d..ed0f4c4 100644 --- a/RELEASE-NOTES.md +++ b/RELEASE-NOTES.md @@ -3,6 +3,12 @@ These are the release notes for the [Diff library](README.md). Latest release: [![Latest Stable Version](https://poser.pugx.org/diff/diff/version.png)](https://packagist.org/packages/diff/diff) +## Version 3.4.0 (2024-12-12) + +* Drop support for PHP 7.2, 7.3 +* Upgrade codesniffer rules to current `mediawiki/mediawiki-codesniffer` version (45.0.0) +* Make nullable type parameter declarations explicit for compatibility with PHP 8.4 + ## Version 3.3.1 (2022-10-06) * Made our __unserialize declarations match PHP 7's, to avoid PHP warnings