Releases: aloha/laravel-twilio
Releases · aloha/laravel-twilio
5.0.0
4.0.4
Adds constraint on Twilio SDK because they made breaking changes: Removed deprecated Twiml class.
4.0.3
Fixed
- The service provider will use Laravel's own
env
global method to load env variables instead of PHP best practicegetenv
.
4.0.2
Changed
- Better command descriptions so it says more about what it does + readme
- Docblocks to match Twilio SDK >5.*
Fixed
- Typo in conditional which made mediaurls to be ignored
4.0.1
Fixed
- Fix use of $params in facade message method. $params was in the signature of the method, but $options was later used instead
4.0.0
Merge pull request #149 from reedmaniac/4.x Twilio 4.x
3.0.4
Added
- Added Laravel 5.5 auto discovery feature
3.0.3
Fixed
- CLI commands for Laravel 5.1 and up are now working again.
3.0.2
Changed
- Add 5.0.0 as maximum (excl) version of twilio sdk supported
3.0.1
Removed
- Upper limit for Twilio SDK package version