From 1947a2186f86416b65337246a65b6b46a2bad42a Mon Sep 17 00:00:00 2001 From: Remco Tolsma <869674+remcotolsma@users.noreply.github.com> Date: Tue, 31 Jan 2023 12:22:56 +0100 Subject: [PATCH] v2.2.1 --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- pronamic-money.php | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index db2ce16..4bd5945 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,14 @@ This projects adheres to [Semantic Versioning](http://semver.org/) and [Keep a C ## [Unreleased][unreleased] - +## [2.2.1] - 2023-01-31 +### Composer + +- Changed `php` from `>=8.0` to `>=7.4`. +Full set of changes: [`2.2.0...2.2.1`][2.2.1] + +[2.2.1]: https://github.com/pronamic/wp-money/compare/v2.2.0...v2.2.1 + ## [2.2.0] - 2022-12-19 - Update `pronamic/wp-number` to version `^1.2`. Full set of changes: [`2.1.0...2.2.0`][2.2.0] diff --git a/package.json b/package.json index df52597..a963bcc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "wp-money", - "version": "2.2.0", + "version": "2.2.1", "description": "WordPress Money library.", "repository": { "type": "git", diff --git a/pronamic-money.php b/pronamic-money.php index b5393a9..bbf6f61 100644 --- a/pronamic-money.php +++ b/pronamic-money.php @@ -4,7 +4,7 @@ * Plugin URI: https://www.pronamic.eu/plugins/pronamic-money/ * Description: WordPress Money library. * - * Version: 2.2.0 + * Version: 2.2.1 * Requires at least: 4.7 * Requires PHP: 8.0 *