Releases: bluem-development/bluem-php
Releases · bluem-development/bluem-php
minor hotfix for type definition bug
2.1.2 Fixed bug in typedefinitions
Updated composer to better support php7+
2.1.1 Updated Composer to support php7~
Major improvement in code style
Major improvement in code style.
- Added
$bluem->getConfig($key)
method to retrieve a configuration value. - Added
$bluem->setConfig($key, $value)
method to set a configuration value. - Added several validation steps
- Added more unit testing coverage
- Separated more responsibilities for cleaner code
Fix: Preventing unsupported ISO-8859-1 encoding
2.0.13 forcing utf8 encoding on xml of request
IP API implementation
2.0.12 Added endpoint for IPAPI utilization and made note in readme
Fixing timezone in request execution
set timezone to UTC to let the transaction xttrs timestamp work;
Improved IBAN Name check sanitisation
Sanitisation for IBAN Name check input to prevent errors in XML validation
Removed verbose code
Removed some unnecessary code var_dumps that were causing issues.
Improved description sanitization, merchantId no longer required.
Description is stripped for illegal characters and length; instantiating a merchantID is no longer required (only necessary for mandates)
Fixing carbon compatibility bug
This fixes a bug when using this library in projects where nesbot/Carbon:1.X is present.