Releases: Vonage/vonage-php-sdk-core
3.0.3
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.
3.0.2
2.10.1
3.0.1
3.0.0
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
2.10.0
This minor release fixes the depreciated messages coming from PHPUnit and Prophesize.
Fixed
- #300 This PR fixes the prophecy library to use the trait, by extending off the PHPUnit TestCase and using ProphecyTrait there.
Changed
- #300 Also included is a change to the maintainer details to accurately reflect the library's current status.
2.9.3
Fixed
- #295 Removed automatic unicode detection when sending SMS. Default SMS
type
is now set tounicode
, developers now have the option to set totext
if they wish by using thesetType()
method on the SMS or OutboundMessage class.
Changed
- #296 Tweak to Readme to include how to fire the PHPUnit test runner.