Skip to content

Releases: mallgroup/mpapi-client-php

New beta version of the client

29 Jun 10:28

Choose a tag to compare

Pre-release
v4.0.0-beta

New v4-beta version of MP API client

Added PHP 8 support, categories/tree endpoint and removeParameter function

10 May 08:21

Choose a tag to compare

Added categories/tree endpoint - #17
Update requirement psr/log to ^1.0.2 and added PHP ^8.0 - #17
Add function removeParameter - #11

Fix incorrect return type for Order::getPaymentType

14 Dec 16:21

Choose a tag to compare

Added support for Ulozenka status history in order detail

08 Jun 11:09

Choose a tag to compare

Added support for Ulozenka status history in order detail

Updated Orders entity

01 Apr 08:02

Choose a tag to compare

  • added missing fields and new branches entity, with info about secondary branch

Added support for new First delivery attempt field

09 Oct 09:56

Choose a tag to compare

Merge branch 'MAR-6031-first-delivery-attempt' into 'master'

[MAR-6031] Added support for new First delivery attempt field

See merge request marketplace-team/marketplace-api-client!50

Reverted the changes from 3.11.1 - 3.11.4

23 Sep 11:55

Choose a tag to compare

They weren't adding enough functionality to warrant the code necessary.
If you need full response in your app, you can catch the ResponseException and get the response using $exception->getResponse()->getBody()->getContents()

Fixes an issue in v3.11.3

23 Sep 08:25

Choose a tag to compare

Merge branch 'MAR-6868-error-logging' into 'master'

[MAR-6868] Resolve MAR-6868 "Error logging"

Closes MAR-6868

See merge request marketplace-team/marketplace-api-client!48

Fixes issue in v3.11.1

23 Sep 07:47

Choose a tag to compare

Merge branch 'MAR-6868-error-logging' into 'master'

[MAR-6868] Updated version to fix an issue with tag on github without force pushing

Closes MAR-6868

See merge request marketplace-team/marketplace-api-client!47

Fixed issue in v3.11.1

23 Sep 07:42

Choose a tag to compare

Merge branch 'MAR-6868-error-logging' into 'master'

[MAR-6868] Fix: throw same exception type as we received...

Closes MAR-6868

See merge request marketplace-team/marketplace-api-client!45