Releases: aplazame/php-sdk
Releases · aplazame/php-sdk
v0.3.6
v0.3.5
Added
Changed
- API version at checkout header.
Deprecated
Removed
Fixed
v0.3.4
Added
- English API documentation links.
Changed
Deprecated
Removed
Fixed
v0.3.3
Added
Changed
- URL redirects.
Deprecated
Removed
Fixed
- Documentation links.
v0.3.2
Added
Changed
- [Examples] Checkout creation real examples changed for non-real ones
Deprecated
Removed
Fixed
v0.3.1
Added
Changed
Deprecated
Removed
Fixed
- [Api] Request now allow to provide "objects" as payload
v0.3.0
Added
- Added examples (/examples) for the server to server checkout integration
Changed
- Use native PHP 5.5 JsonSerializable on Date and Decimal serializer
Deprecated
Removed
- Drop support for PHP version lower than 5.6
- Remove custom JsonSerializer in favor on builtin JsonSerializable interface
Fixed
v0.2.1
v0.2.0
Added
- [Api] Add
getHttpStatusCode
toApiClientException
andApiServerException
. This method returns the response HTTP status code. - [Serializer] New component focused only in assist the conversion of PHP types to JSON compatible types.
Changed
- [BusinessModel] This component has been replaced by [Serializer]
- [Api] Change in
ApiClientException
andApiServerException
constructor signature.
Deprecated
Removed
- [BusinessModel] This component has been replaced by [Serializer]
Fixed
Security
Initial release
v0.1.0 Initial setup