Skip to content

Commit 4bb5365

Browse files
committed
v4.9.0
1 parent 3c2a493 commit 4bb5365

File tree

4 files changed

+20
-3
lines changed

4 files changed

+20
-3
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,23 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased][unreleased]
88

9+
## [4.9.0] - 2026-01-05
10+
11+
### Commits
12+
13+
- Added support for Adyen payment method Open banking / PaybyBank ([7aac0fb](https://github.com/pronamic/wp-pronamic-pay-adyen/commit/7aac0fb040f48ef0558e76d218898a8fe186e712))
14+
- Merge pull request #40 from pronamic/core-230-payment-line-quantity-type ([78e8356](https://github.com/pronamic/wp-pronamic-pay-adyen/commit/78e83560f2b4074556c4b23e8224818b05a6b5fe))
15+
- Use `Number::is_whole_number()` helper. ([a5663bb](https://github.com/pronamic/wp-pronamic-pay-adyen/commit/a5663bb9dfe0da1106fa57a5a42b3d930c36345d))
16+
- Updated for quantity `Number` (https://github.com/pronamic/wp-pay-core/issues/230). ([a10236e](https://github.com/pronamic/wp-pronamic-pay-adyen/commit/a10236ec1e959aa717962a5c842ab2876ee96471))
17+
18+
### Composer
19+
20+
- Added `pronamic/wp-number` `^1.4`.
21+
22+
Full set of changes: [`4.8.0...4.9.0`][4.9.0]
23+
24+
[4.9.0]: https://github.com/pronamic/wp-pronamic-pay-adyen/compare/v4.8.0...v4.9.0
25+
926
## [4.8.0] - 2025-11-11
1027

1128
### Commits

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "adyen",
3-
"version": "4.8.0",
3+
"version": "4.9.0",
44
"description": "Adyen driver for the WordPress payment processing library.",
55
"author": {
66
"name": "Pronamic",

pronamic-pay-adyen.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* Plugin URI: https://www.pronamic.eu/plugins/pronamic-pay-adyen/
55
* Description: Extend the Pronamic Pay plugin with the Adyen gateway to receive payments with Adyen through a variety of WordPress plugins.
66
*
7-
* Version: 4.8.0
7+
* Version: 4.9.0
88
* Requires at least: 5.9
99
* Requires PHP: 7.4
1010
*

readme.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ Tags: pronamic, pay, adyen, add-on
44
Requires at least: 5.9
55
Tested up to: 6.0
66
Requires PHP: 7.4
7-
Stable tag: 4.8.0
7+
Stable tag: 4.9.0
88

99
Extend the Pronamic Pay plugin with the Adyen gateway to receive payments with Adyen through a variety of WordPress plugins.

0 commit comments

Comments
 (0)