Skip to content

Commit 9c2415d

Browse files
committed
v1.2.0
1 parent fe7dd74 commit 9c2415d

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [1.2.0] - 2022-12-19
11+
- Increased minimum PHP version to version `8` or higher.
12+
- Improved support for PHP `8.1` and `8.2`.
13+
- Removed usage of deprecated constant `FILTER_SANITIZE_STRING`.
14+
15+
Full set of changes: [`1.1.1...1.2.0`][1.2.0]
16+
17+
[1.2.0]: https://github.com/pronamic/wp-number/compare/1.1.1...1.2.0
18+
1019
## [1.1.1] - 2022-09-23
1120
- Coding standards.
1221

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pronamic/wp-number",
3-
"version": "1.1.1",
3+
"version": "1.2.0",
44
"description": "WordPress Number library.",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)