- 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
- 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.