Releases: LasseRafn/php-initials
Releases · LasseRafn/php-initials
PHP 8
Option to remove special characters
3.0 Option to disable special characters
Option to NOT uppercase the name
You can now use $initials->keepCase()->generate()
to prevent uppercasing the name.
PHP 5.6 support
v2.16 Allow 5.6
Fixed a minor bug
v2.15 Update README.md
Url-friendly names
Can now generate initials that does not contain special-characters. For example:
Lasse Øster
will return LØ
.
However if we use the new method: getUrlfriendlyInitials()
, the output will be: LO
.
Initial release
v2.0 DocBlock
Pre-release!
Merge pull request #1 from LasseRafn/analysis-zYRMvA Apply fixes from StyleCI