Releases: globalcitizen/php-iban
Releases · globalcitizen/php-iban
php-iban-3.0.0
- Same as previous but bump version to fix issues with the addition of namespaces. (See #104)
- Versions 2.8.x are being removed from the releases.
- Hopefully this should fix things for users upgrading from earlier versions via composer.
php-iban-2.7.5
- Corrections from newer IBAN registry releases (should now be up to date)
- Updated Egypt example IBAN and registry entry (disabled French national checksum scheme)
- Corrections to Polish BBAN length (now fixed, previously spuriously specified as variable)
- Corrections to Seychelles BBAN and IBAN structure
php-iban-2.7.4
Version 2.7.4 has been released.
- New function
iban_to_obfsucated_format()
orObfuscatedFormat()
to obfuscate IBAN for specific output scenarios (such as relative identification)- Thanks to @jaysee for feature request #99
php-iban-2.7.3
- Load registry only when used. This creates slightly more overhead in real world use, but nominally substantially reduces load times in the edge case event that you include the library but only want to use a function that does not require the IBAN registry to be loaded.
- Thanks to @manitu-opensource
php-iban-2.7.2
- Fix composer file to add license.
- Thanks to @SunMar
php-iban-2.7.1
- Update erroneous bank ID stop offset for Costa Rica.
- Thanks to @thinkpozzitive
- Minor syntax updates
- Thanks to @bwurst
- Add quite a number of Costa Rica example IBANs for confidence in testing.
php-iban-2.7.0
- Fixed erroneous Liechtenstein BBAN length.
- Update National Bank of Greece name/website.
php-iban-2.6.9
- Added national checksum implementation for San Marino (
SM
) - Thanks to @francescozanoni
php-iban-2.6.8
- Added national checksum implementation for Italy (
IT
) - Thanks to @francescozanoni
php-iban-2.6.7
- Added national checksum implementation for Slovakia (
SK
) - Thanks to @ostrolucky