Skip to content

Commit

Permalink
Merge pull request #235 from buckaroo-it/v3.11.1
Browse files Browse the repository at this point in the history
V3.11.1
  • Loading branch information
vegimcarkaxhija authored Mar 28, 2024
2 parents 6af6aa4 + c26500e commit 5143444
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 5 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"issues": "https://docs.buckaroo.io/docs/en/contact-us"
},
"homepage": "https://www.buckaroo.nl",
"version" : "3.11.0",
"version" : "3.11.1",
"minimum-stability": "stable",
"config": {
"allow-plugins": {
Expand Down
2 changes: 1 addition & 1 deletion index.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
Author: Buckaroo
Author URI: http://www.buckaroo.nl
Description: Buckaroo payment system plugin for WooCommerce.
Version: 3.11.0
Version: 3.11.1
Text Domain: wc-buckaroo-bpe-gateway
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Expand Down
2 changes: 1 addition & 1 deletion library/common.php
Original file line number Diff line number Diff line change
Expand Up @@ -877,7 +877,7 @@ function getClientIpBuckaroo()

function roundAmount($amount) {
if(is_scalar($amount)) {
return (float) number_format($amount, 2 );
return (float) number_format($amount, 2, '.', '');
}
return 0;
}
Expand Down
2 changes: 1 addition & 1 deletion library/config.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
class BuckarooConfig extends BuckarooConfigCore {
const NAME = 'buckaroo3';
const PLUGIN_NAME = 'Buckaroo BPE 3.0 official plugin';
const VERSION = '3.11.0';
const VERSION = '3.11.1';
const SHIPPING_SKU = "WC8888";

const GENDER_MALE = 1;
Expand Down
5 changes: 4 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Author: Buckaroo
Tags: WooCommerce, payments, Buckaroo
Requires at least: 4.4.10
Tested up to: 6.4.3
Stable tag: 3.11.0
Stable tag: 3.11.1
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Expand Down Expand Up @@ -107,6 +107,9 @@ Please contact [email protected] if you need help installing the WooCommerce p

== Changelog ==

= 3.11.1 =
BP-3518 Price is wrongly communicated

= 3.11.0 =

Add support for WordPress 6.4.3 & WooCommerce 8.7.0
Expand Down

0 comments on commit 5143444

Please sign in to comment.