We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ddcceb4 commit ac0d625Copy full SHA for ac0d625
CHANGELOG.md
@@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
8
## [Unreleased]
9
10
+## [1.2.1] - 2023-01-31
11
+### Composer
12
+
13
+- Changed `php` from `>=8.0` to `>=7.4`.
14
+Full set of changes: [`1.2.0...1.2.1`][1.2.1]
15
16
+[1.2.1]: https://github.com/pronamic/wp-number/compare/v1.2.0...v1.2.1
17
18
## [1.2.0] - 2022-12-19
19
- Increased minimum PHP version to version `8` or higher.
20
- Improved support for PHP `8.1` and `8.2`.
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@pronamic/wp-number",
3
- "version": "1.2.0",
+ "version": "1.2.1",
4
"description": "WordPress Number library.",
5
"repository": {
6
"type": "git",
0 commit comments