Skip to content

Commit

Permalink
v1.2.5
Browse files Browse the repository at this point in the history
* Minor fixes.
  • Loading branch information
arianoangelo committed Oct 14, 2024
1 parent 618016f commit ac982fe
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 3 deletions.
2 changes: 1 addition & 1 deletion BlockBee.php
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Plugin Name: BlockBee Cryptocurrency Payment Gateway
Plugin URI: https://blockbee.io/resources/woocommerce/
Description: Accept cryptocurrency payments on your WooCommerce website
Version: 1.2.3
Version: 1.2.5
Requires at least: 5.8
Tested up to: 6.6.2
WC requires at least: 5.8
Expand Down
6 changes: 6 additions & 0 deletions README.md
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -254,4 +254,10 @@ The easiest and fastest way is via our live chat on our [website](https://blockb
#### 1.2.3
* Minor fixes

#### 1.2.4
* Minor fixes

#### 1.2.5
* Minor fixes

### Upgrade Notice
2 changes: 1 addition & 1 deletion define.php
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?php

define('BLOCKBEE_PLUGIN_VERSION', '1.2.3');
define('BLOCKBEE_PLUGIN_VERSION', '1.2.5');
define('BLOCKBEE_PLUGIN_PATH', plugin_dir_path(__FILE__));
define('BLOCKBEE_PLUGIN_URL', plugin_dir_url(__FILE__));
8 changes: 7 additions & 1 deletion readme.txt
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Contributors: blockbee
Tags: crypto payments, payment gateway, cryptocurrencies, payments,
Requires at least: 5.8
Tested up to: 6.6.2
Stable tag: 1.2.3
Stable tag: 1.2.5
Requires PHP: 7.2
WC requires at least: 5.8
WC tested up to: 9.3.3
Expand Down Expand Up @@ -266,4 +266,10 @@ The easiest and fastest way is via our live chat on our [website](https://blockb
= 1.2.3 =
* Minor fixes.

= 1.2.4 =
* Minor fixes.

= 1.2.5 =
* Minor fixes.

== Upgrade Notice ==

0 comments on commit ac982fe

Please sign in to comment.