Navigation Menu

Skip to content

Releases: aloha/laravel-twilio

5.0.0

05 Jul 08:55
f430c27
Compare
Choose a tag to compare
Remove "artisan command" that's not working anyway

4.0.4

17 Jul 22:54
4.0.4
d4174bb
Compare
Choose a tag to compare

Adds constraint on Twilio SDK because they made breaking changes: Removed deprecated Twiml class.

4.0.3

18 Mar 14:11
6154c0e
Compare
Choose a tag to compare

Fixed

  • The service provider will use Laravel's own env global method to load env variables instead of PHP best practice getenv.

4.0.2

24 Aug 10:33
a988aaf
Compare
Choose a tag to compare

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

03 May 16:15
d358283
Compare
Choose a tag to compare

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

23 Apr 14:59
0fd74d5
Compare
Choose a tag to compare
Merge pull request #149 from reedmaniac/4.x

Twilio 4.x

3.0.4

05 Oct 06:36
Compare
Choose a tag to compare

Added

  • Added Laravel 5.5 auto discovery feature

3.0.3

19 Sep 12:25
Compare
Choose a tag to compare

Fixed

  • CLI commands for Laravel 5.1 and up are now working again.

3.0.2

18 Jul 14:31
Compare
Choose a tag to compare

Changed

  • Add 5.0.0 as maximum (excl) version of twilio sdk supported

3.0.1

27 Jun 09:09
Compare
Choose a tag to compare

Removed

  • Upper limit for Twilio SDK package version