Skip to content

Commit

Permalink
v1.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
SHoogland committed May 3, 2019
1 parent 26ca641 commit 4deb007
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Tags: woocommerce, connect, exact, exact online, xcore, d4d, dealer4dealer
Requires at least: 4.7.5
Tested up to: 4.9.6
Stable tag: 1.5.1
Stable tag: 1.5.2
License: The MIT License (MIT)

This module extends the api of Woocommerce and is needed for the usage of the xCore. For more information or support see http://www.dealer4dealer.nl.
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@
"php" : ">=5.6.0",
"woocommerce/woocommerce" : ">=3.3.0"
},
"version": "1.5.1"
"version": "1.5.2"
}
2 changes: 1 addition & 1 deletion includes/class-xcore.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

class Xcore
{
private $_version = '1.5.1';
private $_version = '1.5.2';
protected static $_instance = null;
protected static $_productInstance = null;

Expand Down
2 changes: 1 addition & 1 deletion xcore.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
Plugin Name: xCore Rest API extension
Plugin URI: http://xcore.dealer4dealer.nl
description: Extend WC Rest API to support xCore requests
@Version: 1.5.1
@Version: 1.5.2
@Author: Dealer4Dealer
Author URI: http://www.dealer4dealer.nl
Requires at least: 4.7.5
Expand Down

0 comments on commit 4deb007

Please sign in to comment.