Releases: Vonage/vonage-php-sdk-core
Releases · Vonage/vonage-php-sdk-core
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.
v2.9.2
v2.9.1
v2.9.0
v2.8.1
v2.8.0
Added
- #272 - Added support for PSR-3 compatible logging solutions and a new debug feature to log requests/responses
- #274 - Added support for the
detail
field on some new Voice API incoming events (https://developer.nexmo.com/voice/voice-api/webhook-reference#event-webhook) - #273 - Added new
content-id
andentity-id
fields to support regional SMS requirements, and a shortcut for enabling DLT on Indian-based SMS
v2.7.1
v2.7.0 - PHP 8 Support!
Added
- #269 - Added PHP 8 Support