Skip to content

Releases: laravel-notification-channels/twilio

3.4.0

14 Mar 21:53
761d57b
Compare
Choose a tag to compare

What's Changed

Full Changelog: 3.3.1...3.4.0

3.3.1

21 Feb 21:36
f0128ce
Compare
Choose a tag to compare

What's Changed

  • Add option to use Twilio's URL shortener by @jbajou in #138

New Contributors

Full Changelog: 3.3.0...3.3.1

3.3.0

21 Feb 10:39
8cf2074
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 3.2.0...3.3.0

3.2.0

14 Feb 03:02
c14bafb
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 3.1.2...3.2.0

3.1.2: Allow anonymous notifiables using class name (#110)

19 Oct 20:04
509c768
Compare
Choose a tag to compare
Sending using a class name isn't documented anywhere: all documentation examples use short names. However, the class name may be a less ambiguous identifier. Resolves #58

3.1.1

28 Sep 04:38
ae2e254
Compare
Choose a tag to compare
documentation: service sid config (#108)

Laravel 8.x Support

09 Sep 09:07
b3e90a3
Compare
Choose a tag to compare
3.1.0

Add Laravel 8 Support (#104)

3.x initial release

21 Apr 23:57
c6e8f01
Compare
Choose a tag to compare

This is a major release with breaking changes. Please see the upgrading section in the readme for more info.

  • Throw exceptions on send failure (with the ability to suppress certain error codes) BREAKING CHANGE #90
  • Make service provider deferrable #90
  • Drop support for Laravel 5.7 and lower BREAKING CHANGE #90
  • Move config to a dedicated config file BREAKING CHANGE #90
  • Update Twilio SDK to 6.x #90
  • Add "Default To" local debugging support #90
  • Switch to Github Actions CI #91

Laravel 7.x Support

07 Mar 01:24
f424ebc
Compare
Choose a tag to compare

#83 Laravel 7 Support
#75 Force Delivery

Laravel 6.0 support

26 Sep 23:17
a5321d0
Compare
Choose a tag to compare
Merge pull request #67 from jdavidbakr/master

Updating for Laravel 6.0