Skip to content

Commit

Permalink
Merge pull request #146 from wmde/feat/bump-version-3.4.0
Browse files Browse the repository at this point in the history
Bump version to 3.4.0
  • Loading branch information
codders authored Jan 6, 2025
2 parents ebcf01c + 29e8221 commit 19e5c88
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.2 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-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
Expand Down

0 comments on commit 19e5c88

Please sign in to comment.