From 059a0dad030b575e8ccf11930f50c14c5f299de0 Mon Sep 17 00:00:00 2001 From: Andreas Tasch Date: Fri, 20 Jan 2023 12:07:20 +0100 Subject: [PATCH] Redo release. --- btcpay-greenfield-for-woocommerce.php | 6 +++--- readme.txt | 8 +++++++- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/btcpay-greenfield-for-woocommerce.php b/btcpay-greenfield-for-woocommerce.php index 3fc7070..bd58dfd 100644 --- a/btcpay-greenfield-for-woocommerce.php +++ b/btcpay-greenfield-for-woocommerce.php @@ -7,11 +7,11 @@ * Author URI: https://btcpayserver.org * Text Domain: btcpay-greenfield-for-woocommerce * Domain Path: /languages - * Version: 1.1.3 + * Version: 1.1.4 * Requires PHP: 7.4 * Tested up to: 6.1 * Requires at least: 5.2 - * WC requires at least: 6.0.0 + * WC requires at least: 6.0 * WC tested up to: 7.3 */ @@ -24,7 +24,7 @@ defined( 'ABSPATH' ) || exit(); -define( 'BTCPAYSERVER_VERSION', '1.1.3' ); +define( 'BTCPAYSERVER_VERSION', '1.1.4' ); 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 fbca3d8..394899f 100644 --- a/readme.txt +++ b/readme.txt @@ -5,7 +5,7 @@ Tags: bitcoin, btcpay, BTCPay Server, btcpayserver, WooCommerce, payment gateway Requires at least: 5.2 Tested up to: 6.1 Requires PHP: 7.4 -Stable tag: 1.1.3 +Stable tag: 1.1.4 License: MIT License URI: https://github.com/btcpayserver/woocommerce-greenfield-plugin/blob/master/license.txt @@ -103,6 +103,12 @@ You'll find extensive documentation and answers to many of your questions on [BT 6. Example of the PoS app you can launch. == Changelog == += 1.1.4 :: 2023-01-20 = +(redo deployment because of broken build pipe) +* Fix: fixed error on thank you page for separate payment methods. +* Dev: updating Docker to latest WP and WC versions. +* Dev: switch Github action for checkout to v3. + = 1.1.3 :: 2023-01-20 = * Fix: fixed error on thank you page for separate payment methods. * Dev: updating Docker to latest WP and WC versions.