@@ -141,7 +141,7 @@ Then just add the following to your `composer.json` file:
141
141
// composer.json
142
142
{
143
143
" require" : {
144
- " globalcitizen/php-iban" : " 2.5.5 "
144
+ " globalcitizen/php-iban" : " 2.5.6 "
145
145
}
146
146
}
147
147
```
@@ -237,7 +237,7 @@ The following table compares __php-iban__ to other PHP projects offering IBAN-re
237
237
238
238
| Project | Lic. | Proc | OO | Began | Latest | Star | Watch | Fork | Installs | Home culture | Deps |
239
239
| ---------------------------------------------------------- | ---- | ---- | --- | ------ | ------ | ---- | ----- | ---- | -------- | ------------ | ------- |
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* |
241
241
| [ Iban] ( https://github.com/jschaedl/Iban ) | MIT | ✘ | ✔ | 2013 | 1.1.6 | 38 | 10 | 14 | 52k | German | lots |
242
242
| [ IsoCodes] ( https://github.com/ronanguilloux/IsoCodes ) | GPL3 | ✘ | ✔ | 2012 | 2.0.0 | 241 | 14 | 28 | 36k | French | lots |
243
243
| [ 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
291
291
* If you are willing to spend some time searching, we could do with some more test IBANs for most countries, especially smaller ones...
292
292
293
293
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
+
294
308
News: April 2016
295
309
----------------
296
310
0 commit comments