From bb81f70a9268c8604e337b201b54ae5f8e3eb531 Mon Sep 17 00:00:00 2001 From: Andreas Tasch Date: Fri, 4 Mar 2022 23:57:07 +0100 Subject: [PATCH] Bump version. --- btcpay-greenfield-for-woocommerce.php | 4 ++-- readme.txt | 6 +++++- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/btcpay-greenfield-for-woocommerce.php b/btcpay-greenfield-for-woocommerce.php index 1dbe4f4..228f0ca 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.2.3 + * Version: 0.2.4 * Requires PHP: 7.4 * Tested up to: 5.9 * Requires at least: 5.2 @@ -20,7 +20,7 @@ defined( 'ABSPATH' ) || exit(); -define( 'BTCPAYSERVER_VERSION', '0.2.3' ); +define( 'BTCPAYSERVER_VERSION', '0.2.4' ); define( 'BTCPAYSERVER_PLUGIN_FILE_PATH', plugin_dir_path( __FILE__ ) ); define( 'BTCPAYSERVER_PLUGIN_URL', plugin_dir_url(__FILE__ ) ); define( 'BTCPAYSERVER_PLUGIN_ID', 'btcpay-greenfield-for-woocommerce' ); diff --git a/readme.txt b/readme.txt index a856005..e0c7a32 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: 5.9 Requires PHP: 7.4 -Stable tag: 0.2.3 +Stable tag: 0.2.4 License: MIT License URI: https://github.com/btcpayserver/woocommerce-greenfield-plugin/blob/master/license.txt @@ -103,6 +103,10 @@ You'll find extensive documentation and answers to many of your questions on [BT 6. Example of the PoS app you can launch. == Changelog == += 0.2.4 :: 2022-03-04 = +* Fix possible problem with CamelCased headers on PHP-FPM and/or Nginx. +* Do not log hitting the cache on debug log to avoid clutter. + = 0.2.3 :: 2022-02-28 = * Adding irrelevant GitHub workflow files to .distignore. * Updating installation instructions with new material.