Skip to content

Commit

Permalink
v4.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rvdsteege committed Jun 3, 2024
1 parent 5847fcf commit 9e20a85
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion pronamic-pay-ingenico.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
*
Expand Down

0 comments on commit 9e20a85

Please sign in to comment.