Skip to content

Commit

Permalink
v3.6.1 (#155)
Browse files Browse the repository at this point in the history
* BP-2112 Fix Klarna gender values

* BP-2126 Fatal error: Unsupported operand types: string + int (PHP 8.0) (#134)

Co-authored-by: Ivascu Madalin <[email protected]>

* Fix compatibility with WC < v5.8 (#137)

Co-authored-by: Ivascu Madalin <[email protected]>

* BP-2012 Remove the -R addition for refunds.

* Remove 'buckaroo_refund' meta field

* BP-2143 Remove HTML tags from capture form

* BP-2238 Fix for displaying customer name in Plaza for AfterPay(new)

* BP-2253 Remove Request to Pay payment method

* Removed Request to Pay logos

* BP-2315 Apple Pay error: Something went wrong while processing your payment (#145)

Co-authored-by: Ivascu Madalin <[email protected]>

* BP-2339 Support for WooCommerce 7.4.0 (#144)

Update the latest WooCommerce version support.

* Add latest release version badge to the README (#136)

Add the latest release version badge to the README.md file.

* BP-2295 Payment fee is not working for Klarna (#146)

Co-authored-by: Ivascu Madalin <[email protected]>

* BP-1485 support sequential order numbers skyverge (#94)

* BP-1485 Support for sequential order numbers plugin by Skyverge

* correctly handle order by order id, not by order_number

* fix 1

---------

Co-authored-by: Andrei Mihalescu <[email protected]>
Co-authored-by: Ivascu Madalin <[email protected]>

* BP-2236 Variable products incorrect amount (#147)

Co-authored-by: Ivascu Madalin <[email protected]>

* BP-1764 Minor translation changes (ENG). (#148)

Co-authored-by: Ivascu Madalin <[email protected]>

* BP-2339 Update README with new WooCommerce version support

Add support for WooCommerce 7.5.1 and change the support URL's directly to our new docs.buckaroo.io pages.

* BP-2449 Added YourSafe Issuer to Ideal (#150)

* BP 1982 add a notification when one of the payment methods is in test mode (#135)

* BP-1982 Add a notification when payment  is in test mode

* remove white space

---------

Co-authored-by: Ivascu Madalin <[email protected]>

* changed versions (#153)

* changed versions

* update compatibility

* update changelog

* fix changelog

---------

Co-authored-by: Ivascu Madalin <[email protected]>

* Fix Tested up to tag to correct wp version

---------

Co-authored-by: Andrei Mihalescu <[email protected]>
Co-authored-by: Andrei Mihalescu <[email protected]>
Co-authored-by: Ivascu Madalin <[email protected]>
Co-authored-by: Rene <[email protected]>
Co-authored-by: Vegim Çarkaxhija <[email protected]>
  • Loading branch information
6 people authored Apr 5, 2023
1 parent 2d83c32 commit 6974a28
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 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://support.buckaroo.nl/contact"
},
"homepage": "https://www.buckaroo.nl",
"version" : "3.6.0",
"version" : "3.6.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.6.0
Version: 3.6.1
Text Domain: wc-buckaroo-bpe-gateway
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Expand Down
3 changes: 1 addition & 2 deletions library/config.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@
class BuckarooConfig extends BuckarooConfigCore {
const NAME = 'buckaroo3';
const PLUGIN_NAME = 'Buckaroo BPE 3.0 official plugin';
const VERSION = '3.6.0';

const VERSION = '3.6.1';
const SHIPPING_SKU = "WC8888";

private static $idinCategories;
Expand Down
6 changes: 4 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ Contributors: buckaroosupport
Author: Buckaroo
Tags: WooCommerce, payments, Buckaroo
Requires at least: 4.4.10
Tested up to: 7.5.1
Stable tag: 3.6.0
Tested up to: 6.2
Stable tag: 3.6.1
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

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

== Changelog ==

= 3.6.1 =
- Fix Tested up to tag to correct wp version
= 3.6.0 =
- Fix Klarna gender values [BP-2112]
- Fatal error: Unsupported operand types: string + int (PHP 8.0) [BP-2126]
Expand Down

0 comments on commit 6974a28

Please sign in to comment.