Skip to content

Commit c8146d8

Browse files
committed
v1.1.5
* Minor fixes and improvements.
1 parent 9468943 commit c8146d8

File tree

5 files changed

+10
-6
lines changed

5 files changed

+10
-6
lines changed

BlockBee.php

Lines changed: 1 addition & 1 deletion
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.1.4
6+
Version: 1.1.5
77
Requires at least: 5.8
88
Tested up to: 6.5.3
99
WC requires at least: 5.8

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -232,4 +232,7 @@ The easiest and fastest way is via our live chat on our [website](https://blockb
232232
#### 1.1.4
233233
* Minor fixes and improvements.
234234

235+
#### 1.1.5
236+
* Minor fixes and improvements.
237+
235238
### Upgrade Notice

controllers/BlockBee.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -122,9 +122,7 @@ function init_form_fields()
122122
try {
123123
$load_coins = $this->load_coins();
124124
} catch (Exception $e) {
125-
?>
126-
<div class="notice notice-error"><p>Error connecting to BlockBee servers. If persist please contact support.</p></div>
127-
<?php
125+
// pass
128126
}
129127

130128
if (!empty($load_coins)) {

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('BLOCKBEE_PLUGIN_VERSION', '1.1.4');
3+
define('BLOCKBEE_PLUGIN_VERSION', '1.1.5');
44
define('BLOCKBEE_PLUGIN_PATH', plugin_dir_path(__FILE__));
55
define('BLOCKBEE_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: 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.8
55
Tested up to: 6.5.3
6-
Stable tag: 1.1.4
6+
Stable tag: 1.1.5
77
Requires PHP: 7.2
88
WC requires at least: 5.8
99
WC tested up to: 8.9.1
@@ -244,4 +244,7 @@ The easiest and fastest way is via our live chat on our [website](https://blockb
244244
= 1.1.4 =
245245
* Minor fixes and improvements.
246246

247+
= 1.1.5 =
248+
* Minor fixes and improvements.
249+
247250
== Upgrade Notice ==

0 commit comments

Comments
 (0)