diff --git a/dashpay-woocommerce.php b/dashpay-woocommerce.php index af1c43e..eef4005 100644 --- a/dashpay-woocommerce.php +++ b/dashpay-woocommerce.php @@ -3,7 +3,7 @@ * Plugin Name: DashPayments for WooCommerce * Plugin URI: http://blackcarrotventures.com/dashpay-woocommerce * Description: A WooCommerce payment gateway that enables direct Dash payments. - * Version: 0.0.3 + * Version: 0.0.4 * Author: Black Carrot Ventures * Author URI: http://blackcarrotventures.com/ * Requires at least: 4.4.2 @@ -46,7 +46,7 @@ final class DashPayments { * * @var string */ - public $version = '0.0.3'; + public $version = '0.0.4'; /** * The single instance of the class. diff --git a/readme.txt b/readme.txt index df122c6..d418389 100644 --- a/readme.txt +++ b/readme.txt @@ -82,6 +82,10 @@ In the future, this will either be delegated to something like coinmarketcap (no == Changelog == += 0.0.4 = + +* Bugfix: Account for differences in sync-status output of Insight-API. + = 0.0.3 = * Allow for older versions of PHP.