Releases: Vonage/vonage-php-sdk-core
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
4.10.0
Fixed
- Add nullsafe checks for API response by @SecondeJK in #505
Added
- Feature/typehint hardening by @SecondeJK in #506
Full Changelog: 4.9.0...4.10.0
4.9.0
This minor release contains the functionality for Custom Templates to be used in Verify.
You can find more information about this functionality in the code snippets section here:
https://developer.vonage.com/en/verify/code-snippets/create-template-v2?source=verify
Added
- added test for advanced machine detection by @SecondeJK in #501
- Feature/verify custom templates by @SecondeJK in #502
Fixed
- correct the nullcheck on whatsapp context. by @SecondeJK in #500
Full Changelog: 4.8.8...4.9.0
4.8.8
This fix release is mainly to add the default option in advanced machine detection in the Voice API Client.
Fixed
- small bits from reviewing numbers API by @SecondeJK in #498
- Add default option for Advanced Machine Detection by @SecondeJK in #499
Full Changelog: 4.8.7...4.8.8