Skip to content

Releases: RingierIMU/sailthru-notifications-channel

Add domain whitelist check

26 Mar 07:57
4495a32
Compare
Choose a tag to compare

New domain whitelist check: If enabled, it will allow the package to check if the receiver email is whitelisted before sending out email. Relevant for local test or dev environment where user would like to control how email is sent to avoid sending out emails to unsolicited users

Laravel 10 Support

24 Feb 12:05
febff6a
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.4.4...0.4.5

Allow Laravel 9

13 Jun 16:13
252edfe
Compare
Choose a tag to compare
0.4.4

Allow Laravel 9 (#13)

Allow PHP 8

14 Apr 09:54
f5d6bab
Compare
Choose a tag to compare
0.4.3

Allow PHP 8 (#11)

Laravel 8 support

09 Sep 09:01
30efa3c
Compare
Choose a tag to compare
0.4.2

Laravel 8 (#10)

Catch block in Channel class fix

07 Sep 10:21
fe89829
Compare
Choose a tag to compare
Pre-release
  • Verify message variable in catch block in SailthruChannel

Laravel 7 support

04 Aug 19:58
79bdee5
Compare
Choose a tag to compare
Laravel 7 support Pre-release
Pre-release
0.4.0

Laravel 7 (#8)

Update Laravel depencies

04 Feb 08:41
903ca09
Compare
Choose a tag to compare
Pre-release

... and bring it in line with current notifications channel template repo.

Add optional debug logging of the payload

30 Aug 09:44
19c37e3
Compare
Choose a tag to compare
Merge pull request #5 from RingierIMU/add-optional-payload-logging

Add optional payload logging

Correctly catch Sailthru_Client_Exception

24 Jun 13:08
cfeb87e
Compare
Choose a tag to compare
Merge pull request #4 from datashaman/hotfix/sailthru-client-exception

Fix sailthru client exception try/catch