Releases: QuickPay/quickpay-php-client
Releases · QuickPay/quickpay-php-client
2.0.0
Version 1.1
Support for additional headers in requests - fixes issue #56.
Version 1.0.1
- Fixes http_build_query() logic - gh-51
Version 1.0.0
- 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_rawchanged toasRaw,as_objectchanged toasObject,as_arraychanged toasArray,http_statuschanged tohttpStatusand finallyis_successchanged toisSuccess. - Also QuickPay\QuickPay does not
require_oncefor 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
composerfor the files to be included correctly or simplyrequire_onceyourself. - See the full list of changes
Version 0.1.0
First official release for the QuickPay PHP SDK for QuickPay API v10.