Skip to content

Commit

Permalink
version change
Browse files Browse the repository at this point in the history
  • Loading branch information
serpentscode committed Jul 14, 2022
1 parent 1fec9fb commit f03c007
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 4 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.2.3",
"version" : "3.3.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.2.3
Version: 3.3.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.2.3';
const VERSION = '3.3.0';

const SHIPPING_SKU = "WC8888";

Expand Down
13 changes: 12 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.0
Stable tag: 3.2.3
Stable tag: 3.3.0
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

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

== Changelog ==

= 3.3.0 =
- Support for Wordpress version 6.0 & WooCommerce 6.7.0 [BP-1861]
- Fix undefined array key show_in_checkout
- Add paypal express merchandid admin field [BP-1477]
- Explain variable transaction description [BP-1492]
- Missing Payment method description in WooCommerce templates. [BP-1490]
- Update README file [BP-1508]
- The Apple Pay logo is not visible when the old logos are being used. [BP-1813]
- Support Afterpay B2B [BP-1468]
- Added support for payment fee vat display mode(including / excluding). [BP-1858]

= 3.2.3 =
- Update esc_html to esc_url for image urls
- Sanitized some fields
Expand Down

0 comments on commit f03c007

Please sign in to comment.