Skip to content

Commit 1947a21

Browse files
committed
v2.2.1
1 parent 876c1d3 commit 1947a21

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,14 @@ This projects adheres to [Semantic Versioning](http://semver.org/) and [Keep a C
77
## [Unreleased][unreleased]
88
-
99

10+
## [2.2.1] - 2023-01-31
11+
### Composer
12+
13+
- Changed `php` from `>=8.0` to `>=7.4`.
14+
Full set of changes: [`2.2.0...2.2.1`][2.2.1]
15+
16+
[2.2.1]: https://github.com/pronamic/wp-money/compare/v2.2.0...v2.2.1
17+
1018
## [2.2.0] - 2022-12-19
1119
- Update `pronamic/wp-number` to version `^1.2`.
1220
Full set of changes: [`2.1.0...2.2.0`][2.2.0]

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "wp-money",
3-
"version": "2.2.0",
3+
"version": "2.2.1",
44
"description": "WordPress Money library.",
55
"repository": {
66
"type": "git",

pronamic-money.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* Plugin URI: https://www.pronamic.eu/plugins/pronamic-money/
55
* Description: WordPress Money library.
66
*
7-
* Version: 2.2.0
7+
* Version: 2.2.1
88
* Requires at least: 4.7
99
* Requires PHP: 8.0
1010
*

0 commit comments

Comments
 (0)