From e2d7bf7d7ddf5e2024bdc64e0e58e24c8d0c11d5 Mon Sep 17 00:00:00 2001 From: ndeet Date: Fri, 22 Nov 2024 18:12:16 +0100 Subject: [PATCH] Update PHP library to v2.8.1 to fix a compatibility issue with refunds on BTCPay 2.0 --- .github/workflows/wp-release.yml | 2 +- btcpay-greenfield-for-woocommerce.php | 8 ++++---- readme.txt | 11 ++++++----- 3 files changed, 11 insertions(+), 10 deletions(-) diff --git a/.github/workflows/wp-release.yml b/.github/workflows/wp-release.yml index 74c2556..3d69cb6 100644 --- a/.github/workflows/wp-release.yml +++ b/.github/workflows/wp-release.yml @@ -8,7 +8,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout code - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Install Composer dependencies uses: php-actions/composer@v6 diff --git a/btcpay-greenfield-for-woocommerce.php b/btcpay-greenfield-for-woocommerce.php index 970d475..41fa7c6 100644 --- a/btcpay-greenfield-for-woocommerce.php +++ b/btcpay-greenfield-for-woocommerce.php @@ -7,12 +7,12 @@ * Author URI: https://btcpayserver.org * Text Domain: btcpay-greenfield-for-woocommerce * Domain Path: /languages - * Version: 2.7.0 + * Version: 2.7.1 * Requires PHP: 8.0 - * Tested up to: 6.6 + * Tested up to: 6.7 * Requires at least: 6.2 * WC requires at least: 7.0 - * WC tested up to: 9.3 + * WC tested up to: 9.4 */ use BTCPayServer\WC\Admin\Notice; @@ -26,7 +26,7 @@ defined( 'ABSPATH' ) || exit(); -define( 'BTCPAYSERVER_VERSION', '2.7.0' ); +define( 'BTCPAYSERVER_VERSION', '2.7.1' ); define( 'BTCPAYSERVER_VERSION_KEY', 'btcpay_gf_version' ); define( 'BTCPAYSERVER_PLUGIN_FILE_PATH', plugin_dir_path( __FILE__ ) ); define( 'BTCPAYSERVER_PLUGIN_URL', plugin_dir_url(__FILE__ ) ); diff --git a/readme.txt b/readme.txt index 3ae391c..12ccbab 100644 --- a/readme.txt +++ b/readme.txt @@ -114,11 +114,12 @@ You'll find extensive documentation and answers to many of your questions on [BT -= 2.7.0 = -* 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. -* Feature: Add option to notify customers on refund order notes. -* Feature: BTCPay Server 2.0.0 compatibility. -* Fixes see changelog. += 2.7.1 = +* Fix: Update PHP library to v2.8.1 to fix a compatibility issue with refunds on BTCPay 2.0 + +== Changelog == += 2.7.1 :: 2024-11-22 = +* Fix: Update PHP library to v2.8.1 to fix a compatibility issue with refunds on BTCPay 2.0 == Changelog == = 2.7.0 :: 2024-09-04 =