Releases: mergado/mergado-api-client-php
Releases · mergado/mergado-api-client-php
2.0.1
Bumps guzzlehttp/guzzle from 7.4.2 to 7.4.3.
2.0.0
What's Changed
- Upgraded guzzlehttp and league/oauth2-client
- Some fixes to support new versions of packages
- BC break: PHP 7.1 no longer supported
- Supported PHP: 7.2, 7.4, 8.0 and 8.1
- Improved example script
- Removed stupid test
1.2.0
- OAuth URL can be setup by 'oAuthEndpoint' option in MergadoProvider constructor
- Same for API URL in UrlBuilder
- Removed mode parameter, not in use anymore
- Removed unused tests
- Added new tests
- Added proper exapmle
- Code refactoring and styling
Added check for empty fields
1.1.6 Added check for empty fields in ApiClient@fields
Patch method
Implemented patch method
Added dockblocks
Changed version in composer.json to `1.1.4`
Small fixes, removed Unauthorized Exception
- Small fixes in code formatting
- Removed Unauthorized Exception - use default RequestException, ClientException etc from Guzzle client
- Fixed tests
Bug fix
Fixed use statement in HttpClient
New oauth authorization
Changed uaht refresh token grant
Changed oauth authorization code grant
Added Accesstoken.php, as out custom access token class, similar to phpleague, but with subtle differences in what information it contains