Skip to content

Releases: swiftmade/laravel-sendgrid-notification-channel

v2.8.0

23 May 09:33
914c25d
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.7.0...v2.8.0

v2.7.0

13 Mar 10:06
b1c693a
Compare
Choose a tag to compare

What's Changed

  • Add support for Laravel 11.x and PHP 8.3 by @aozisik in #21

Full Changelog: v2.6.2...v2.7.0

v2.6.2

01 Mar 09:26
2e38986
Compare
Choose a tag to compare

What's Changed

  • add $notification as param to routeNotificationFor by @phgrund in #20

New Contributors

Full Changelog: v2.6.1...v2.6.2

v2.6.1

13 Dec 14:17
48cee97
Compare
Choose a tag to compare

What's Changed

  • Support array returning from routeNotificationForMail by @aozisik in #19

Full Changelog: v2.6.0...v2.6.1

v2.6.0

06 Aug 18:08
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.5.0...v2.6.0

v2.5.0

22 Mar 11:26
1bb54d1
Compare
Choose a tag to compare

What's Changed

  • Add customize() method. This gives you full access to the underlying Sendgrid Mail object. (see: #15)

Full Changelog: v2.4.0...v2.5.0

v2.4.0

16 Feb 12:57
8531a57
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.3.0...v2.4.0

v2.3.0

12 Dec 13:26
4def6fd
Compare
Choose a tag to compare

What's Changed

Thanks @timstl

Full Changelog: v2.2.0...v2.3.0

v2.2.0

24 Sep 13:56
91b13ac
Compare
Choose a tag to compare

What's Changed

  • You can now pass nested arrays, numbers, bools as the payload. Previously, the library only accepted strings. (Thanks timstl)
  • Added setSandboxMode($bool) method on the SendGridMessage object, so you can now control sandbox mode using a variable.

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