Skip to content

Commit e2d7bf7

Browse files
committed
Update PHP library to v2.8.1 to fix a compatibility issue with refunds on BTCPay 2.0
1 parent 57e2fe3 commit e2d7bf7

File tree

3 files changed

+11
-10
lines changed

3 files changed

+11
-10
lines changed

.github/workflows/wp-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ubuntu-latest
99
steps:
1010
- name: Checkout code
11-
uses: actions/checkout@v3
11+
uses: actions/checkout@v4
1212

1313
- name: Install Composer dependencies
1414
uses: php-actions/composer@v6

btcpay-greenfield-for-woocommerce.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@
77
* Author URI: https://btcpayserver.org
88
* Text Domain: btcpay-greenfield-for-woocommerce
99
* Domain Path: /languages
10-
* Version: 2.7.0
10+
* Version: 2.7.1
1111
* Requires PHP: 8.0
12-
* Tested up to: 6.6
12+
* Tested up to: 6.7
1313
* Requires at least: 6.2
1414
* WC requires at least: 7.0
15-
* WC tested up to: 9.3
15+
* WC tested up to: 9.4
1616
*/
1717

1818
use BTCPayServer\WC\Admin\Notice;
@@ -26,7 +26,7 @@
2626

2727
defined( 'ABSPATH' ) || exit();
2828

29-
define( 'BTCPAYSERVER_VERSION', '2.7.0' );
29+
define( 'BTCPAYSERVER_VERSION', '2.7.1' );
3030
define( 'BTCPAYSERVER_VERSION_KEY', 'btcpay_gf_version' );
3131
define( 'BTCPAYSERVER_PLUGIN_FILE_PATH', plugin_dir_path( __FILE__ ) );
3232
define( 'BTCPAYSERVER_PLUGIN_URL', plugin_dir_url(__FILE__ ) );

readme.txt

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -114,11 +114,12 @@ You'll find extensive documentation and answers to many of your questions on [BT
114114

115115

116116

117-
= 2.7.0 =
118-
* IMPORTANT: If you use the "Separate Payment gateways" feature, when you upgrade your BTCPay Server to version 2.0.0 or newer, you will need to reconfigure your payment gateways in WooCommerce. This is due to the new way of handling and naming payment methods in BTCPay Server.
119-
* Feature: Add option to notify customers on refund order notes.
120-
* Feature: BTCPay Server 2.0.0 compatibility.
121-
* Fixes see changelog.
117+
= 2.7.1 =
118+
* Fix: Update PHP library to v2.8.1 to fix a compatibility issue with refunds on BTCPay 2.0
119+
120+
== Changelog ==
121+
= 2.7.1 :: 2024-11-22 =
122+
* Fix: Update PHP library to v2.8.1 to fix a compatibility issue with refunds on BTCPay 2.0
122123

123124
== Changelog ==
124125
= 2.7.0 :: 2024-09-04 =

0 commit comments

Comments
 (0)