Skip to content

Commit ecf2d0e

Browse files
committed
v1.0.1
- Minor fixes
1 parent d721268 commit ecf2d0e

File tree

4 files changed

+13
-7
lines changed

4 files changed

+13
-7
lines changed

BlockBee.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Plugin Name: BlockBee Cryptocurrency Payment Gateway
44
Plugin URI: https://blockbee.io/resources/woocommerce/
55
Description: Accept cryptocurrency payments on your WooCommerce website
6-
Version: 1.0.0
6+
Version: 1.0.1
77
Requires at least: 5
88
Tested up to: 6.0.3
99
WC requires at least: 5.8

README.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,10 @@ The easiest and fastest way is via our live chat on our [website](https://blockb
132132

133133
### Changelog
134134

135-
#### 1.0
135+
#### 1.0.0
136136
* Initial release.
137137

138+
#### 1.0.1
139+
* Minor fixes
140+
138141
### Upgrade Notice

define.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?php
22

3-
define('BLOCKBEE_PLUGIN_VERSION', '1.0.0');
3+
define('BLOCKBEE_PLUGIN_VERSION', '1.0.1');
44
define('BLOCKBEE_PLUGIN_PATH', plugin_dir_path(__FILE__));
55
define('BLOCKBEE_PLUGIN_URL', plugin_dir_url(__FILE__));

readme.txt

+7-4
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Contributors: blockbee
33
Tags: crypto payments, woocommerce, payment gateway, crypto, payment, pay with crypto, payment request, bitcoin, bnb, usdt, ethereum, monero, litecoin, bitcoin cash, shib, doge
44
Requires at least: 5
55
Tested up to: 6.0.3
6-
Stable tag: 1.0.0
6+
Stable tag: 1.0.1
77
Requires PHP: 7.2
88
WC requires at least: 5.8
99
WC tested up to: 7.0.0
@@ -66,14 +66,14 @@ Supported currencies for automatic exchange rates are:
6666
* (USD) US Dollar
6767

6868
If your WooCommerce's currency is none of the above, the exchange rates will default to USD.
69-
If you're using WooCommerce in a different currency not listed here and need support, please [contact us](https://blockbee.io) via our live chat.
69+
If you're using WooCommerce in a different currency not listed here and need support, please [contact us](https://blockbee.io/contacts/) via our live chat.
7070

7171
**Note:** BlockBee will not exchange your crypto for FIAT or other crypto, just convert the value
7272

7373
= Why choose BlockBee? =
7474

7575
BlockBee has no setup fees, no monthly fees, no hidden costs, and you don't even need to sign-up!
76-
Simply set your crypto addresses and you're ready to go. As soon as your customers pay we forward your earnings directly to your own wallet.
76+
Simply set your crypto addresses, and you're ready to go. As soon as your customers pay we forward your earnings directly to your own wallet.
7777

7878
BlockBee has a low 1% fee on the transactions processed. No hidden costs.
7979
For more info on our fees [click here](https://blockbee.io/get_started/#fees)
@@ -154,7 +154,10 @@ The easiest and fastest way is via our live chat on our [website](https://blockb
154154

155155
== Changelog ==
156156

157-
= 1.0 =
157+
= 1.0.0 =
158158
* Initial release.
159159

160+
= 1.0.1 =
161+
* Minor fixes.
162+
160163
== Upgrade Notice ==

0 commit comments

Comments
 (0)