From 84b3f455576151f62eefa056b28ea65165287613 Mon Sep 17 00:00:00 2001 From: Walter Stanish Date: Thu, 18 Feb 2016 20:53:17 +0800 Subject: [PATCH] Version bump --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 09a370d..a9824d8 100644 --- a/README.md +++ b/README.md @@ -140,7 +140,7 @@ Then just add the following to your `composer.json` file: // composer.json { "require": { - "globalcitizen/php-iban": "2.4.1" + "globalcitizen/php-iban": "2.4.2" } } ``` @@ -236,7 +236,7 @@ The following table compares __php-iban__ to other PHP projects offering IBAN-re | Project | Lic. | Proc | OO | Began | Latest | Star | Watch | Fork | Installs | Home culture | Deps | | ---------------------------------------------------------- | ---- | ---- | --- | ------ | ------ | ---- | ----- | ---- | -------- | ------------ | ------- | -| __php-iban__ | LGPL | ✔ | ✔ | 2009 | 2.4.1 | 27 | 11 | 13 | 10k+* | Global* | *none* | +| __php-iban__ | LGPL | ✔ | ✔ | 2009 | 2.4.2 | 27 | 11 | 13 | 10k+* | Global* | *none* | | [Iban](https://github.com/jschaedl/Iban) | MIT | ✘ | ✔ | 2013 | 1.1.6 | 38 | 10 | 14 | 52k | German | lots | | [IsoCodes](https://github.com/ronanguilloux/IsoCodes) | GPL3 | ✘ | ✔ | 2012 | 2.0.0 | 241 | 14 | 28 | 36k | French | lots | | [SepaUtil's](https://github.com/AbcAeffchen/SepaUtilities) | GPL3 | ✘ | ✔ | 2014 | 1.1.2 | 4 | 3 | 3 | 1.4k | German | phpunit | @@ -278,7 +278,7 @@ News: February 2016 Work continues on providing a major update to include string internationalization. __We are also seeking help from you, the user community, to uncover national BBAN format and checksum documentation from official sources__, or failing that simply a large enough list of known valid BBANs from a given country that we can determine the checksum algorithms by deduction. The goal is to support querying (done!), checking, setting (fixing) national BBAN checksums in those countries who support them. We may later attempt something similar at the bank level, if appropriate. To help with the detective work, see [issue #39](https://github.com/globalcitizen/php-iban/issues/39) and [issue #41](https://github.com/globalcitizen/php-iban/issues/41). -__[Version 2.4.1](https://github.com/globalcitizen/php-iban/releases/tag/v2.4.1)__ has been released. +__[Version 2.4.2](https://github.com/globalcitizen/php-iban/releases/tag/v2.4.2)__ has been released. * Albania (AL) national checksum support has been added. * Timor-Leste (TL) national checksum support has been added.