Skip to content

Commit d8d2b7c

Browse files
committed
4.2.3
1 parent b4f2d87 commit d8d2b7c

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ Then just add the following to your `composer.json` file:
155155
// composer.json
156156
{
157157
"require": {
158-
"globalcitizen/php-iban": "4.2.2"
158+
"globalcitizen/php-iban": "4.2.3"
159159
}
160160
}
161161
```
@@ -251,7 +251,7 @@ The following table compares __php-iban__ to other PHP projects offering IBAN-re
251251

252252
| Project | Lic. | Proc | OO | Began | Latest | Star | Watch | Fork | Installs | Home culture | Deps |
253253
| ---------------------------------------------------------- | ---- | ---- | --- | ------ | ------ | ---- | ----- | ---- | -------- | ------------ | ------- |
254-
| __php-iban__ | LGPL ||| 2009 | 4.2.2 | 426 | 29 | 104 | ~7M+* | Global* | *none* |
254+
| __php-iban__ | LGPL ||| 2009 | 4.2.3 | 426 | 29 | 104 | ~7M+* | Global* | *none* |
255255
| [Iban](https://github.com/jschaedl/Iban) | MIT ||| 2013 | 1.3.0 | 50 | 9 | 19 | 178.39k | German | lots |
256256
| [IsoCodes](https://github.com/ronanguilloux/IsoCodes) | GPL3 ||| 2012 | 2.1.1 | 466 | 22 | 54 | 145k | French | lots |
257257
| [SepaUtil's](https://github.com/AbcAeffchen/SepaUtilities) | GPL3 ||| 2014 | 1.2.3 | 8 | 4 | 3 | 25k | German | phpunit |
@@ -321,6 +321,8 @@ Your Help Wanted
321321

322322
News: March 2024
323323
----------------
324+
__[Version 4.2.3](https://github.com/globalcitizen/php-iban/releases/tag/v4.2.3)__ has been released.
325+
* [Fix stupid deprecation warning](https://github.com/globalcitizen/php-iban/pull/128) - thanks to [@odolbeau](https://github.com/odolbeau)
324326
__[Version 4.2.2](https://github.com/globalcitizen/php-iban/releases/tag/v4.2.2)__ has been released.
325327
* [Fix registry bug causing misreporting of Denmark's EU membership](https://github.com/globalcitizen/php-iban/pull/127) - thanks to [@llange](https://github.com/llange)
326328
* [Avoid using shell in test script](https://github.com/globalcitizen/php-iban/pull/126) - thanks to [@hannob](https://github.com/hannob)

0 commit comments

Comments
 (0)