Skip to content

Commit

Permalink
Update PHP library to v2.8.1 to fix a compatibility issue with refund…
Browse files Browse the repository at this point in the history
…s on BTCPay 2.0
  • Loading branch information
ndeet committed Nov 22, 2024
1 parent 57e2fe3 commit e2d7bf7
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/wp-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
8 changes: 4 additions & 4 deletions btcpay-greenfield-for-woocommerce.php
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand All @@ -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__ ) );
Expand Down
11 changes: 6 additions & 5 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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 =
Expand Down

0 comments on commit e2d7bf7

Please sign in to comment.