Skip to content

Commit

Permalink
version 5.1.0 updates
Browse files Browse the repository at this point in the history
  • Loading branch information
khaled-alshamaa committed Jun 27, 2020
1 parent 97a25fb commit 4f13e54
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified ArPHP.phar
Binary file not shown.
2 changes: 1 addition & 1 deletion UPGRADE.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ This line of code replaced all the following varieties of new constructor calls
|$Arabic = new I18N_Arabic('Date');|
|$Arabic = new I18N_Arabic('Gender');|
|$Arabic = new I18N_Arabic('Glyphs');|
|$Arabic = new I18N_Arabic('Identifier');|
|$Arabic = new I18N_Arabic('KeySwap');|
|$Arabic = new I18N_Arabic('Mktime');|
|$Arabic = new I18N_Arabic('Numbers');|
Expand All @@ -30,7 +31,6 @@ This line of code replaced all the following varieties of new constructor calls
|$Arabic = new I18N_Arabic('Standard');|
|$Arabic = new I18N_Arabic('StrToTime');|
|$Arabic = new I18N_Arabic('Transliteration');|
|$Arabic = new I18N_Arabic('Identifier');|

> *Version 5.0 has no static methods anymore, so if you have any call of type `I18N_Arabic::methodName();` then you have to replace it by `$Arabic->methodName();` after creating an object instance like the way mentioned before.*
Expand Down

0 comments on commit 4f13e54

Please sign in to comment.