Skip to content

Commit

Permalink
v3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Walter Stanish committed Jul 17, 2020
1 parent d4ff78d commit a0b22cc
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ Then just add the following to your `composer.json` file:
// composer.json
{
"require": {
"globalcitizen/php-iban": "2.8.2"
"globalcitizen/php-iban": "3.0.0"
}
}
```
Expand Down Expand Up @@ -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.8.2 | 333 | 26 | 77 | 1M+* | Global* | *none* |
| __php-iban__ | LGPL ||| 2009 | 3.0.0 | 334 | 26 | 77 | 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 |
Expand Down Expand Up @@ -327,6 +327,11 @@ Your Help Wanted
News: July 2020
---------------

__[Version 3.0.0](https://github.com/globalcitizen/php-iban/releases/tag/v3.0.0)__ has been released.
* Same as previous but bump version to fix issues with the addition of namespaces. (See [#104](https://github.com/globalcitizen/php-iban/issues/104))
* Versions 2.8.x are being removed from the releases.
* Hopefully this should fix things for users upgrading from earlier versions via composer.

__[Version 2.8.2](https://github.com/globalcitizen/php-iban/releases/tag/v2.8.1)__ has been released.
* Same as previous but officially drop php-5.2 support due to lack of namespacing.

Expand Down

0 comments on commit a0b22cc

Please sign in to comment.