Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 1.46 KB

CHANGELOG.md

File metadata and controls

28 lines (19 loc) · 1.46 KB

CHANGELOG

2.0.0 - 2022-09-19

Changed

  • Breaking: Updated SDK to work with PHP8. Version 2 requires PHP8 as a minimum now.

1.1.0 - 2019-12-16

  • Support for additional headers in requests - fixes issue 56.

1.0.1 - 2017-09-14

1.0.0 - 2016-04-19

  • First stable release of QuickPay PHP Client for QuickPay api v10.
  • This release follows PSR2 standards and is not comptible with the previous version.
  • All methods are now in camelCase format (PSR1.Methods.CamelCapsMethodName.NotCamelCaps).
  • In QuickPay\API\Response as_raw changed to asRaw, as_object changed to asObject, as_array changed to asArray, http_status changed to httpStatus and finally is_success changed to isSuccess.
  • Also QuickPay\QuickPay does not require_once for needed files anymore, so the file does not have any side effects (PSR1.Files.SideEffects.FoundWithSymbols).
  • You should use an autoloader, e.g. by utilizing composer for the files to be included correctly or simply require_once yourself.
  • See the full list of changes

0.1.0 - 2016-04-14

  • First versioned release of QuickPay PHP Client for QuickPay api v10.
  • This release does not break backward compability with previous development versions of the client.