Skip to content

Commit 69359af

Browse files
committed
v4.3.3
1 parent b53a9fa commit 69359af

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

CHANGELOG.md

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

10+
## [4.3.3] - 2023-06-01
11+
12+
### Commits
13+
14+
- Switch from `pronamic/wp-deployer` to `pronamic/pronamic-cli`. ([b53a9fa](https://github.com/pronamic/wp-pronamic-pay-buckaroo/commit/b53a9fa0300d83a81754d0a40c24d964ff40235c))
15+
- Updated .gitattributes ([60718b3](https://github.com/pronamic/wp-pronamic-pay-buckaroo/commit/60718b3785858d7ff99faa8400e8075fde9b2a80))
16+
17+
Full set of changes: [`4.3.2...4.3.3`][4.3.3]
18+
19+
[4.3.3]: https://github.com/pronamic/wp-pronamic-pay-buckaroo/compare/v4.3.2...v4.3.3
20+
1021
## [4.3.2] - 2023-03-29
1122
### Commits
1223

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.2",
3+
"version": "4.3.3",
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.2
7+
* Version: 4.3.3
88
* Requires at least: 4.7
99
* Requires PHP: 7.4
1010
*

0 commit comments

Comments
 (0)