Skip to content

Release 3.1.1

Compare
Choose a tag to compare
@arondeparon arondeparon released this 08 Sep 12:32
· 16 commits to main since this release
27611be

This is a backwards compatible patch release.

This release replaces the strtolower, strtoupper and ucfirst functions with their Laravel equivalents using the Str:: helpers. This has the benefit of being unicode compatible (mb_ functions are used under the hood.)

Thanks @jaulz!