Skip to content

Commit

Permalink
Update to 2.1.5
Browse files Browse the repository at this point in the history
In version 2.1.5 you could add the `Country` in a create, replace,
update, and upsert request for a product.
  • Loading branch information
olivere committed Oct 17, 2018
1 parent a7a9d46 commit b14b477
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions src/Service.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
*
* @copyright 2014-2018 Meplato GmbH, Switzerland.
* @author Meplato API Team <[email protected]>
* @version 2.1.4
* @version 2.1.5
* @license Copyright (c) 2015-2018 Meplato GmbH, Switzerland. All rights reserved.
* @link https://developer.meplato.com/store2/#terms Terms of Service
* @link https://developer.meplato.com/store2/ External documentation
Expand All @@ -26,7 +26,7 @@ class Service
/** @@var string API title */
const TITLE = "Meplato Store API";
/** @@var string API version */
const VERSION = "2.1.4";
const VERSION = "2.1.5";
/** @@var string Base URL of the service, including the path */
const BASE_URL = "https://store.meplato.com/api/v2";
/** @@var string User Agent string that will be sent to the server */
Expand Down
4 changes: 2 additions & 2 deletions src/catalogs/Service.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
*
* @copyright 2014-2018 Meplato GmbH, Switzerland.
* @author Meplato API Team <[email protected]>
* @version 2.1.4
* @version 2.1.5
* @license Copyright (c) 2015-2018 Meplato GmbH, Switzerland. All rights reserved.
* @link https://developer.meplato.com/store2/#terms Terms of Service
* @link https://developer.meplato.com/store2/ External documentation
Expand All @@ -28,7 +28,7 @@ class Service
/** @@var string API title */
const TITLE = "Meplato Store API";
/** @@var string API version */
const VERSION = "2.1.4";
const VERSION = "2.1.5";
/** @@var string Base URL of the service, including the path */
const BASE_URL = "https://store.meplato.com/api/v2";
/** @@var string User Agent string that will be sent to the server */
Expand Down
4 changes: 2 additions & 2 deletions src/jobs/Service.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
*
* @copyright 2014-2018 Meplato GmbH, Switzerland.
* @author Meplato API Team <[email protected]>
* @version 2.1.4
* @version 2.1.5
* @license Copyright (c) 2015-2018 Meplato GmbH, Switzerland. All rights reserved.
* @link https://developer.meplato.com/store2/#terms Terms of Service
* @link https://developer.meplato.com/store2/ External documentation
Expand All @@ -28,7 +28,7 @@ class Service
/** @@var string API title */
const TITLE = "Meplato Store API";
/** @@var string API version */
const VERSION = "2.1.4";
const VERSION = "2.1.5";
/** @@var string Base URL of the service, including the path */
const BASE_URL = "https://store.meplato.com/api/v2";
/** @@var string User Agent string that will be sent to the server */
Expand Down
4 changes: 2 additions & 2 deletions src/products/Service.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
*
* @copyright 2014-2018 Meplato GmbH, Switzerland.
* @author Meplato API Team <[email protected]>
* @version 2.1.4
* @version 2.1.5
* @license Copyright (c) 2015-2018 Meplato GmbH, Switzerland. All rights reserved.
* @link https://developer.meplato.com/store2/#terms Terms of Service
* @link https://developer.meplato.com/store2/ External documentation
Expand All @@ -28,7 +28,7 @@ class Service
/** @@var string API title */
const TITLE = "Meplato Store API";
/** @@var string API version */
const VERSION = "2.1.4";
const VERSION = "2.1.5";
/** @@var string Base URL of the service, including the path */
const BASE_URL = "https://store.meplato.com/api/v2";
/** @@var string User Agent string that will be sent to the server */
Expand Down

0 comments on commit b14b477

Please sign in to comment.