Skip to content

Commit 75e8d9f

Browse files
committed
v4.7.1
- Minor bugfixes
1 parent c5f79e2 commit 75e8d9f

File tree

5 files changed

+12
-4
lines changed

5 files changed

+12
-4
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.7.0
6+
Version: 4.7.1
77
Requires at least: 5
88
Tested up to: 6.1.1
99
WC requires at least: 5.8

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -305,6 +305,10 @@ The easiest and fastest way is via our live chat on our [website](https://crypta
305305
* Minor fixes
306306
* Improvements on the callback processing algorithm
307307

308+
#### 4.7.1
309+
* Minor fixes
310+
* Improvements on the callback processing algorithm
311+
308312
### Upgrade Notice
309313
#### 4.3
310314
* Please be sure to enable the PHP extension BCMath before upgrading to this version.

controllers/CryptAPI.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -859,8 +859,9 @@ function thankyou_page( $order_id ) {
859859
if ( in_array( $crypto_coin, $allowed_to_value, true ) ) {
860860
$crypto_allowed_value = true;
861861
}
862+
862863
?>
863-
<div class="ca_payment-panel<?php esc_attr( $color_scheme ) ?>">
864+
<div class="ca_payment-panel <?php echo esc_attr( $color_scheme ) ?>">
864865
<div class="ca_payment_details">
865866
<?php
866867
if ( $total > 0 ) {

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.7.0');
3+
define('CRYPTAPI_PLUGIN_VERSION', '4.7.1');
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.1.1
6-
Stable tag: 4.7.0
6+
Stable tag: 4.7.1
77
Requires PHP: 7.2
88
WC requires at least: 5.8
99
WC tested up to: 7.2.2
@@ -315,6 +315,9 @@ The easiest and fastest way is via our live chat on our [website](https://crypta
315315
* Minor fixes
316316
* Improvements on the callback processing algorithm
317317

318+
= 4.7.1 =
319+
* Minor fixes
320+
318321
== Upgrade Notice ==
319322

320323
= 4.3 =

0 commit comments

Comments
 (0)