This repository has been archived by the owner on Oct 12, 2022. It is now read-only.
Releases: Nexmo/nexmo-laravel
Releases · Nexmo/nexmo-laravel
3.0.0
v2.4.1
v2.4.0 - PHP 8 Support
Added
- #51 - Added support for PHP 8 (thank you @driesvints)
v2.3.0
Added
- Added support for Laravel 8
2.2.0
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
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
- Updated to support Laravel 6.0
- Switched to using
nexmo/client : ^2.0
- Added instructions for using
nexmo/client-core
when Guzzle incompatibilities pop-up.
Minor update: add some reporting metrics
Set the User-Agent header for our reporting, no fun features this time, sorry!
1.1.1
- Remove tests + unneeded files from Composer installation (Thanks @percymamedy!)