Skip to content

Commit b883f9f

Browse files
committed
SP-1195: Bump version for release
1 parent 3bca492 commit b883f9f

17 files changed

+24
-18
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.1.0
15+
* Version: 6.1.1
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.1.0
11+
* Version: 6.1.1
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.1.0
11+
* Version: 6.1.1
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.1.0
11+
* Version: 6.1.1
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.1.0
14+
* Version: 6.1.1
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.1.0
16+
* Version: 6.1.1
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.1.0'
38+
'BitPay_WooCommerce_v6.1.1'
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.1.0
16+
* Version: 6.1.1
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.1.0
14+
* Version: 6.1.1
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.1.0
17+
* Version: 6.1.1
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.1.0
11+
* Version: 6.1.1
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.1.0
11+
* Version: 6.1.1
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.1.0
14+
* Version: 6.1.1
1515
* Author: BitPay
1616
* Author URI: mailto:[email protected]?subject=BitPay Checkout for WooCommerce
1717
*/
1818
class BitPayPluginSetup {
1919

20-
public const VERSION = '6.1.0';
20+
public const VERSION = '6.1.1';
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.1.0
11+
* Version: 6.1.1
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.1.0
13+
* Version: 6.1.1
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.1
6+
* Added testing to Pipeline
7+
58
# 6.1.0
69
* Added Mobile Transfer option
710

index.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Plugin Name: BitPay Checkout for WooCommerce
44
* Plugin URI: https://www.bitpay.com
55
* Description: BitPay Checkout Plugin
6-
* Version: 6.1.0
6+
* Version: 6.1.1
77
* Author: BitPay
88
* Author URI: mailto:[email protected]?subject=BitPay Checkout for WooCommerce
99
*/

readme.txt

+4-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ 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.1.0
10+
Stable tag: 6.1.1
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.1
117+
* Added testing to Pipeline
118+
116119
= 6.1.0 =
117120
* Added Mobile Transfer option
118121

0 commit comments

Comments
 (0)