Skip to content

Commit 189eabc

Browse files
committed
v1.5.2
*Minor bugfixes
1 parent cc00a3e commit 189eabc

File tree

4 files changed

+10
-4
lines changed

4 files changed

+10
-4
lines changed

BlockBee.php

Lines changed: 2 additions & 2 deletions
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.5.1
6+
Version: 1.5.2
77
Requires at least: 5.8
88
Tested up to: 6.7.2
99
WC requires at least: 5.8
@@ -17,7 +17,7 @@
1717
exit; // Exit if accessed directly.
1818
}
1919

20-
define('BLOCKBEE_PLUGIN_VERSION', '1.5.1');
20+
define('BLOCKBEE_PLUGIN_VERSION', '1.5.2');
2121
define('BLOCKBEE_PLUGIN_PATH', plugin_dir_path(__FILE__));
2222
define('BLOCKBEE_PLUGIN_URL', plugin_dir_url(__FILE__));
2323

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -297,4 +297,7 @@ The easiest and fastest way is via our live chat on our [website](https://blockb
297297
#### 1.5.1
298298
* Version bump
299299

300+
#### 1.5.2
301+
* Minor bugfixes
302+
300303
### Upgrade Notice

controllers/BlockBee.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1589,7 +1589,7 @@ function order_detail_validate_logs($order)
15891589
?>
15901590
<p class="form-field form-field-wide wc-customer-user">
15911591
<small style="display: block;">
1592-
<?php echo sprintf(esc_attr(__('If the order is not being updated, your ISP is probably blocking our IPs (%1$s and %2$s): please try to get them whitelisted and feel free to contact us anytime to get support (link to our contact page). In the meantime you can refresh the status of any payment by clicking this button below:', 'blockbee-cryptocurrency-payment-gateway')), '145.239.119.223', '135.125.112.47'); ?>
1592+
<?php echo sprintf(esc_attr(__('If the order is not being updated, your ISP is probably blocking our IPs (%1$s and %2$s): please try to get them whitelisted and feel free to contact us anytime to get support (link to our contact page). In the meantime you can refresh the status of any payment by clicking this button below:', 'blockbee-cryptocurrency-payment-gateway')), '51.77.105.132', '135.125.112.47'); ?>
15931593
</small>
15941594
</p>
15951595
<a style="margin-top: 1rem;margin-bottom: 1rem;" id="validate_callbacks" class="button action" href="#">

readme.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Contributors: blockbee
33
Tags: crypto payments, payment gateway, cryptocurrencies, payments,
44
Requires at least: 5.8
55
Tested up to: 6.7.2
6-
Stable tag: 1.5.1
6+
Stable tag: 1.5.2
77
Requires PHP: 7.2
88
WC requires at least: 5.8
99
WC tested up to: 9.6.2
@@ -305,4 +305,7 @@ The easiest and fastest way is via our live chat on our [website](https://blockb
305305
* Callback improvements
306306
* Minor bugfixes
307307

308+
= 1.5.2 =
309+
* Minor bugfixes
310+
308311
== Upgrade Notice ==

0 commit comments

Comments
 (0)