Skip to content

Commit

Permalink
bumping versions to 0.4.0 and updated changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
tubbynl committed Dec 12, 2017
1 parent 6b3667c commit 4ae242f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Donate link: Waves: 3P4gvv7rZC1kFDobs4oQHN3H6NQckWiu9wz (tubbynl),3PFn9SGPJ8yVjc
Tags: billing, invoicing, woocommerce, payment
Requires at least: 3.0.1
Tested up to: 4.8
Stable tag: 0.3.0
Stable tag: 0.4.0
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Expand Down Expand Up @@ -39,6 +39,9 @@ Install the plugin by uploading the zipfile in your WP admin interface or via FT

== Changelog ==

- 0.4.0
* Added Waves, WNET and ARTcoin as currency (conversion is skipped)
* Getting exchange rates based on assetId instead of assetCode
- 0.3.0
* Added asset settings (if omitted Waves will be used)
* Removed WNET currency (can be set using the asset settings)
Expand Down
4 changes: 2 additions & 2 deletions waves-gateway-for-woocommerce.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* Plugin Name: WNET Gateway for Woocommerce (also for other Waves assets)
* Plugin URI: https://github.com/wavesnode/gateway-for-woocommerce/
* Description: Show prices in Waves (or asset) and accept Waves payments in your woocommerce webshop
* Version: 0.3.0
* Version: 0.4.0
* Author: Tubby / Useless Waves Token
* License: GPLv2 or later
* License URI: http://www.opensource.org/licenses/gpl-license.php
Expand Down Expand Up @@ -40,7 +40,7 @@ class WcWaves
{

private static $instance;
public static $version = '0.3.0';
public static $version = '0.4.0';
public static $plugin_basename;
public static $plugin_path;
public static $plugin_url;
Expand Down

0 comments on commit 4ae242f

Please sign in to comment.