Skip to content

Commit d076320

Browse files
committed
v4.4.1
1 parent 5ecc474 commit d076320

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

CHANGELOG.md

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

10+
## [4.4.1] - 2025-11-11
11+
12+
### Commits
13+
14+
- Added this point we shoud not use translation functions. ([5ecc474](https://github.com/pronamic/wp-pronamic-pay-buckaroo/commit/5ecc4749818d82b3ad866246a3b694129fd7b718))
15+
16+
Full set of changes: [`4.4.0...4.4.1`][4.4.1]
17+
18+
[4.4.1]: https://github.com/pronamic/wp-pronamic-pay-buckaroo/compare/v4.4.0...v4.4.1
19+
1020
## [4.4.0] - 2025-06-19
1121

1222
### Removed

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

0 commit comments

Comments
 (0)