Skip to content

Releases: globalcitizen/php-iban

php-iban-2.1.9

31 Jan 00:40
Compare
Choose a tag to compare

php-iban-2.1.8

30 Jan 23:43
Compare
Choose a tag to compare

National BBAN checksum offset data for Belgium added.

php-iban-2.1.7

29 Jan 23:40
Compare
Choose a tag to compare
  • 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() and iban_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

29 Jan 02:28
Compare
Choose a tag to compare
  • OO wrapper and documentation updated for new strict machine_format_only validation.

php-iban-2.1.5

28 Jan 08:59
Compare
Choose a tag to compare
  • Additional strict machine_format_only mode for verify_iban() to close issue #22

php-iban-2.1.4

28 Jan 07:17
Compare
Choose a tag to compare

Simplified a function using a php4+ builtin.

php-iban-2.1.3

26 Jan 14:02
Compare
Choose a tag to compare
  • 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

24 Jan 11:07
Compare
Choose a tag to compare

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

22 Jan 06:12
Compare
Choose a tag to compare

Added unofficial codes for Burkina Faso (BF), Burundi (BI), Cameroon (CM), Cape Verde (CV), and Iran (IR).

php-iban-2.1.0

22 Jan 03:16
Compare
Choose a tag to compare

Support for explicit unofficial country records. New functions for this purpose. Addition of Algeria (DZ), Angola (AO) and Benin (BJ).