Skip to content

Commit 3b4578e

Browse files
committed
v2.2.0
1 parent 46ecceb commit 3b4578e

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

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

10+
## [2.2.0] - 2022-12-19
11+
- Update `pronamic/wp-number` to version `^1.2`.
12+
Full set of changes: [`2.1.0...2.2.0`][2.2.0]
13+
14+
[2.2.0]: https://github.com/pronamic/wp-money/compare/2.1.0...2.2.0
15+
1016
## [2.1.0] - 2022-12-19
1117
- Increased minimum PHP version to version `8` or higher.
1218
- Improved support for PHP `8.1` and `8.2`.

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.1.0",
3+
"version": "2.2.0",
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.1.0
7+
* Version: 2.2.0
88
* Requires at least: 4.7
99
* Requires PHP: 8.0
1010
*

0 commit comments

Comments
 (0)