Skip to content

Commit

Permalink
Merge pull request #264 from buckaroo-it/develop
Browse files Browse the repository at this point in the history
Update, test & release (3.13.2)
  • Loading branch information
vegimcarkaxhija authored Jul 1, 2024
2 parents 8018a7c + dfe8fc8 commit 34dcfd9
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
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.13.1",
"version" : "3.13.2",
"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.13.1
Version: 3.13.2
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.13.1';
const VERSION = '3.13.2';
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.5.4
Stable tag: 3.13.1
Stable tag: 3.13.2
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.13.2 =
BP-3632 Improvement Enhanced the handling of HTTP headers in requests to ensure better performance and stability

= 3.13.1 =
BP-3586 Fix: Astra theme issue on iOS devices

Expand Down

0 comments on commit 34dcfd9

Please sign in to comment.