Skip to content

Releases: Vonage/vonage-php-sdk-core

3.1.4

27 Sep 21:14
22ba2c9
Compare
Choose a tag to compare

What's Changed

You can now use the pay action as documented in the NCCO Pay Voice Documentation

Full Changelog: 3.1.3...3.1.4

3.1.3

30 Aug 11:56
52d68cb
Compare
Choose a tag to compare

Description

This release adds better support for developers needing to extract information back from the Verify API in a more explicit way. When getting an error back from Verify, you can now use getNetworkId() and getRequestId() if they are present.

What's Changed

3.1.2

23 Aug 08:30
83c12a4
Compare
Choose a tag to compare

What's Changed

** Please note that while this fixes runtime on PHP8.1, Serialization in the Verification Client is still marked as deprecated, to be removed by v4 of the library.

Full Changelog: 3.1.1...3.1.2

3.1.1

19 Aug 10:08
ea5a1c6
Compare
Choose a tag to compare

Description

This minor release fixes a bug in Messages v1.

What's Changed

New Contributors

Full Changelog: 3.1.0...3.1.1

3.1.0

20 Jun 09:49
af207a5
Compare
Choose a tag to compare

This minor release adds the Messages v1 API functionality to the SDK. You can now send text/image/video/custom messages via WhatsApp, Facebook Messenger, Viber, SMS and MMS. Contains 2 minor bugfixes.

Changed

New namespace: messages. To send a message, create a new object that you want to send within this namespace i.e. Vonage\Messages\Channel\Viber\ViberText()

Fixed

#318 Incorrect use of Cedilla for encoding
#317 Version bump for dependencies

Thanks to @SoftCreatR + @Starfox64 for contributions

3.0.5

29 Apr 08:50
3d0c1f3
Compare
Choose a tag to compare

This release fixes a minor bug with the number status callback key reported in #271.

Fixed

Changed

  • Removed the old readme graphic to replace it with the Vonage logo, we've not been Nexmo for quite some time now.

3.0.4

26 Apr 07:53
4ac4a0c
Compare
Choose a tag to compare

This is a hotfix release that fixes Laravel's usage of the deprecated message() client.
The previous release, triggered by #313 was actually a backwards-breaking change mistakenly released while cleaning up other old broken imports.

3.0.3

21 Apr 15:22
8ffaa3e
Compare
Choose a tag to compare

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

11 Feb 11:34
0cd4e83
Compare
Choose a tag to compare

This release adds PSR/log support for v3 and higher, in line with both Symfony and Laravel codebases for compatibility.

2.10.1

04 Feb 15:03
Compare
Choose a tag to compare

This release adds the necessary ReturnTypeWillChange attributes for PHP8.1 to the old v2 of the library.