Skip to content

Commit

Permalink
Prepare for release v1.0.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
ndeet committed Apr 8, 2022
1 parent b4217ca commit 0877788
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion btcpay-greenfield-for-woocommerce.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

defined( 'ABSPATH' ) || exit();

define( 'BTCPAYSERVER_VERSION', '1.0.0' );
define( 'BTCPAYSERVER_VERSION', '1.0.1' );
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' );
Expand Down
6 changes: 5 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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: 1.0.0
Stable tag: 1.0.1
License: MIT
License URI: https://github.com/btcpayserver/woocommerce-greenfield-plugin/blob/master/license.txt

Expand Down Expand Up @@ -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 ==
= 1.0.1 :: 2022-04-08 =
* Fix bug if the custom uploaded payment gateway icon is deleted from filesystem.
* Added information about Tor proxy for Umbrel and other self-hosted nodes to BTCPay settings page.

= 1.0.0 :: 2022-03-27 =
* Reflect stability with release 1.0.0.
* Create a new invoice (and mark the old invalid) if the user uses browser back button and changes the payment method (relevant for separate payment gateway feature).
Expand Down

0 comments on commit 0877788

Please sign in to comment.