Skip to content

Commit f8f8371

Browse files
committed
v4.3.0
1 parent 912e94a commit f8f8371

File tree

3 files changed

+20
-4
lines changed

3 files changed

+20
-4
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,22 @@ This projects adheres to [Semantic Versioning](http://semver.org/) and [Keep a C
77
## [Unreleased][unreleased]
88
-
99

10+
## [4.3.0] - 2022-12-29
11+
12+
### Commits
13+
14+
- Added support for https://github.com/WordPress/wp-plugin-dependencies. ([cd40f86](https://github.com/pronamic/wp-pronamic-pay-buckaroo/commit/cd40f86abde9f1168a32ea8e8c2f882d2cd76424))
15+
- No longer use deprecated `FILTER_SANITIZE_STRING`. ([1736713](https://github.com/pronamic/wp-pronamic-pay-buckaroo/commit/1736713b97f14954cc174967a1334224ae6991ba))
16+
17+
### Composer
18+
19+
- Changed `php` from `>=5.6.20` to `>=8.0`.
20+
- Changed `wp-pay/core` from `^4.4` to `v4.6.0`.
21+
Release notes: https://github.com/pronamic/wp-pay-core/releases/tag/v4.6.0
22+
Full set of changes: [`4.2.2...4.3.0`][4.3.0]
23+
24+
[4.3.0]: https://github.com/pronamic/wp-pronamic-pay-buckaroo/compare/v4.2.2...v4.3.0
25+
1026
## [4.2.2] - 2022-10-11
1127
- Fixed possible "Warning: Invalid argument supplied for foreach()" when enriching payment methods (pronamic/wp-pronamic-pay-buckaroo#7).
1228

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "buckaroo",
3-
"version": "4.2.2",
3+
"version": "4.3.0",
44
"description": "Buckaroo driver for the WordPress payment processing library.",
55
"repository": {
66
"type": "git",
@@ -39,8 +39,8 @@
3939
"grunt-phplint": "0.1.0",
4040
"grunt-phpmd": "^0.1.1",
4141
"grunt-phpunit": "^0.3.6",
42-
"npm-run-all": "^4.1.5",
43-
"load-grunt-tasks": "^5.1.0"
42+
"load-grunt-tasks": "^5.1.0",
43+
"npm-run-all": "^4.1.5"
4444
},
4545
"scripts": {
4646
"start": "wp-env start --xdebug && npm run setup && npm run login",

pronamic-pay-buckaroo.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-buckaroo/
55
* Description: Extend the Pronamic Pay plugin with the Buckaroo gateway to receive payments through a variety of WordPress plugins.
66
*
7-
* Version: 4.2.2
7+
* Version: 4.3.0
88
* Requires at least: 4.7
99
* Requires PHP: 8.0
1010
*

0 commit comments

Comments
 (0)