Skip to content

Commit ee6b9d3

Browse files
committed
v9.16.0
1 parent 63baae2 commit ee6b9d3

File tree

6 files changed

+886
-644
lines changed

6 files changed

+886
-644
lines changed

CHANGELOG.md

Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,58 @@ This projects adheres to [Semantic Versioning](http://semver.org/) and [Keep a C
1212

1313
<!-- Start changelog -->
1414

15+
## [9.16.0] - 2025-06-19
16+
17+
### Removed
18+
19+
- Removed support for ICEPAY ([4189a5f](https://github.com/pronamic/wp-pronamic-pay/commit/4189a5fa03abb93373e22555357d8e404144b612))
20+
21+
### Composer
22+
23+
- Removed `wp-pay-gateways/icepay` `^4.3`.
24+
- Changed `automattic/jetpack-autoloader` from `v3.1.3` to `v5.0.7`.
25+
Release notes: https://github.com/Automattic/jetpack-autoloader/releases/tag/v5.0.7
26+
- Changed `pronamic/pronamic-pay-admin-reports` from `v1.0.0` to `v1.0.1`.
27+
Release notes: https://github.com/pronamic/pronamic-pay-admin-reports/releases/tag/v1.0.1
28+
- Changed `pronamic/pronamic-wp-updater` from `v1.0.2` to `v1.0.3`.
29+
Release notes: https://github.com/pronamic/pronamic-wp-updater/releases/tag/v1.0.3
30+
- Changed `pronamic/wp-mollie` from `v1.8.0` to `v1.9.0`.
31+
Release notes: https://github.com/pronamic/wp-mollie/releases/tag/v1.9.0
32+
- Changed `wp-pay-extensions/contact-form-7` from `v4.0.1` to `v4.1.1`.
33+
Release notes: https://github.com/pronamic/wp-pronamic-pay-contact-form-7/releases/tag/v4.1.1
34+
- Changed `wp-pay-extensions/event-espresso` from `v4.3.2` to `v4.3.3`.
35+
Release notes: https://github.com/pronamic/wp-pronamic-pay-event-espresso/releases/tag/v4.3.3
36+
- Changed `wp-pay-extensions/gravityforms` from `v4.9.0` to `v4.10.1`.
37+
Release notes: https://github.com/pronamic/wp-pronamic-pay-gravityforms/releases/tag/v4.10.1
38+
- Changed `wp-pay-extensions/memberpress` from `v4.8.2` to `v4.8.3`.
39+
Release notes: https://github.com/pronamic/wp-pronamic-pay-memberpress/releases/tag/v4.8.3
40+
- Changed `wp-pay-extensions/restrict-content-pro` from `v4.6.2` to `v4.6.3`.
41+
Release notes: https://github.com/pronamic/wp-pronamic-pay-restrict-content-pro/releases/tag/v4.6.3
42+
- Changed `wp-pay-extensions/woocommerce` from `v4.11.0` to `v4.12.1`.
43+
Release notes: https://github.com/pronamic/wp-pronamic-pay-woocommerce/releases/tag/v4.12.1
44+
- Changed `wp-pay-gateways/adyen` from `v4.5.2` to `v4.6.1`.
45+
Release notes: https://github.com/pronamic/wp-pronamic-pay-adyen/releases/tag/v4.6.1
46+
- Changed `wp-pay-gateways/buckaroo` from `v4.3.5` to `v4.4.0`.
47+
Release notes: https://github.com/pronamic/wp-pronamic-pay-buckaroo/releases/tag/v4.4.0
48+
- Changed `wp-pay-gateways/mollie` from `v4.14.1` to `v4.15.0`.
49+
Release notes: https://github.com/pronamic/wp-pronamic-pay-mollie/releases/tag/v4.15.0
50+
- Changed `wp-pay-gateways/multisafepay` from `v4.5.1` to `v4.6.1`.
51+
Release notes: https://github.com/pronamic/wp-pronamic-pay-multisafepay/releases/tag/v4.6.1
52+
- Changed `wp-pay-gateways/ogone` from `v4.7.1` to `v4.8.0`.
53+
Release notes: https://github.com/pronamic/wp-pronamic-pay-ingenico/releases/tag/v4.8.0
54+
- Changed `wp-pay-gateways/omnikassa-2` from `v4.9.0` to `v4.9.1`.
55+
Release notes: https://github.com/pronamic/wp-pronamic-pay-rabo-smart-pay/releases/tag/v4.9.1
56+
- Changed `wp-pay-gateways/pay-nl` from `v4.5.7` to `v4.6.0`.
57+
Release notes: https://github.com/pronamic/wp-pronamic-pay-pay-nl/releases/tag/v4.6.0
58+
- Changed `wp-pay/core` from `v4.25.0` to `v4.26.0`.
59+
Release notes: https://github.com/pronamic/wp-pay-core/releases/tag/v4.26.0
60+
- Changed `wp-pay/fundraising` from `v3.2.6` to `v3.2.7`.
61+
Release notes: https://github.com/pronamic/wp-pronamic-pay-fundraising/releases/tag/v3.2.7
62+
63+
Full set of changes: [`9.15.1...9.16.0`][9.16.0]
64+
65+
[9.16.0]: https://github.com/pronamic/wp-pronamic-pay/compare/v9.15.1...v9.16.0
66+
1567
## [9.15.1] - 2025-03-03
1668

1769
### Commits

composer.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -60,44 +60,44 @@
6060
"require": {
6161
"php": ">=8.1",
6262
"ext-json": "*",
63-
"automattic/jetpack-autoloader": "^3.1",
63+
"automattic/jetpack-autoloader": "^5.0",
6464
"composer/installers": "^2.3",
6565
"pronamic/pronamic-pay-admin-reports": "^1.0",
6666
"pronamic/pronamic-wp-updater": "^1.0",
6767
"pronamic/wp-datetime": "^2.1",
6868
"pronamic/wp-gravityforms-nl": "^3.0",
6969
"pronamic/wp-html": "^2.2",
7070
"pronamic/wp-http": "^1.2",
71-
"pronamic/wp-mollie": "^1.8",
71+
"pronamic/wp-mollie": "^1.9",
7272
"pronamic/wp-money": "^2.4",
7373
"pronamic/wp-number": "^1.3",
7474
"pronamic/wp-pay-logos": "^2.2",
7575
"pronamic/wp-pronamic-pay-forms": "^1.1",
7676
"woocommerce/action-scheduler": "^3.9",
7777
"wp-pay-extensions/charitable": "^4.3",
78-
"wp-pay-extensions/contact-form-7": "^4.0",
78+
"wp-pay-extensions/contact-form-7": "^4.1",
7979
"wp-pay-extensions/easy-digital-downloads": "^4.3",
8080
"wp-pay-extensions/event-espresso": "^4.3",
8181
"wp-pay-extensions/formidable-forms": "^4.4",
8282
"wp-pay-extensions/give": "^4.2",
83-
"wp-pay-extensions/gravityforms": "^4.9",
83+
"wp-pay-extensions/gravityforms": "^4.10",
8484
"wp-pay-extensions/memberpress": "^4.8",
8585
"wp-pay-extensions/ninjaforms": "^3.3",
8686
"wp-pay-extensions/restrict-content-pro": "^4.6",
87-
"wp-pay-extensions/woocommerce": "^4.11",
88-
"wp-pay-gateways/adyen": "^4.5",
89-
"wp-pay-gateways/buckaroo": "^4.3",
87+
"wp-pay-extensions/woocommerce": "^4.12",
88+
"wp-pay-gateways/adyen": "^4.6",
89+
"wp-pay-gateways/buckaroo": "^4.4",
9090
"wp-pay-gateways/ems-e-commerce": "^4.4",
9191
"wp-pay-gateways/ideal": "^4.1",
9292
"wp-pay-gateways/ideal-advanced-v3": "^4.3",
9393
"wp-pay-gateways/ideal-basic": "^4.3",
94-
"wp-pay-gateways/mollie": "^4.14",
95-
"wp-pay-gateways/multisafepay": "^4.5",
96-
"wp-pay-gateways/ogone": "^4.7",
94+
"wp-pay-gateways/mollie": "^4.15",
95+
"wp-pay-gateways/multisafepay": "^4.6",
96+
"wp-pay-gateways/ogone": "^4.8",
9797
"wp-pay-gateways/omnikassa-2": "^4.9",
98-
"wp-pay-gateways/pay-nl": "^4.5",
98+
"wp-pay-gateways/pay-nl": "^4.6",
9999
"wp-pay-gateways/paypal": "^2.3",
100-
"wp-pay/core": "^4.25",
100+
"wp-pay/core": "^4.26",
101101
"wp-pay/fundraising": "^3.2"
102102
},
103103
"require-dev": {
@@ -111,8 +111,8 @@
111111
"pronamic/wp-coding-standards": "^2.2",
112112
"roots/wordpress-no-content": "^6.4",
113113
"vimeo/psalm": "^5.24",
114-
"wp-cli/wp-cli": "dev-main",
115-
"wp-cli/wp-cli-bundle": "dev-main",
114+
"wp-cli/dist-archive-command": "*",
115+
"wp-cli/wp-cli-bundle": "*",
116116
"yoast/phpunit-polyfills": "^1.1"
117117
},
118118
"extra": {

0 commit comments

Comments
 (0)