diff --git a/CHANGELOG.md b/CHANGELOG.md index 58b5842..50cca65 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,9 @@ This projects adheres to [Semantic Versioning](http://semver.org/) and [Keep a C ## [Unreleased][unreleased] - +## [4.2.2] - 2022-10-11 +- Fixed possible "Warning: Invalid argument supplied for foreach()" when enriching payment methods (pronamic/wp-pronamic-pay-buckaroo#7). + ## [4.2.1] - 2022-09-27 - Update to `wp-pay/core` version `^4.4`. @@ -122,7 +125,8 @@ This projects adheres to [Semantic Versioning](http://semver.org/) and [Keep a C ## [1.0.0] - 2015-01-19 - First release. -[unreleased]: https://github.com/wp-pay-gateways/buckaroo/compare/4.2.1...HEAD +[unreleased]: https://github.com/wp-pay-gateways/buckaroo/compare/4.2.2...HEAD +[4.2.2]: https://github.com/pronamic/wp-pronamic-pay-buckaroo/compare/4.2.1...4.2.2 [4.2.1]: https://github.com/pronamic/wp-pronamic-pay-buckaroo/compare/4.2.0...4.2.1 [4.2.0]: https://github.com/pronamic/wp-pronamic-pay-buckaroo/compare/4.1.0...4.2.0 [4.1.0]: https://github.com/wp-pay-gateways/buckaroo/compare/4.0.0...4.1.0 diff --git a/package.json b/package.json index 77a9ec2..7cff144 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "buckaroo", - "version": "4.2.1", + "version": "4.2.2", "description": "Buckaroo driver for the WordPress payment processing library.", "repository": { "type": "git", diff --git a/pronamic-pay-buckaroo.php b/pronamic-pay-buckaroo.php index 2436595..a781009 100644 --- a/pronamic-pay-buckaroo.php +++ b/pronamic-pay-buckaroo.php @@ -4,7 +4,7 @@ * Plugin URI: https://www.pronamic.eu/plugins/pronamic-pay-buckaroo/ * Description: Extend the Pronamic Pay plugin with the Buckaroo gateway to receive payments through a variety of WordPress plugins. * - * Version: 4.2.1 + * Version: 4.2.2 * Requires at least: 4.7 * * Author: Pronamic