Skip to content

Releases: bluem-development/bluem-php

minor hotfix for type definition bug

07 Jan 12:30
Compare
Choose a tag to compare
2.1.2

Fixed bug in typedefinitions

Updated composer to better support php7+

04 Jan 13:57
Compare
Choose a tag to compare
2.1.1

Updated Composer to support php7~

Major improvement in code style

31 Dec 13:55
Compare
Choose a tag to compare

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

19 Oct 08:21
Compare
Choose a tag to compare
2.0.13

forcing utf8 encoding on xml of request

IP API implementation

19 Oct 08:12
Compare
Choose a tag to compare
2.0.12

Added endpoint for IPAPI utilization and made note in readme

Fixing timezone in request execution

08 Sep 15:07
Compare
Choose a tag to compare

set timezone to UTC to let the transaction xttrs timestamp work;

Improved IBAN Name check sanitisation

08 Sep 11:57
Compare
Choose a tag to compare

Sanitisation for IBAN Name check input to prevent errors in XML validation

Removed verbose code

08 Sep 11:39
Compare
Choose a tag to compare

Removed some unnecessary code var_dumps that were causing issues.

Improved description sanitization, merchantId no longer required.

05 Aug 12:40
Compare
Choose a tag to compare

Description is stripped for illegal characters and length; instantiating a merchantID is no longer required (only necessary for mandates)

Fixing carbon compatibility bug

07 Jul 13:16
Compare
Choose a tag to compare

This fixes a bug when using this library in projects where nesbot/Carbon:1.X is present.