diff --git a/README.md b/README.md index bef5de5..88e8ec2 100644 --- a/README.md +++ b/README.md @@ -160,7 +160,7 @@ Then just add the following to your `composer.json` file: // composer.json { "require": { - "globalcitizen/php-iban": "2.7.1" + "globalcitizen/php-iban": "2.7.2" } } ``` @@ -256,7 +256,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.7.1 | 289 | 26 | 57 | 1M+* | Global* | *none* | +| __php-iban__ | LGPL | ✔ | ✔ | 2009 | 2.7.2 | 292 | 26 | 59 | 1M+* | Global* | *none* | | [Iban](https://github.com/jschaedl/Iban) | MIT | ✘ | ✔ | 2013 | 1.3.0 | 50 | 9 | 19 | 178.39k | German | lots | | [IsoCodes](https://github.com/ronanguilloux/IsoCodes) | GPL3 | ✘ | ✔ | 2012 | 2.1.1 | 466 | 22 | 54 | 145k | French | lots | | [SepaUtil's](https://github.com/AbcAeffchen/SepaUtilities) | GPL3 | ✘ | ✔ | 2014 | 1.2.3 | 8 | 4 | 3 | 25k | German | phpunit | @@ -325,6 +325,12 @@ Your Help Wanted * If you are willing to spend some time searching, we could do with some more test IBANs for most countries, especially smaller ones... +News: November 2019 +------------------ +__[Version 2.7.2](https://github.com/globalcitizen/php-iban/releases/tag/v2.7.2)__ has been released. + * Fix composer file to add license. + * Thanks to @SunMar + News: October 2019 ------------------ __[Version 2.7.1](https://github.com/globalcitizen/php-iban/releases/tag/v2.7.1)__ has been released.