Skip to content

Releases: globalcitizen/php-iban

php-iban-3.0.0

17 Jul 20:52
Compare
Choose a tag to compare
  • 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

03 May 19:47
Compare
Choose a tag to compare
  • 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

03 May 18:50
Compare
Choose a tag to compare

Version 2.7.4 has been released.

  • New function iban_to_obfsucated_format() or ObfuscatedFormat() to obfuscate IBAN for specific output scenarios (such as relative identification)

php-iban-2.7.3

18 Nov 01:53
Compare
Choose a tag to compare
  • 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.

php-iban-2.7.2

13 Nov 04:38
Compare
Choose a tag to compare
  • Fix composer file to add license.

php-iban-2.7.1

11 Oct 22:28
Compare
Choose a tag to compare
  • Update erroneous bank ID stop offset for Costa Rica.
  • Minor syntax updates
  • Add quite a number of Costa Rica example IBANs for confidence in testing.

php-iban-2.7.0

02 Jul 16:50
Compare
Choose a tag to compare
  • Fixed erroneous Liechtenstein BBAN length.
  • Update National Bank of Greece name/website.

php-iban-2.6.9

14 Aug 00:05
Compare
Choose a tag to compare
  • Added national checksum implementation for San Marino (SM)
  • Thanks to @francescozanoni

php-iban-2.6.8

13 Aug 03:26
Compare
Choose a tag to compare
  • Added national checksum implementation for Italy (IT)
  • Thanks to @francescozanoni

php-iban-2.6.7

18 Jul 04:16
Compare
Choose a tag to compare
  • Added national checksum implementation for Slovakia (SK)
  • Thanks to @ostrolucky