Skip to content

Commit abe8886

Browse files
committed
v4.8.0
1 parent de6d1d0 commit abe8886

File tree

4 files changed

+18
-3
lines changed

4 files changed

+18
-3
lines changed

CHANGELOG.md

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

77
## [Unreleased][unreleased]
88

9+
## [4.8.0] - 2025-11-11
10+
11+
### Commits
12+
13+
- Introduce a default country code config option ([8d64f84](https://github.com/pronamic/wp-pronamic-pay-adyen/commit/8d64f84801912083ed5306047f2f9fec51e5418b))
14+
- Since Adyen Web v6 the `countryCode` is a mandatory configuration property ([0228061](https://github.com/pronamic/wp-pronamic-pay-adyen/commit/0228061d12f3dcd81abcdefb7675685ae0e73329))
15+
- Updated to Web SDK version 6.22.0. ([a378637](https://github.com/pronamic/wp-pronamic-pay-adyen/commit/a378637a5635bb80d0f755b1389a3c08828f6edd))
16+
- Use `npm` for `Adyen/adyen-web` ([e0d42d3](https://github.com/pronamic/wp-pronamic-pay-adyen/commit/e0d42d3ef2e19a99f97255e4adf2aa279effe364))
17+
- npm install @adyen/adyen-web@latest --save ([4b78cce](https://github.com/pronamic/wp-pronamic-pay-adyen/commit/4b78cce28c2e706357b04ce03b83ce9ce09fb4fa))
18+
- Added this point we shoud not use translation functions. ([1be342b](https://github.com/pronamic/wp-pronamic-pay-adyen/commit/1be342b318c7afa25f0d8fec67df27b0a08aee1a))
19+
20+
Full set of changes: [`4.7.0...4.8.0`][4.8.0]
21+
22+
[4.8.0]: https://github.com/pronamic/wp-pronamic-pay-adyen/compare/v4.7.0...v4.8.0
23+
924
## [4.8.0-rc.1] - 2025-10-06
1025

1126
### Added

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-rc.1",
3+
"version": "4.8.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-rc.1
7+
* Version: 4.8.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-rc.1
7+
Stable tag: 4.8.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)