Skip to content

Commit

Permalink
v4.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
remcotolsma committed Dec 18, 2023
1 parent 3fde8c3 commit 89485f3
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 2 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,25 @@ This projects adheres to [Semantic Versioning](http://semver.org/) and [Keep a C
## [Unreleased][unreleased]
-

## [4.6.0] - 2023-12-18

### Commits

- Removed unused class `SecureDataHelper`. ([3fde8c3](https://github.com/pronamic/wp-pronamic-pay-ingenico/commit/3fde8c3651cfea6fc636fe23b975036a032f5932))
- Removed unused credit card data helper. ([ab0cd1d](https://github.com/pronamic/wp-pronamic-pay-ingenico/commit/ab0cd1dbb65fb732d607fc61277d36530c4257dd))
- Removed `DirectLink` integration. ([51047d6](https://github.com/pronamic/wp-pronamic-pay-ingenico/commit/51047d6c9c73b5b9d63ecd151fa6fff169e39638))
- Fixed getting order status with payment ID by default. ([772fa93](https://github.com/pronamic/wp-pronamic-pay-ingenico/commit/772fa9321a01cceb4748842ad4a5a212aea4950c))

### Composer

- Changed `php` from `>=7.4` to `>=8.0`.
- Changed `wp-pay/core` from `^4.6` to `v4.14.3`.
Release notes: https://github.com/pronamic/wp-pay-core/releases/tag/v4.14.3

Full set of changes: [`4.5.4...4.6.0`][4.6.0]

[4.6.0]: https://github.com/pronamic/wp-pronamic-pay-ingenico/compare/v4.5.4...v4.6.0

## [4.5.4] - 2023-10-13

### 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.5.4",
"version": "4.6.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.5.4
* Version: 4.6.0
* Requires at least: 4.7
* Requires PHP: 7.4
*
Expand Down

0 comments on commit 89485f3

Please sign in to comment.