Skip to content

Commit f7e8a36

Browse files
committed
SP-1194: Bump version and update readme/changelog
1 parent 95a00ca commit f7e8a36

17 files changed

+25
-19
lines changed

BitPayLib/Blocks/class-bitpaypaymentsblocks.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
* Plugin Name: BitPay Checkout for WooCommerce
1313
* Plugin URI: https://www.bitpay.com
1414
* Description: BitPay Checkout Plugin
15-
* Version: 6.0.0
15+
* Version: 6.1.0
1616
* Author: BitPay
1717
* Author URI: mailto:[email protected]?subject=BitPay Checkout for WooCommerce
1818
*/

BitPayLib/Exception/class-bitpayinvalidorder.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
* Plugin Name: BitPay Checkout for WooCommerce
99
* Plugin URI: https://www.bitpay.com
1010
* Description: BitPay Checkout Plugin
11-
* Version: 6.0.0
11+
* Version: 6.1.0
1212
* Author: BitPay
1313
* Author URI: mailto:[email protected]?subject=BitPay Checkout for WooCommerce
1414
*/

BitPayLib/class-bitpaycancelorder.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
* Plugin Name: BitPay Checkout for WooCommerce
99
* Plugin URI: https://www.bitpay.com
1010
* Description: BitPay Checkout Plugin
11-
* Version: 6.0.0
11+
* Version: 6.1.0
1212
* Author: BitPay
1313
* Author URI: mailto:[email protected]?subject=BitPay Checkout for WooCommerce
1414
*/

BitPayLib/class-bitpaycart.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
* Plugin Name: BitPay Checkout for WooCommerce
99
* Plugin URI: https://www.bitpay.com
1010
* Description: BitPay Checkout Plugin
11-
* Version: 6.0.0
11+
* Version: 6.1.0
1212
* Author: BitPay
1313
* Author URI: mailto:[email protected]?subject=BitPay Checkout for WooCommerce
1414
*/

BitPayLib/class-bitpaycheckouttransactions.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
* Plugin Name: BitPay Checkout for WooCommerce
1212
* Plugin URI: https://www.bitpay.com
1313
* Description: BitPay Checkout Plugin
14-
* Version: 6.0.0
14+
* Version: 6.1.0
1515
* Author: BitPay
1616
* Author URI: mailto:[email protected]?subject=BitPay Checkout for WooCommerce
1717
*/

BitPayLib/class-bitpayclientfactory.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
* Plugin Name: BitPay Checkout for WooCommerce
1414
* Plugin URI: https://www.bitpay.com
1515
* Description: BitPay Checkout Plugin
16-
* Version: 6.0.0
16+
* Version: 6.1.0
1717
* Author: BitPay
1818
* Author URI: mailto:[email protected]?subject=BitPay Checkout for WooCommerce
1919
*/
@@ -35,7 +35,7 @@ public function create(): Client {
3535
return new PosClient(
3636
$token,
3737
$this->get_environment(),
38-
'BitPay_WooCommerce_v6.0.0'
38+
'BitPay_WooCommerce_v6.1.0'
3939
);
4040
}
4141

BitPayLib/class-bitpayinvoicecreate.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
* Plugin Name: BitPay Checkout for WooCommerce
1414
* Plugin URI: https://www.bitpay.com
1515
* Description: BitPay Checkout Plugin
16-
* Version: 6.0.0
16+
* Version: 6.1.0
1717
* Author: BitPay
1818
* Author URI: mailto:[email protected]?subject=BitPay Checkout for WooCommerce
1919
*/

BitPayLib/class-bitpayinvoicefactory.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
* Plugin Name: BitPay Checkout for WooCommerce
1212
* Plugin URI: https://www.bitpay.com
1313
* Description: BitPay Checkout Plugin
14-
* Version: 6.0.0
14+
* Version: 6.1.0
1515
* Author: BitPay
1616
* Author URI: mailto:[email protected]?subject=BitPay Checkout for WooCommerce
1717
*/

BitPayLib/class-bitpayipnprocess.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* Plugin Name: BitPay Checkout for WooCommerce
1515
* Plugin URI: https://www.bitpay.com
1616
* Description: BitPay Checkout Plugin
17-
* Version: 6.0.0
17+
* Version: 6.1.0
1818
* Author: BitPay
1919
* Author URI: mailto:[email protected]?subject=BitPay Checkout for WooCommerce
2020
*/

BitPayLib/class-bitpaylogger.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
* Plugin Name: BitPay Checkout for WooCommerce
99
* Plugin URI: https://www.bitpay.com
1010
* Description: BitPay Checkout Plugin
11-
* Version: 6.0.0
11+
* Version: 6.1.0
1212
* Author: BitPay
1313
* Author URI: mailto:[email protected]?subject=BitPay Checkout for WooCommerce
1414
*/

BitPayLib/class-bitpaypaymentsettings.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
* Plugin Name: BitPay Checkout for WooCommerce
99
* Plugin URI: https://www.bitpay.com
1010
* Description: BitPay Checkout Plugin
11-
* Version: 6.0.0
11+
* Version: 6.1.0
1212
* Author: BitPay
1313
* Author URI: mailto:[email protected]?subject=BitPay Checkout for WooCommerce
1414
*/

BitPayLib/class-bitpaypluginsetup.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@
1111
* Plugin Name: BitPay Checkout for WooCommerce
1212
* Plugin URI: https://www.bitpay.com
1313
* Description: BitPay Checkout Plugin
14-
* Version: 6.0.0
14+
* Version: 6.1.0
1515
* Author: BitPay
1616
* Author URI: mailto:[email protected]?subject=BitPay Checkout for WooCommerce
1717
*/
1818
class BitPayPluginSetup {
1919

20-
public const VERSION = '6.0.0';
20+
public const VERSION = '6.1.0';
2121
public const COOKIE_INVOICE_ID_NAME = 'bitpay-invoice-id';
2222

2323
private BitPayIpnProcess $bitpay_ipn_process;

BitPayLib/class-wcgatewaybitpay.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
* Plugin Name: BitPay Checkout for WooCommerce
99
* Plugin URI: https://www.bitpay.com
1010
* Description: BitPay Checkout Plugin
11-
* Version: 6.0.0
11+
* Version: 6.1.0
1212
* Author: BitPay
1313
* Author URI: mailto:[email protected]?subject=BitPay Checkout for WooCommerce
1414
*/

BitPayLib/trait-wpdbhelper.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
* Plugin Name: BitPay Checkout for WooCommerce
1111
* Plugin URI: https://www.bitpay.com
1212
* Description: BitPay Checkout Plugin
13-
* Version: 6.0.0
13+
* Version: 6.1.0
1414
* Author: BitPay
1515
* Author URI: mailto:[email protected]?subject=BitPay Checkout for WooCommerce
1616
*/

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
All notable changes to this project will be documented in this file.
33
This project adheres to [Semantic Versioning](http://semver.org/).
44

5+
# 6.1.0
6+
* Added Mobile Transfer option
7+
58
# 6.0.0
69
* Fixed a bug when the IPN/webhook is received with "complete" status
710
* Add Unit & End2End tests

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Visit the [Releases](https://github.com/bitpay/bitpay-checkout-for-woocommerce/r
2626

2727
**BitPay Support:**
2828

29-
* Last Cart Version Tested: Wordpress 6.7.1
29+
* Last Cart Version Tested: Wordpress 6.7.2
3030
* [GitHub Issues](https://github.com/bitpay/bitpay-checkout-for-woocommerce/issues)
3131
* [Support](https://support.bitpay.com/hc/en-us)
3232

readme.txt

+5-2
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
Contributors: bitpay
33
Tags: bitcoin, ether, ripple, bitcoin cash, ERC20, payments, bitpay, cryptocurrency, payment gateway
44
Requires at least: 6.0
5-
Tested up to: 6.7.1
5+
Tested up to: 6.7.2
66
WC requires at least: 8.0.0
77
WC tested up to: 9.5.2
88
Requires PHP: 8.1
99
Recommended PHP: 8.3
10-
Stable tag: 6.0.0
10+
Stable tag: 6.1.0
1111
License: MIT License (MIT)
1212
License URI: https://github.com/bitpay/bitpay-checkout-for-woocommerce/blob/master/LICENSE
1313

@@ -113,6 +113,9 @@ You can contact our support team via the following form https://bitpay.com/reque
113113

114114
== Changelog ==
115115

116+
= 6.1.0 =
117+
* Added Mobile Transfer option
118+
116119
= 6.0.0 =
117120
* Fixed a bug when the IPN/webhook is received with "complete" status
118121
* Add Unit & End2End tests

0 commit comments

Comments
 (0)