Skip to content

Releases: globalcitizen/php-iban

php-iban-2.6.6

19 Jun 23:07
Compare
Choose a tag to compare
  • Fixed generation of voluminous errors in environments without ini_set enabled
  • Thanks to @agil-NUBBA

php-iban-2.6.5

13 Mar 09:47
Compare
Choose a tag to compare
  • Fixed spurious warning when gmp extension was enabled
  • Thanks to @marcovo

php-iban-2.6.4

12 Mar 23:20
Compare
Choose a tag to compare
  • Remove spurious dependency on bcmath extension
  • Minor documentation updates

php-iban-2.6.3

12 Mar 22:24
Compare
Choose a tag to compare
  • Upgrade travis environment as old one broken
  • Fix test execution under new Travis environment
  • Re-addition of HHVM test environments
  • Addition of PHP-5.2 test environment
  • A few new test IBANs

php-iban-2.6.2

07 Mar 07:51
Compare
Choose a tag to compare

php-iban-2.6.1

10 Aug 17:28
Compare
Choose a tag to compare
  • Fixed missing registry data.
  • Thanks to @monojp

php-iban-2.6.0

04 Aug 08:19
Compare
Choose a tag to compare

Version 2.6.0 has been released.

  • World = conquered.
    • We now have well over 100 supported countries.
    • According to packagist, we are now the most popular IBAN-related project for PHP ... and quite possibly the internet!
  • Addition of official countries
    • Belarus (BY)
    • El Salvador (SV)
    • Iraq (IQ)
  • Addition of unofficial countries
    • Central African Republic (CF)
    • Chad (TD)
    • Comoros (KM)
    • Congo (CG)
    • Djibouti (DJ)
    • Egypt (EG)
    • Equitorial Guinea (GQ)
    • Gabon (GA)
    • Guinea-Bissau (GW)
    • Honduras (HN)
    • Morocco (MA)
    • Nicaragua (NI)
    • Niger (NE)
    • Togo (TG)
  • Additional example Iran (IR) IBANs.
  • As HHVM is no longer supported by Travis we have dropped it from our automated testing, although php-iban should continue to work fine on HHVM.
  • Minor documentation updates

php-iban-2.5.9

02 Oct 16:01
Compare
Choose a tag to compare
  • Bring us up to date with IBAN registry release #69 from #66
    • Release #67: fixes broken Costa Rica format and disables Croatia SEPA status
    • Release #69: adds Sao Tome and Principe bank + branch offsets

php-iban-2.5.8

17 Aug 04:54
Compare
Choose a tag to compare
  • Fix issue #52 (thanks to @simeucci for reporting), apologies for the delay!
  • Minor documentation updates

php-iban-2.5.7

10 Jun 20:26
Compare
Choose a tag to compare
  • Minor changes missed in latest edition (May 2016, version 66) registry release
    • New Seychelles (SC) example IBAN
    • Unfix Mauritania (MR) checksum digits (no functional change)
  • Minor documentation updates