Skip to content

Commit

Permalink
Replace video link and upping release version.
Browse files Browse the repository at this point in the history
  • Loading branch information
ndeet committed Mar 13, 2022
1 parent 1b62acf commit c3acd81
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
4 changes: 2 additions & 2 deletions btcpay-greenfield-for-woocommerce.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* Author URI: https://btcpayserver.org
* Text Domain: btcpay-greenfield-for-woocommerce
* Domain Path: /languages
* Version: 0.2.4
* Version: 0.2.5
* Requires PHP: 7.4
* Tested up to: 5.9
* Requires at least: 5.2
Expand All @@ -20,7 +20,7 @@

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

define( 'BTCPAYSERVER_VERSION', '0.2.4' );
define( 'BTCPAYSERVER_VERSION', '0.2.5' );
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
11 changes: 7 additions & 4 deletions 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: 0.2.4
Stable tag: 0.2.5
License: MIT
License URI: https://github.com/btcpayserver/woocommerce-greenfield-plugin/blob/master/license.txt

Expand Down Expand Up @@ -61,7 +61,7 @@ For the self-hosted solutions, you will have to wait for your node to sync fully

Those who want to test BTCPay out, or are okay with the limitations of a third-party hosting (dependency and privacy, as well as lack of some features) can use a one of many [third-party hosts](ThirdPartyHosting.md).

The video below shows you how to connect your store to such host.
The video below shows you how to connect your store to such a host.

https://www.youtube.com/watch?v=IT2K8It3S3o

Expand All @@ -71,9 +71,9 @@ BTCPay WooCommerce plugin is a bridge between your BTCPay Server (payment proces

You can find detailed installation instructions on our [WooCommerce documentation](https://docs.btcpayserver.org/WooCommerce/).

Here is a quick walkthrough if you prefer a video:
Here is a quick walk through if you prefer a video:

https://www.youtube.com/watch?v=a-MQHgnjNXI&t=2s
https://www.youtube.com/watch?v=ULcocDKZ1Mw

### 3. Connecting your wallet ###

Expand Down Expand Up @@ -103,6 +103,9 @@ 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.5 :: 2022-03-13 =
* Load media library and JS only on payment gateway settings page.

= 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.
Expand Down

0 comments on commit c3acd81

Please sign in to comment.