Releases: photogabble/php-confusable-homoglyphs
Releases · photogabble/php-confusable-homoglyphs
v2.0.0
What's Changed
- Replace Travis-CI with Github Actions by @carbontwelve in #11
- Add update command by @carbontwelve in #12
- Upgrade PHPUnit to v9, dropped support for PHP < 7.3 by @carbontwelve in #13
- Make compatible with PHP 8.4 by @ruudk in #14
- Update confusables data by @ruudk in #15
New Contributors
Full Changelog: 1.1.1...2.0.0
v1.1.1
- Updates json source files
v1.1.0
- Adds Class for generating json files from upstream source
v1.0.2
Changed
- #6 Use symfony/polyfill-mbstring instead of function from Stackoverflow. Contributed by Willem Stuursma-Ruwen.