Skip to content

Commit

Permalink
Merge pull request #170 from wmde/feat/bump-version-1.2.0
Browse files Browse the repository at this point in the history
Bump version to 1.2.0
  • Loading branch information
lucaswerkmeister authored Dec 12, 2024
2 parents eeded82 + 3c53902 commit d8e8cf7
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ version 1.x of this package:
```js
{
"require": {
"data-values/time": "~1.1"
"data-values/time": "~1.2"
}
}
```
Expand All @@ -51,6 +51,12 @@ employees for the [Wikidata project](https://wikidata.org/).

## Release notes

### 1.2.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

### 1.1.2 (2022-10-24)

* Allow installation together with data-values/common 1.1.0 and data-values/interfaces 1.x
Expand Down

0 comments on commit d8e8cf7

Please sign in to comment.