Releases: globalcitizen/php-iban
Releases · globalcitizen/php-iban
php-iban-2.1.9
- Example field updates attempting to include what is possible from SWIFT IBAN registry PDF version #63. There persist significant issues with this release process.
php-iban-2.1.8
National BBAN checksum offset data for Belgium added.
php-iban-2.1.7
- National BBAN checksum offset data added to registry. This can be queried via the new functions
iban_get_nationalchecksum_part()
,iban_country_get_nationalchecksum_start_offset()
andiban_country_get_nationalchecksum_stop_offset()
and their OO-wrapper equivalents$myIban->NationalChecksum()
,$myCountry->NationalChecksumStartOffset()
and$mycountry->NationalChecksumStopOffset()
. Test and documentation updated. If you know anything about national checksum algorithms, please lend a hand at issue #39.
php-iban-2.1.6
- OO wrapper and documentation updated for new strict
machine_format_only
validation.
php-iban-2.1.5
- Additional strict
machine_format_only
mode forverify_iban()
to close issue #22
php-iban-2.1.4
Simplified a function using a php4+ builtin.
php-iban-2.1.3
- Behavior of
iban_to_human_format()
has been fixed when passed input already containing spaces. - OO-based tests are now executed following successful procedural tests.
- An additional test library for testing edge-case behavior in general functions is now executed following the main tests.
php-iban-2.1.2
All known unofficial IBAN country codes are now integrated. As well as minor documentation updates and a shortening of the reported name of Kosovo, this version adds:
- Ivory Coast (CI)
- Madagascar (MG)
- Mali (ML)
- Mozambique (MZ)
- Senegal (SN)
- Ukraine (UA)
php-iban-2.1.1
Added unofficial codes for Burkina Faso (BF), Burundi (BI), Cameroon (CM), Cape Verde (CV), and Iran (IR).
php-iban-2.1.0
Support for explicit unofficial country records. New functions for this purpose. Addition of Algeria (DZ), Angola (AO) and Benin (BJ).