Skip to content

Commit

Permalink
Update version 1.0.16
Browse files Browse the repository at this point in the history
  • Loading branch information
atmoner committed Jan 26, 2023
1 parent 18defa5 commit 00d7985
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
9 changes: 7 additions & 2 deletions README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions cosmos-woocommerce.php
Original file line number Diff line number Diff line change
Expand Up @@ -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+
Expand All @@ -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' );



Expand Down

0 comments on commit 00d7985

Please sign in to comment.