Skip to content
This repository was archived by the owner on Mar 30, 2022. It is now read-only.

Commit 71ee081

Browse files
committed
bump version, changelog
1 parent 140a1bb commit 71ee081

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

dashpay-woocommerce.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Plugin Name: DashPayments for WooCommerce
44
* Plugin URI: http://blackcarrotventures.com/dashpay-woocommerce
55
* Description: A WooCommerce payment gateway that enables direct Dash payments.
6-
* Version: 0.0.3
6+
* Version: 0.0.4
77
* Author: Black Carrot Ventures
88
* Author URI: http://blackcarrotventures.com/
99
* Requires at least: 4.4.2
@@ -46,7 +46,7 @@ final class DashPayments {
4646
*
4747
* @var string
4848
*/
49-
public $version = '0.0.3';
49+
public $version = '0.0.4';
5050

5151
/**
5252
* The single instance of the class.

readme.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,10 @@ In the future, this will either be delegated to something like coinmarketcap (no
8282

8383
== Changelog ==
8484

85+
= 0.0.4 =
86+
87+
* Bugfix: Account for differences in sync-status output of Insight-API.
88+
8589
= 0.0.3 =
8690

8791
* Allow for older versions of PHP.

0 commit comments

Comments
 (0)