Skip to content

Commit

Permalink
Preparing for release 1.1.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
ndeet committed Dec 9, 2022
1 parent 57bd781 commit 026f931
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 6 deletions.
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: 1.1.1
* Version: 1.1.2
* Requires PHP: 7.4
* Tested up to: 6.0
* Tested up to: 6.1
* Requires at least: 5.2
* WC requires at least: 5.0.0
* WC tested up to: 6.8
* WC tested up to: 7.1
*/

use BTCPayServer\WC\Admin\Notice;
Expand All @@ -24,7 +24,7 @@

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

define( 'BTCPAYSERVER_VERSION', '1.1.1' );
define( 'BTCPAYSERVER_VERSION', '1.1.2' );
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
10 changes: 8 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ Contributors: ndeet, kukks, nicolasdorier
Donate link: https://btcpayserver.org/donate/
Tags: bitcoin, btcpay, BTCPay Server, btcpayserver, WooCommerce, payment gateway, accept bitcoin, bitcoin plugin, bitcoin payment processor, bitcoin e-commerce, Lightning Network, Litecoin, cryptocurrency
Requires at least: 5.2
Tested up to: 6.0
Tested up to: 6.1
Requires PHP: 7.4
Stable tag: 1.1.1
Stable tag: 1.2.0
License: MIT
License URI: https://github.com/btcpayserver/woocommerce-greenfield-plugin/blob/master/license.txt

Expand Down Expand Up @@ -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.2 :: 2022-12-09 =
* Fix existing invoice check, wrongly marking invoice invalid on some use cases.
* Add check for cURL PHP extension.
* Make sure generated gateways exist on filesystem.

= 1.1.1 :: 2022-09-12 =
* Update missing metadata

Expand Down

0 comments on commit 026f931

Please sign in to comment.