Skip to content

Commit

Permalink
fix warning
Browse files Browse the repository at this point in the history
  • Loading branch information
SHoogland committed May 17, 2019
1 parent 4deb007 commit 00dab58
Show file tree
Hide file tree
Showing 4 changed files with 5 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.2
Stable tag: 1.5.3
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.2"
"version": "1.5.3"
}
3 changes: 2 additions & 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.2';
private $_version = '1.5.3';
protected static $_instance = null;
protected static $_productInstance = null;

Expand Down Expand Up @@ -54,6 +54,7 @@ public function xcore_api_version($data)

public function includes()
{
WC()->api->rest_api_includes();
include_once dirname(__FILE__) . '/class-xcore-products.php';
include_once dirname(__FILE__) . '/class-xcore-customers.php';
include_once dirname(__FILE__) . '/class-xcore-orders.php';
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.2
@Version: 1.5.3
@Author: Dealer4Dealer
Author URI: http://www.dealer4dealer.nl
Requires at least: 4.7.5
Expand Down

0 comments on commit 00dab58

Please sign in to comment.