Releases: Vonage/vonage-php-sdk-core
4.7.0
This Release adds the Conversations API to the SDK.
Added
- Feature/conversations by @SecondeJK in #478
Full Changelog: 4.6.6...4.7.0
4.6.6
Patch release to add more functionality to Verify v2 (or Verify in Vonage docs, v1 is 'legacy')
Added
- Verify next_workflow endpoint enabled by @SecondeJK in #476
- Add from validation on request by @SecondeJK in #477
Full Changelog: 4.6.5...4.7.0
4.6.5
Removed
- Remove copyright noise that is covered by the Apache 2.0 licence. by @SecondeJK in #473
Changed
- Verify V2 is now GA in Readme.
Full Changelog: v4.6.4...4.6.5
v4.6.4
What's Changed
- Removed wrong use which causes a returning wrong client. by @shuvalovas in #472
New Contributors
- @shuvalovas made their first contribution in #472
Full Changelog: 4.6.3...v4.6.4
4.6.3
Changed
- Make Event::getConversationUuid() return type nullable by @erickskrauch in #468
- Fix from is now mandatory for WA verify2 (WABA) by @SecondeJK in #469
Full Changelog: 4.6.2...4.6.3
4.6.2
This release improves the Number Insight v1 Client by adding tests and not throwing errors on specific responses that are charged on the Vonage API.
Added
- Fix insight to return data when it is chargeable by @SecondeJK in #466
Full Changelog: 4.6.1...4.6.2
4.6.1
This release adds new keys to Verify V2 SMS, and adds new features to the Messages Client.
Added
- Add Entity ID and Content ID to Verify V2 by @SecondeJK in #464
- New Messages API Features by @SecondeJK in #465
Full Changelog: 4.6.0...4.6.1
4.6.0
This release drops support for the EOL PHP8.0. It is not considered a backwards-breaking change as it is not an API change.
Dependencies for Vonage JWT are bumped up as a result (older versions of lobucci/jwt also have identified security warnings)
What's Changed
- From can now be added for sender_id on Verify2 SMS by @SecondeJK in #461
- Support PHP 8.3 by @deleugpn in #455
- Bump off PHP 8.0, add support for next vonage jwt lib by @SecondeJK in #462
New Contributors
Full Changelog: 4.5.0...4.6.0
4.5.0
This minor release adds the capability for the SDK to load the Video Client providing you have installed vonage/video from packagist.
What's Changed
- Autoload video module if it is installed by @dragonmantank in #458
Full Changelog: 4.4.3...4.5.0
4.4.3
This patch fixes an issue with Verify (legacy) default sender ID, plus adds in the ability to add the redirect_url
to Silent Authentication requests.
What's Changed
- Remove superfluous code, push change to default sender ID by @SecondeJK in #453
- Add ability to add optional redirect url by @SecondeJK in #454
Full Changelog: 4.4.2...4.4.3