Skip to content

Commit

Permalink
Update for 4.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
globalcitizen committed Mar 24, 2024
1 parent f5e474e commit ef7dae8
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ Then just add the following to your `composer.json` file:
// composer.json
{
"require": {
"globalcitizen/php-iban": "4.2.1"
"globalcitizen/php-iban": "4.2.2"
}
}
```
Expand Down Expand Up @@ -251,7 +251,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 | 4.2.1 | 426 | 29 | 104 | ~5.5M+* | Global* | *none* |
| __php-iban__ | LGPL ||| 2009 | 4.2.2 | 426 | 29 | 104 | ~7M+* | 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 All @@ -278,7 +278,7 @@ Notes:
* [statement](https://github.com/hiwye/statement)
* [WooCommerce Germanized](http://hookr.io/plugins/woocommerce-germanized/)
* [WooCommerce SEPA Payment Gateway](https://codecanyon.net/item/woocommerce-sepa-payment-gateway/7963419)
* 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.
* php-iban's author is an Australian born, Australia/New Zealand/German citizen who has formerly also worked and banked in the US, UK, and many Asian countries.
* 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)

Now let's take a look at features.
Expand Down Expand Up @@ -319,6 +319,12 @@ Your Help Wanted

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

News: March 2024
----------------
__[Version 4.2.2](https://github.com/globalcitizen/php-iban/releases/tag/v4.2.2)__ has been released.
* [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)
* [Avoid using shell in test script](https://github.com/globalcitizen/php-iban/pull/126) - thanks to [@hannob](https://github.com/hannob)

News: August 2023
-----------------

Expand Down

0 comments on commit ef7dae8

Please sign in to comment.