From 16b8c416e8a4047b52dca00794f161bfa68afb7a Mon Sep 17 00:00:00 2001 From: Walter Stanish Date: Tue, 14 Aug 2018 08:04:02 +0800 Subject: [PATCH] v2.6.9 --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 77792d1..3a27ca3 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.6.8" + "globalcitizen/php-iban": "2.6.9" } } ``` @@ -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.6.8 | 225 | 24 | 44 | 450k+* | Global* | *none* | +| __php-iban__ | LGPL | ✔ | ✔ | 2009 | 2.6.9 | 225 | 24 | 44 | 450k+* | 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 | @@ -328,6 +328,10 @@ Your Help Wanted News: August 2018 ----------------- +__[Version 2.6.9](https://github.com/globalcitizen/php-iban/releases/tag/v2.6.9)__ has been released. + * Added national checksum implementation for San Marino (`SM`) + * Thanks to @francescozanoni + __[Version 2.6.8](https://github.com/globalcitizen/php-iban/releases/tag/v2.6.8)__ has been released. * Added national checksum implementation for Italy (`IT`) * Thanks to @francescozanoni