Skip to content

Commit ac982fe

Browse files
committed
v1.2.5
* Minor fixes.
1 parent 618016f commit ac982fe

File tree

4 files changed

+15
-3
lines changed

4 files changed

+15
-3
lines changed

BlockBee.php

100644100755
+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.2.3
6+
Version: 1.2.5
77
Requires at least: 5.8
88
Tested up to: 6.6.2
99
WC requires at least: 5.8

README.md

100644100755
+6
Original file line numberDiff line numberDiff line change
@@ -254,4 +254,10 @@ The easiest and fastest way is via our live chat on our [website](https://blockb
254254
#### 1.2.3
255255
* Minor fixes
256256

257+
#### 1.2.4
258+
* Minor fixes
259+
260+
#### 1.2.5
261+
* Minor fixes
262+
257263
### Upgrade Notice

define.php

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

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

readme.txt

100644100755
+7-1
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.6.2
6-
Stable tag: 1.2.3
6+
Stable tag: 1.2.5
77
Requires PHP: 7.2
88
WC requires at least: 5.8
99
WC tested up to: 9.3.3
@@ -266,4 +266,10 @@ The easiest and fastest way is via our live chat on our [website](https://blockb
266266
= 1.2.3 =
267267
* Minor fixes.
268268

269+
= 1.2.4 =
270+
* Minor fixes.
271+
272+
= 1.2.5 =
273+
* Minor fixes.
274+
269275
== Upgrade Notice ==

0 commit comments

Comments
 (0)