Skip to content

Commit f12b947

Browse files
committed
v2.1.0
1 parent 6549ca2 commit f12b947

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

CHANGELOG.md

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

10+
## [2.1.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: [`2.0.3...2.1.0`][2.1.0]
16+
17+
[2.1.0]: https://github.com/pronamic/wp-money/compare/2.0.3...2.1.0
18+
1019
## [2.0.3] - 2022-09-27
1120
- Update plugin version number.
1221

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

0 commit comments

Comments
 (0)