Skip to content

Commit

Permalink
Bump version to 1.2.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
 * Start testing with modern versions of PHP (8.1-8.4)
  • Loading branch information
codders committed Dec 9, 2024
1 parent 10d7fb6 commit 9a30f8f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,13 @@ via Github Actions.

## Release notes

### 1.2.0 (2024-12-10)

* 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
* Start testing with modern versions of PHP (8.1-8.4)

### 1.1.0 (dev)

* Introduced `ParserOptions::withDefaultOption()` and `FormatterOptions::withDefaultOption()`,
Expand Down

0 comments on commit 9a30f8f

Please sign in to comment.