Skip to content

Commit

Permalink
Version Update
Browse files Browse the repository at this point in the history
  • Loading branch information
repat committed Sep 10, 2019
1 parent 7d7b1fd commit 4feedfd
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -81,6 +81,7 @@ $client->singleCall("GET", $guzzleParameterArray);
* see [LICENSE](https://github.com/repat/plentymarkets-rest-client/blob/master/LICENSE) file

## Changelog
* 0.1.7 Fix constructor according to README (thx [daniel-mannheimer](https://github.com/repat/plentymarkets-rest-client/pull/11))
* 0.1.6 Support for HTTP `PATCH` (thx [hepisec](https://github.com/repat/plentymarkets-rest-client/pull/10))
* 0.1.5 Remove check for `www.` as it breaks subdomains (thx [daniel-mannheimer](https://github.com/repat/plentymarkets-rest-client/pull/9))
* 0.1.4 Automatic rate limiting (thx [hepisec](https://github.com/repat/plentymarkets-rest-client/pull/8))
Expand Down
14 changes: 12 additions & 2 deletions composer.json
Expand Up @@ -5,11 +5,21 @@
"keywords": ["plentymarkets", "pm", "rest", "api", "client", "sdk"],
"homepage": "https://github.com/repat/plentymarkets-rest-client",
"license": "MIT",
"version" : "0.1.6",
"version" : "0.1.7",
"authors": [
{
"name": "repat",
"email": "repat@repat.de"
"email": "repat@repat.de",
"role": "Developer"
},
{
"name": "hepisec",
"role": "Contributor"
},
{
"name": "daniel-mannheimer",
"email": "dm@actionmix.net",
"role": "Contributor"
}
],
"require": {
Expand Down

0 comments on commit 4feedfd

Please sign in to comment.