File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -156,7 +156,7 @@ Then just add the following to your `composer.json` file:
156
156
// composer.json
157
157
{
158
158
" require" : {
159
- " globalcitizen/php-iban" : " 4.2.0 "
159
+ " globalcitizen/php-iban" : " 4.2.1 "
160
160
}
161
161
}
162
162
```
@@ -252,7 +252,7 @@ The following table compares __php-iban__ to other PHP projects offering IBAN-re
252
252
253
253
| Project | Lic. | Proc | OO | Began | Latest | Star | Watch | Fork | Installs | Home culture | Deps |
254
254
| ---------------------------------------------------------- | ---- | ---- | --- | ------ | ------ | ---- | ----- | ---- | -------- | ------------ | ------- |
255
- | __ php-iban__ | LGPL | ✔ | ✔ | 2009 | 4.2.0 | 425 | 29 | 104 | ~ 5.5M+* | Global* | * none* |
255
+ | __ php-iban__ | LGPL | ✔ | ✔ | 2009 | 4.2.1 | 426 | 29 | 104 | ~ 5.5M+* | Global* | * none* |
256
256
| [ Iban] ( https://github.com/jschaedl/Iban ) | MIT | ✘ | ✔ | 2013 | 1.3.0 | 50 | 9 | 19 | 178.39k | German | lots |
257
257
| [ IsoCodes] ( https://github.com/ronanguilloux/IsoCodes ) | GPL3 | ✘ | ✔ | 2012 | 2.1.1 | 466 | 22 | 54 | 145k | French | lots |
258
258
| [ SepaUtil's] ( https://github.com/AbcAeffchen/SepaUtilities ) | GPL3 | ✘ | ✔ | 2014 | 1.2.3 | 8 | 4 | 3 | 25k | German | phpunit |
@@ -323,6 +323,9 @@ Your Help Wanted
323
323
News: January 2023
324
324
------------------
325
325
326
+ __ [ Version 4.2.1] ( https://github.com/globalcitizen/php-iban/releases/tag/v4.2.1 ) __ has been released.
327
+ * Further Czech example IBANS (thanks to [ @Triplkrypl ] ( https://github.com/Triplkrypl ) )
328
+
326
329
__ [ Version 4.2.0] ( https://github.com/globalcitizen/php-iban/releases/tag/v4.2.0 ) __ has been released.
327
330
* Resolve [ forward-compatibility with php 8.2] ( https://github.com/globalcitizen/php-iban/issues/120 )
328
331
You can’t perform that action at this time.
0 commit comments