Skip to content

Commit

Permalink
Updated client verion - PHP8, cetegories tree endpoint, remove articl…
Browse files Browse the repository at this point in the history
…e parameter
  • Loading branch information
michalsalon-mall committed May 10, 2021
1 parent eee1d83 commit b78ff02
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Marketplace API client - change log

## 3.13.0
- added support for `energy_label` and `information_list` fields of media

## 3.12.3
- added support for `energy_label` and `information_list` fields of media

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name" : "mallgroup/mpapi-client",
"description" : "Mall marketplace API client",
"version" : "3.12.4",
"version" : "3.13.0",
"require" : {
"php" : "^5.5 || ^7.0 || ^8.0",
"guzzlehttp/guzzle" : ">=6.2.3",
Expand Down
2 changes: 1 addition & 1 deletion src/Services/Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ class Client
*
* @var string
*/
const APPLICATION_NAME = 'mpapic-v3.12.2';
const APPLICATION_NAME = 'mpapic-v3.13.0';

/**
*
Expand Down

0 comments on commit b78ff02

Please sign in to comment.