Skip to content

Commit 4810423

Browse files
author
Walter Stanish
committed
Update documentation for 2.5.6 release
1 parent 5111811 commit 4810423

File tree

1 file changed

+16
-2
lines changed

1 file changed

+16
-2
lines changed

README.md

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ Then just add the following to your `composer.json` file:
141141
// composer.json
142142
{
143143
"require": {
144-
"globalcitizen/php-iban": "2.5.5"
144+
"globalcitizen/php-iban": "2.5.6"
145145
}
146146
}
147147
```
@@ -237,7 +237,7 @@ The following table compares __php-iban__ to other PHP projects offering IBAN-re
237237

238238
| Project | Lic. | Proc | OO | Began | Latest | Star | Watch | Fork | Installs | Home culture | Deps |
239239
| ---------------------------------------------------------- | ---- | ---- | --- | ------ | ------ | ---- | ----- | ---- | -------- | ------------ | ------- |
240-
| __php-iban__ | LGPL ||| 2009 | 2.5.5 | 78 | 13 | 14 | 17k+* | Global* | *none* |
240+
| __php-iban__ | LGPL ||| 2009 | 2.5.6 | 78 | 13 | 14 | 17k+* | Global* | *none* |
241241
| [Iban](https://github.com/jschaedl/Iban) | MIT ||| 2013 | 1.1.6 | 38 | 10 | 14 | 52k | German | lots |
242242
| [IsoCodes](https://github.com/ronanguilloux/IsoCodes) | GPL3 ||| 2012 | 2.0.0 | 241 | 14 | 28 | 36k | French | lots |
243243
| [SepaUtil's](https://github.com/AbcAeffchen/SepaUtilities) | GPL3 ||| 2014 | 1.1.2 | 4 | 3 | 3 | 1.4k | German | phpunit |
@@ -291,6 +291,20 @@ Your Help Wanted
291291
* If you are willing to spend some time searching, we could do with some more test IBANs for most countries, especially smaller ones...
292292

293293

294+
News: May 2016
295+
--------------
296+
297+
__[Version 2.5.6](https://github.com/globalcitizen/php-iban/releases/tag/v2.5.6)__ has been released.
298+
* Update to conform with latest edition (May 2016, version 66) registry release
299+
* Many of the corrections we had apparently already resolved on initial data import
300+
* Moldova (MD): Split 20!c to 2!c18!c
301+
* Seychelles (SC): Fix IBAN format (SWIFT markup)
302+
* Tunisia (TN): Remove hardcoded 59 as IBAN checksum (following SWIFT; though inefficient)
303+
* Minor documentation updates
304+
* Update stats/figures for php-iban installs/stars/etc.
305+
* Add new 'powered by'
306+
307+
294308
News: April 2016
295309
----------------
296310

0 commit comments

Comments
 (0)