Skip to content

Commit ca5dc8e

Browse files
committed
v4.3.2
1 parent ffa4f85 commit ca5dc8e

File tree

3 files changed

+18
-2
lines changed

3 files changed

+18
-2
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.2] - 2023-03-29
11+
### Commits
12+
13+
- Set Composer type to `wordpress-plugin`. ([5014877](https://github.com/pronamic/wp-pronamic-pay-buckaroo/commit/5014877fdcb7be2d285340292ade4040e47edd80))
14+
- Change refund function signature. ([c2d2732](https://github.com/pronamic/wp-pronamic-pay-buckaroo/commit/c2d2732b1b95d65215711d30e948851c7345015d))
15+
- Updated .gitattributes ([0e5fa4c](https://github.com/pronamic/wp-pronamic-pay-buckaroo/commit/0e5fa4c37c78dcfce675e1e340887dbe81812820))
16+
- Requires PHP: 7.4. ([3bb5d4a](https://github.com/pronamic/wp-pronamic-pay-buckaroo/commit/3bb5d4ad9b38c46f00d9667ae7686cb829dcd0fb))
17+
18+
### Composer
19+
20+
- Changed `wp-pay/core` from `^4.6` to `v4.9.0`.
21+
Release notes: https://github.com/pronamic/wp-pay-core/releases/tag/v4.9.0
22+
Full set of changes: [`4.3.1...4.3.2`][4.3.2]
23+
24+
[4.3.2]: https://github.com/pronamic/wp-pronamic-pay-buckaroo/compare/v4.3.1...v4.3.2
25+
1026
## [4.3.1] - 2023-01-31
1127
### Added
1228

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "buckaroo",
3-
"version": "4.3.1",
3+
"version": "4.3.2",
44
"description": "Buckaroo driver for the WordPress payment processing library.",
55
"repository": {
66
"type": "git",

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.3.1
7+
* Version: 4.3.2
88
* Requires at least: 4.7
99
* Requires PHP: 7.4
1010
*

0 commit comments

Comments
 (0)