Skip to content
This repository has been archived by the owner on Oct 12, 2022. It is now read-only.

Releases: Nexmo/nexmo-laravel

3.0.0

03 Feb 12:10
7bfc900
Compare
Choose a tag to compare

This release bumps the target vonage/client to the new v3 of the Vonage PHP SDK.

** Please note
If you have installation problems regarding psr/container, make sure you update composer with composer update to get v3.0.1 of the vonage/client which fixes this compatibility issue.

v2.4.1

04 Dec 13:12
029bdc1
Compare
Choose a tag to compare

Fixed

  • #55 - Fixed indentation with the config file

v2.4.0 - PHP 8 Support

01 Dec 17:50
5e13a4c
Compare
Choose a tag to compare

Added

v2.3.0

02 Sep 13:06
f79bd96
Compare
Choose a tag to compare

Added

  • Added support for Laravel 8

2.2.0

25 Feb 14:21
57b62d9
Compare
Choose a tag to compare

Added

  • Added support for Laravel 7

Changed

  • No new changes have been made

Deprecated

  • No existing features have been deprecated

Removed

  • No existing functionality has been removed

Fixed

  • This release contains no bug fixes

Security

  • This release contains no security fixes

2.1.0

21 Oct 18:28
d05faa7
Compare
Choose a tag to compare

Added

  • Private Keys can now be passed directly through the NEXMO_PRIVATE_KEY environment variable, instead of just being a path.

Changed

  • No new changes have been made

Deprecated

  • No existing features have been deprecated

Removed

  • No existing functionality has been removed

Fixed

  • This release contains no bug fixes

Security

  • This release contains no security fixes

2.0.0

11 Sep 20:56
2c81ff7
Compare
Choose a tag to compare

Minor update: add some reporting metrics

17 May 08:09
Compare
Choose a tag to compare

Set the User-Agent header for our reporting, no fun features this time, sorry!

1.1.1

19 Mar 10:30
Compare
Choose a tag to compare
  • Remove tests + unneeded files from Composer installation (Thanks @percymamedy!)

1.1.0

08 Feb 19:56
Compare
Choose a tag to compare
  • Add support for JWT authentication via a private key