Releases: Vonage/vonage-php-sdk-core
4.11.1
This release is a hotfix to revert Verify (Legacy) back to the Token Body Handler.
Fixed
- Move verify legacy back to token body handler by @SecondeJK in #532
Full Changelog: 4.11.0...4.11.1
4.11.0
This release adds official support for PHP8.4 in composer, and switches the Accounts API auth mechanism to Basic Auth in the header.
Added
- Move accounts API to basic auth by @SecondeJK in #531
- allow php 8.4 by @ankurk91 in #530
Full Changelog: 4.10.8...4.10.9
4.10.8
This release changes the auth method for Verify and Number Insight to be Basic in the header for security purposes.
Changed
- Move NI and Verify to Basic by @SecondeJK in #529
Full Changelog: 4.10.7...4.10.8
4.10.7
This release introduces PHP8.4 support by fixing any nullable type checks and adds 8.4 into the CI runner.
Changed
- PHP8.4 by @SecondeJK in #528
Full Changelog: 4.10.6...4.10.7
4.10.6
This periodic release adds new functionality around DTMF events in NCCOs for the Voice client, plus the ability to delete a member in the conversations Client.
Added
- added method to delete member in conversations client by @SecondeJK in #526
- Voice Additions, DTMF + NCCO by @SecondeJK in #527
Full Changelog: 4.10.5...4.10.6
4.10.5
Periodic patch release to add some missing features in Numbers and Messages, and remove Captions from WhatsApp Voice messages.
Fixed
- Fixed captions on whatsapp audio by @SecondeJK in #522
Added
- Added constant to extract voiceStatusCallbackUrl by @SecondeJK in #523
- Add Method to mark WhatsApp Message by @SecondeJK in #524
Full Changelog: 4.10.4...4.10.5
4.10.4
This release fixes a bug with the validation of Messenger objects, and addresses an old issue on setting the fallback URL on an application.
Added
- Added ability to add a fallback URL on application by @SecondeJK in #519
Fixed
- Added validation logic for e164 by @SecondeJK in #521
Full Changelog: 4.10.3...4.10.4
4.10.3
This release adds support for webhooks in the messages API and includes a bug fix for OwnedNumbers.
Added
- Added webhooks and tests for messages api by @SecondeJK in #517
Fixed
- Fix docs and add nullcheck for ownedNumbers by @SecondeJK in #518
Full Changelog: 4.10.2...4.10.3
4.10.2
This release fixes setting context on WhatsApp objects in the Messages Client, and contains a lot of linting fixes with phpcs.
Fixed
- Update WhatsAppTemplate.php by @Pier-d in #508
- Update WhatsAppVideo.php by @Pier-d in #509
- Update WhatsAppFile.php by @Pier-d in #511
- Update WhatsAppImage.php by @Pier-d in #512
- Update WhatsAppSticker.php by @Pier-d in #510
- Update WhatsAppCustom.php by @Pier-d in #513
- Update WhatsAppAudio.php by @Pier-d in #514
- Linting Scrub by @SecondeJK in #516
New Contributors
Full Changelog: 4.10.1...4.10.2
4.10.1
This release adds some nice-to-have validation to the Messages Client: You now cannot send a Message to the API in the SDK If it fails E.164 validation.
Changed
- Messages API to number validation by @SecondeJK in #507
Full Changelog: 4.10.0...4.10.1