Skip to content

4.0.10

Compare
Choose a tag to compare
@SecondeJK SecondeJK released this 06 Mar 11:00
· 152 commits to main since this release
24a1c6d

This PR has an important behaviour change for sending SMS:
You will now not longer receive a PHP warning if you try and send a GSM-7 charset as Unicode.
You -will- get a logged warning (if you have set a PSR-3 compatible logger when creating the client) if you try and send a unicode charset text that could be set to GSM-7.

We do not want to stop you sending a message - it's your choice what encoding you want to use, but we will warn you if not correct.

GSM-7 is still the default, since unicode creates longer SMS messages that cost more.

What's Changed

Full Changelog: 4.0.9...4.0.10