From a3a13b61b352229ed3bd115342fe1b5ad45a5f5c Mon Sep 17 00:00:00 2001 From: Andreas Tasch Date: Mon, 7 Feb 2022 14:25:26 +0100 Subject: [PATCH] Release. --- btcpay-greenfield-for-woocommerce.php | 4 ++-- readme.txt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/btcpay-greenfield-for-woocommerce.php b/btcpay-greenfield-for-woocommerce.php index 514d37d..af9e73c 100644 --- a/btcpay-greenfield-for-woocommerce.php +++ b/btcpay-greenfield-for-woocommerce.php @@ -7,7 +7,7 @@ * Author URI: https://btcpayserver.org * Text Domain: btcpay-greenfield-for-woocommerce * Domain Path: /languages - * Version: 0.1.5 + * Version: 0.1.6 * Requires PHP: 7.4 * Tested up to: 5.8 * Requires at least: 5.2 @@ -22,7 +22,7 @@ define( 'BTCPAYSERVER_PLUGIN_FILE_PATH', plugin_dir_path( __FILE__ ) ); define( 'BTCPAYSERVER_PLUGIN_URL', plugin_dir_url(__FILE__ ) ); -define( 'BTCPAYSERVER_VERSION', '0.1.5' ); +define( 'BTCPAYSERVER_VERSION', '0.1.6' ); define( 'BTCPAYSERVER_PLUGIN_ID', 'btcpay-greenfield-for-woocommerce' ); class BTCPayServerWCPlugin { diff --git a/readme.txt b/readme.txt index b2fbffd..e50de8a 100644 --- a/readme.txt +++ b/readme.txt @@ -5,7 +5,7 @@ Tags: bitcoin, btcpay, BTCPay Server, btcpayserver, WooCommerce, payment gateway Requires at least: 4.5 Tested up to: 5.8.2 Requires PHP: 7.4 -Stable tag: 0.1.5 +Stable tag: 0.1.6 License: MIT License URI: https://github.com/btcpayserver/woocommerce-greenfield-plugin/blob/master/license.txt