Skip to content

Commit 9d41560

Browse files
committed
v4.2.0
1 parent 043892d commit 9d41560

1 file changed

Lines changed: 9 additions & 3 deletions

File tree

README.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ Then just add the following to your `composer.json` file:
156156
// composer.json
157157
{
158158
"require": {
159-
"globalcitizen/php-iban": "4.1.0"
159+
"globalcitizen/php-iban": "4.2.0"
160160
}
161161
}
162162
```
@@ -252,7 +252,7 @@ The following table compares __php-iban__ to other PHP projects offering IBAN-re
252252

253253
| Project | Lic. | Proc | OO | Began | Latest | Star | Watch | Fork | Installs | Home culture | Deps |
254254
| ---------------------------------------------------------- | ---- | ---- | --- | ------ | ------ | ---- | ----- | ---- | -------- | ------------ | ------- |
255-
| __php-iban__ | LGPL ||| 2009 | 4.1.1 | 414 | 28 | 98 | ~3.5M* | Global* | *none* |
255+
| __php-iban__ | LGPL ||| 2009 | 4.2.0 | 425 | 29 | 104 | ~5.5M+* | Global* | *none* |
256256
| [Iban](https://github.com/jschaedl/Iban) | MIT ||| 2013 | 1.3.0 | 50 | 9 | 19 | 178.39k | German | lots |
257257
| [IsoCodes](https://github.com/ronanguilloux/IsoCodes) | GPL3 ||| 2012 | 2.1.1 | 466 | 22 | 54 | 145k | French | lots |
258258
| [SepaUtil's](https://github.com/AbcAeffchen/SepaUtilities) | GPL3 ||| 2014 | 1.2.3 | 8 | 4 | 3 | 25k | German | phpunit |
@@ -279,7 +279,7 @@ Notes:
279279
* [statement](https://github.com/hiwye/statement)
280280
* [WooCommerce Germanized](http://hookr.io/plugins/woocommerce-germanized/)
281281
* [WooCommerce SEPA Payment Gateway](https://codecanyon.net/item/woocommerce-sepa-payment-gateway/7963419)
282-
* php-iban's author is an Australian born, Australia/New Zealand/German citizen based in mainland China, who has formerly also worked and banked in the US, UK, and many Asian countries.
282+
* php-iban's author is an Australian born, Australia/New Zealand/German citizen based in the US, who has formerly also worked and banked in the US, UK, and many Asian countries.
283283
* The IsoCodes and SepaUtil's projects cover standards other than IBAN so their popularity should be considered in this light. (In essence, there is really only one directly competing library, Iban)
284284

285285
Now let's take a look at features.
@@ -320,6 +320,12 @@ Your Help Wanted
320320

321321
* If you are willing to spend some time searching, we could do with some more test IBANs for most countries, especially smaller ones...
322322

323+
News: January 2023
324+
------------------
325+
326+
__[Version 4.2.0](https://github.com/globalcitizen/php-iban/releases/tag/v4.2.0)__ has been released.
327+
* Resolve [forward-compatibility with php 8.2](https://github.com/globalcitizen/php-iban/issues/120)
328+
323329
News: August 2022
324330
-----------------
325331

0 commit comments

Comments
 (0)