Skip to content

Commit

Permalink
Bump version to 0.13.0
Browse files Browse the repository at this point in the history
 * 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
  • Loading branch information
codders committed Dec 11, 2024
1 parent 7bc4a6d commit fe8be29
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.4 or later (tested with PHP 7.4 up to PHP 8.4)

**Diff 2.x:**

Expand Down
6 changes: 6 additions & 0 deletions RELEASE-NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -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-11)

* 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
Expand Down

0 comments on commit fe8be29

Please sign in to comment.