diff --git a/README.txt b/README.txt index 220e0fe..586a44e 100644 --- a/README.txt +++ b/README.txt @@ -5,7 +5,7 @@ Donate link: https://commerce.bitcanna.io Tags: payments, cryptocurrency, blockchain Requires at least: 3.0.1 Tested up to: 6.1.1 -Stable tag: 1.0.15 +Stable tag: 1.0.16 Requires PHP: 7.0 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html @@ -37,11 +37,16 @@ For our FAQ we'd like to refer you to our [documentation website](https://docs.b 5. After just a couple seconds, the payment will be performed and you can view your transaction. == Changelog == += 1.0.16 = +* Fix call api-store only on checkout page +* Fix mobile view on checkout +* Implementation of BCNAracle on bitcanna + = 1.0.15 = * Fix bug on default chain selected * Add message error if no chain is selected in adminCP -= 1.0.13 = += 1.0.14 = * Add failover on RPC/LCD * Fix bech32 admin confirmation diff --git a/cosmos-woocommerce.php b/cosmos-woocommerce.php index ec56f56..e8e0cfd 100644 --- a/cosmos-woocommerce.php +++ b/cosmos-woocommerce.php @@ -16,7 +16,7 @@ * Plugin Name: Cosmos Pay * Plugin URI: https://twitter.com/bitcannaglobal * Description: Easily accept cryptocurrency payments on your WordPress site. Enable multiple currencies from the interconnected Cosmos ecosystem. - * Version: 1.0.15 + * Version: 1.0.16 * Author: BitCanna * Author URI: https://commerce.bitcanna.io * License: GPL-2.0+ @@ -35,7 +35,7 @@ * Start at version 1.0.0 and use SemVer - https://semver.org * Rename this for your plugin and update it as you release new versions. */ -define( 'COSMOS_WOOCOMMERCE_VERSION', '1.0.15' ); +define( 'COSMOS_WOOCOMMERCE_VERSION', '1.0.16' );