Skip to content

Commit 1fff96b

Browse files
committed
v1.3.1
1 parent 803e7d7 commit 1fff96b

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [1.3.1] - 2024-05-15
11+
12+
### Commits
13+
14+
- Fixed "Deprecated: Calling ReflectionProperty::setValue() with a single argument is deprecated". ([803e7d7](https://github.com/pronamic/wp-number/commit/803e7d7257aa751a525daa21ab6ac98cb414c664))
15+
- Fixed "All output should be run through an escaping function". ([754b9da](https://github.com/pronamic/wp-number/commit/754b9da30b383afb982dc3d9c52fa1118df86790))
16+
- Fixed "It is recommended not to use reserved keyword "string" as function parameter name. Found: $string". ([a903388](https://github.com/pronamic/wp-number/commit/a90338889b20992b35898675456e033629e6236d))
17+
- Fixed "It is recommended not to use reserved keyword "string" as function parameter name. Found: $string". ([52a8a30](https://github.com/pronamic/wp-number/commit/52a8a309a1bbd205175049b1390a19b540fdab59))
18+
- Updated composer.json ([70aa3de](https://github.com/pronamic/wp-number/commit/70aa3dee3d6a03d222d501f3c2bc1892866fa23d))
19+
20+
Full set of changes: [`1.3.0...1.3.1`][1.3.1]
21+
22+
[1.3.1]: https://github.com/pronamic/wp-number/compare/v1.3.0...v1.3.1
23+
1024
## [1.3.0] - 2023-03-21
1125

1226
### Commits

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.3.0",
3+
"version": "1.3.1",
44
"description": "WordPress Number library.",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)