Skip to content

Commit ac5ac33

Browse files
committed
v4.6.7
- Minor fixes
1 parent 2a750e5 commit ac5ac33

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

CryptAPI.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Plugin Name: CryptAPI Payment Gateway for WooCommerce
44
Plugin URI: https://github.com/cryptapi/woocommerce-cryptapi
55
Description: Accept cryptocurrency payments on your WooCommerce website
6-
Version: 4.6.6
6+
Version: 4.6.7
77
Requires at least: 5
88
Tested up to: 6.0.2
99
WC requires at least: 5.8

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -292,6 +292,9 @@ The easiest and fastest way is via our live chat on our [website](https://crypta
292292
#### 4.6.6
293293
* Minor fixes
294294

295+
#### 4.6.7
296+
* Minor fixes
297+
295298
### Upgrade Notice
296299
#### 4.3
297300
* Please be sure to enable the PHP extension BCMath before upgrading to this version.

define.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?php
22

3-
define('CRYPTAPI_PLUGIN_VERSION', '4.6.6');
3+
define('CRYPTAPI_PLUGIN_VERSION', '4.6.7');
44
define('CRYPTAPI_PLUGIN_PATH', plugin_dir_path(__FILE__));
55
define('CRYPTAPI_PLUGIN_URL', plugin_dir_url(__FILE__));

readme.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Contributors: cryptapi
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.2
6-
Stable tag: 4.6.5
6+
Stable tag: 4.6.7
77
Requires PHP: 7.2
88
WC requires at least: 5.8
99
WC tested up to: 7.0.0
@@ -302,6 +302,9 @@ The easiest and fastest way is via our live chat on our [website](https://crypta
302302
= 4.6.6 =
303303
* Minor fixes
304304

305+
= 4.6.7 =
306+
* Minor fixes
307+
305308
== Upgrade Notice ==
306309

307310
= 4.3 =

0 commit comments

Comments
 (0)