You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This release is a housekeeping release that removes some old, dead imports relating to v3.0.0 removed API endpoints that were either not implemented or not supported.
PLEASE NOTE: This was accidentally a backwards-breaking change not in line with Semver. Please update to 3.0.4, especially if you are using the message() client.
This release represents a major milestone, with several thousand lines of code marked deprecated being removed. It also contains some minor dependency changes and a bugfix. As deprecated code is being removed, please take careful note where you might be affected by any of the signatures that are no longer present.
As always, I will be on hand for support where implementations need workarounds - the most common will probably be using the toArray() methods on entities for backward compatibility.
Fixed
#302 getCountryPrefix on an an Insights object is now returned as a string
Changed
Supported PHP versions are now 7.4, 8.0.X and 8.1.X
psr/container now supported for v2
#307 Removed array access for the majority of entities
#305 Further removals of old code including Call and User clients, plus tests for them that are marked deprecated
#295 Removed automatic unicode detection when sending SMS. Default SMS type is now set to unicode, developers now have the option to set to text if they wish by using the setType() method on the SMS or OutboundMessage class.
Changed
#296 Tweak to Readme to include how to fire the PHPUnit test runner.