Skip to content

Releases: swiftmade/laravel-sendgrid-notification-channel

v2.1.0

12 Aug 14:13
Compare
Choose a tag to compare

What's Changed

  • Support added for Sendgrid library version ^8.0
  • Add Sandbox Mode onto SendGridMessage by @zbrody in #3
  • Release (2.1.0) by @aozisik in #5

New Contributors

  • @zbrody made their first contribution in #3

Full Changelog: v2.0.0...v2.1.0

Support Laravel 8 and 9.

07 Apr 10:25
97bc67e
Compare
Choose a tag to compare
Upgrade Laravel (#2)

* switch to github actions

* upgrade phpunit

* remove testbench dependency

* install and apply php-cs-fixer

* use anonymous class in SendGridChannelTest

* update readme

* update composer.json

Beta release

19 Aug 17:05
34606bc
Compare
Choose a tag to compare
Beta release Pre-release
Pre-release
  • Sends notifications using Send Grid's dynamic template feature.