Skip to content

Commit

Permalink
v4.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rvdsteege committed Dec 29, 2022
1 parent 912e94a commit f8f8371
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 4 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,22 @@ This projects adheres to [Semantic Versioning](http://semver.org/) and [Keep a C
## [Unreleased][unreleased]
-

## [4.3.0] - 2022-12-29

### Commits

- Added support for https://github.com/WordPress/wp-plugin-dependencies. ([cd40f86](https://github.com/pronamic/wp-pronamic-pay-buckaroo/commit/cd40f86abde9f1168a32ea8e8c2f882d2cd76424))
- No longer use deprecated `FILTER_SANITIZE_STRING`. ([1736713](https://github.com/pronamic/wp-pronamic-pay-buckaroo/commit/1736713b97f14954cc174967a1334224ae6991ba))

### Composer

- Changed `php` from `>=5.6.20` to `>=8.0`.
- Changed `wp-pay/core` from `^4.4` to `v4.6.0`.
Release notes: https://github.com/pronamic/wp-pay-core/releases/tag/v4.6.0
Full set of changes: [`4.2.2...4.3.0`][4.3.0]

[4.3.0]: https://github.com/pronamic/wp-pronamic-pay-buckaroo/compare/v4.2.2...v4.3.0

## [4.2.2] - 2022-10-11
- Fixed possible "Warning: Invalid argument supplied for foreach()" when enriching payment methods (pronamic/wp-pronamic-pay-buckaroo#7).

Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "buckaroo",
"version": "4.2.2",
"version": "4.3.0",
"description": "Buckaroo driver for the WordPress payment processing library.",
"repository": {
"type": "git",
Expand Down Expand Up @@ -39,8 +39,8 @@
"grunt-phplint": "0.1.0",
"grunt-phpmd": "^0.1.1",
"grunt-phpunit": "^0.3.6",
"npm-run-all": "^4.1.5",
"load-grunt-tasks": "^5.1.0"
"load-grunt-tasks": "^5.1.0",
"npm-run-all": "^4.1.5"
},
"scripts": {
"start": "wp-env start --xdebug && npm run setup && npm run login",
Expand Down
2 changes: 1 addition & 1 deletion pronamic-pay-buckaroo.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-buckaroo/
* Description: Extend the Pronamic Pay plugin with the Buckaroo gateway to receive payments through a variety of WordPress plugins.
*
* Version: 4.2.2
* Version: 4.3.0
* Requires at least: 4.7
* Requires PHP: 8.0
*
Expand Down

0 comments on commit f8f8371

Please sign in to comment.