diff --git a/CHANGELOG.md b/CHANGELOG.md index b80dca9..72058c7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,20 @@ This projects adheres to [Semantic Versioning](http://semver.org/) and [Keep a C ## [Unreleased][unreleased] - +## [4.7.0] - 2024-06-03 + +### Changed + +- Use the pronamic/ideal-issuers library for iDEAL issuers. ([#18](https://github.com/pronamic/wp-pronamic-pay-ingenico/issues/18)) + +### Composer + +- Changed `php` from `>=8.0` to `>=8.1`. + +Full set of changes: [`4.6.0...4.7.0`][4.7.0] + +[4.7.0]: https://github.com/pronamic/wp-pronamic-pay-ingenico/compare/v4.6.0...v4.7.0 + ## [4.6.0] - 2023-12-18 ### Commits diff --git a/package.json b/package.json index 9dbc043..9189ae3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ogone", - "version": "4.6.0", + "version": "4.7.0", "description": "Ogone driver for the WordPress payment processing library.", "repository": { "type": "git", diff --git a/pronamic-pay-ingenico.php b/pronamic-pay-ingenico.php index e7bd5ec..b697e34 100644 --- a/pronamic-pay-ingenico.php +++ b/pronamic-pay-ingenico.php @@ -4,7 +4,7 @@ * Plugin URI: https://www.pronamic.eu/plugins/pronamic-pay-igenico/ * Description: Extend the Pronamic Pay plugin with the Igenico gateway to receive payments with Igenico through a variety of WordPress plugins. * - * Version: 4.6.0 + * Version: 4.7.0 * Requires at least: 4.7 * Requires PHP: 7.4 *