Skip to content

Commit

Permalink
Merge pull request #256 from buckaroo-it/BP-3588-Update-test-release-…
Browse files Browse the repository at this point in the history
…3.12.1

Bp 3588 update test release 3.13.0
  • Loading branch information
vegimcarkaxhija authored Jun 11, 2024
2 parents 864bb4f + 6796ae4 commit 28a66db
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 13 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ The Buckaroo WooCommerce Payments Plugin ([Dutch](https://support.buckaroo.nl/ca

To use the Buckaroo plugin, please be aware of the following minimum requirements:
- A Buckaroo account ([Dutch](https://www.buckaroo.nl/start) or [English](https://www.buckaroo.eu/solutions/request-form))
- WordPress 4.4.10 up to 6.5.2
- WooCommerce 5.0 up to 8.8.2
- PHP 7.4 , 8.0 , 8.1
- WordPress 4.4.10 up to 6.5.4
- WooCommerce 5.0 up to 8.9.3
- PHP 7.4 , 8.0 , 8.1 , 8.2, 8.3

### Quick installation

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"issues": "https://docs.buckaroo.io/docs/en/contact-us"
},
"homepage": "https://www.buckaroo.nl",
"version" : "3.12.1",
"version" : "3.13.0",
"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.12.1
Version: 3.13.0
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/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.12.1';
const VERSION = '3.13.0';
const SHIPPING_SKU = 'WC8888';

const GENDER_MALE = 1;
Expand Down
2 changes: 1 addition & 1 deletion library/css/buckaroo-custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ table.woocommerce_order_items tbody tr:first-child td {
}
label[for^="payment_method_buckaroo_"] img {
max-height: 25px;
max-width: auto;
width: 32px;
}
.buckaroo-paypal-express {
margin: 10px 0;
Expand Down
20 changes: 14 additions & 6 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: 6.4.3
Stable tag: 3.12.1
Tested up to: 6.5.4
Stable tag: 3.13.0
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

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

== Changelog ==

= 3.12.1 =
BP-3585 Fix: Update the plugin WSDL file with HTTPS URL
BP-3596 Fix: Credit and debitcards error “Expirationyear” value missing
BP-3574 Wrong amount in PUSH notification order notes (visual issue)
= 3.13.0 =
Add support for WordPress 6.5.3
Add Support for WooCommerce 8.9.2
BP-3570 Change the default values for authorized giftcard brands.
BP-3569 Adjustments for the payment method frontend-label and descriptions.
BP-3572 Payconiq transactions are now being redirected to the Buckaroo Hosted Payment page.
BP-3585 Fix: Update the plugin WSDL file with HTTPS URL (visual issue).
BP-3596 Fix: Credit and debitcards error “Expirationyear” value missing.
BP-3599 Fix: User interface issue for PayByBank.
BP-3574 Fix: Wrong amount in PUSH notification order notes (visual issue).
BP-3598 Fix: Remove unnecessary COC & VAT number field for Billink.
BP-3586 Fix: Astra theme issue on iOS devices (payment logo’s nto aligned correctly)

= 3.12.0 =
Add support for WordPress 6.5.2
Expand Down

0 comments on commit 28a66db

Please sign in to comment.