Skip to content

Commit a0b22cc

Browse files
author
Walter Stanish
committed
v3.0.0
1 parent d4ff78d commit a0b22cc

1 file changed

Lines changed: 7 additions & 2 deletions

File tree

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ Then just add the following to your `composer.json` file:
160160
// composer.json
161161
{
162162
"require": {
163-
"globalcitizen/php-iban": "2.8.2"
163+
"globalcitizen/php-iban": "3.0.0"
164164
}
165165
}
166166
```
@@ -256,7 +256,7 @@ The following table compares __php-iban__ to other PHP projects offering IBAN-re
256256

257257
| Project | Lic. | Proc | OO | Began | Latest | Star | Watch | Fork | Installs | Home culture | Deps |
258258
| ---------------------------------------------------------- | ---- | ---- | --- | ------ | ------ | ---- | ----- | ---- | -------- | ------------ | ------- |
259-
| __php-iban__ | LGPL ||| 2009 | 2.8.2 | 333 | 26 | 77 | 1M+* | Global* | *none* |
259+
| __php-iban__ | LGPL ||| 2009 | 3.0.0 | 334 | 26 | 77 | 1M+* | Global* | *none* |
260260
| [Iban](https://github.com/jschaedl/Iban) | MIT ||| 2013 | 1.3.0 | 50 | 9 | 19 | 178.39k | German | lots |
261261
| [IsoCodes](https://github.com/ronanguilloux/IsoCodes) | GPL3 ||| 2012 | 2.1.1 | 466 | 22 | 54 | 145k | French | lots |
262262
| [SepaUtil's](https://github.com/AbcAeffchen/SepaUtilities) | GPL3 ||| 2014 | 1.2.3 | 8 | 4 | 3 | 25k | German | phpunit |
@@ -327,6 +327,11 @@ Your Help Wanted
327327
News: July 2020
328328
---------------
329329

330+
__[Version 3.0.0](https://github.com/globalcitizen/php-iban/releases/tag/v3.0.0)__ has been released.
331+
* Same as previous but bump version to fix issues with the addition of namespaces. (See [#104](https://github.com/globalcitizen/php-iban/issues/104))
332+
* Versions 2.8.x are being removed from the releases.
333+
* Hopefully this should fix things for users upgrading from earlier versions via composer.
334+
330335
__[Version 2.8.2](https://github.com/globalcitizen/php-iban/releases/tag/v2.8.1)__ has been released.
331336
* Same as previous but officially drop php-5.2 support due to lack of namespacing.
332337

0 commit comments

Comments
 (0)