Skip to content

Latest commit

 

History

History
162 lines (101 loc) · 2.76 KB

CHANGELOG.md

File metadata and controls

162 lines (101 loc) · 2.76 KB

Change Log

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

Added

Changed

Deprecated

Removed

Fixed

Security

[0.3.6] - 2023-11-28

Added

  • PHP 8.1 compatibility.

Changed

Deprecated

Removed

Fixed

[0.3.5] - 2023-10-11

Added

Changed

  • API version at checkout header.

Deprecated

Removed

Fixed

[0.3.4] - 2021-06-22

Added

  • English API documentation links.

Changed

Deprecated

Removed

Fixed

[0.3.3] - 2021-06-22

Added

Changed

  • URL redirects.

Deprecated

Removed

Fixed

  • Documentation links.

[0.3.2] - 2020-10-16

Added

Changed

  • [Examples] Checkout creation real examples changed for non-real ones

Deprecated

Removed

Fixed

[0.3.1] - 2019-10-01

Added

Changed

Deprecated

Removed

Fixed

  • [Api] Request now allow to provide "objects" as payload

0.3.0 - 2019-08-29

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

0.2.2 - 2017-11-22

Added

Changed

Deprecated

Removed

Fixed

  • [Serializer] Fix serialization of empty objects.

0.2.1 - 2016-11-23

Added

Changed

Deprecated

Removed

Fixed

  • [Api] path is appended twice to API base URI.

Security

0.2.0 - 2016-11-23

Added

  • [Api] Add getHttpStatusCode to ApiClientException and ApiServerException. 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 and ApiServerException constructor signature.

Deprecated

Removed

  • [BusinessModel] This component has been replaced by [Serializer]

Fixed

Security

0.1.0 - 2016-07-07

Added

  • API Client
  • Business models