Skip to content
This repository has been archived by the owner on Jan 13, 2025. It is now read-only.

Commit

Permalink
Fix ledger + check amount
Browse files Browse the repository at this point in the history
  • Loading branch information
atmoner committed Dec 8, 2022
1 parent 7ea09d7 commit fbbb2a4
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 20 deletions.
8 changes: 6 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.12
Stable tag: 1.0.13
Requires PHP: 7.0
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Expand Down Expand Up @@ -37,8 +37,12 @@ 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.13 =
* Add keplr/ledger compatibility
* Fix check balance keplr

= 1.0.12 =
* Fiw admin settings
* Fix admin settings

= 1.0.10 =
* Edit link marketplace
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.12
* Version: 1.0.13
* 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.12' );
define( 'COSMOS_WOOCOMMERCE_VERSION', '1.0.13' );



Expand Down
Loading

0 comments on commit fbbb2a4

Please sign in to comment.