Skip to content

Releases: tylercd100/lern

3.7.0

27 Nov 23:27
Compare
Choose a tag to compare
  • Added the ability to use a blade template
  • Blade templates are now the default way to style your exception notification

3.6.6

01 Sep 18:03
Compare
Choose a tag to compare
  • Updated to tylercd100/laravel-notify@^1.8.4 which allows newline characters in Fleephook, Hipchat, Pushover, Raven, and Slack.

3.6.5

30 Aug 22:00
Compare
Choose a tag to compare
  • Updated to tylercd100/laravel-notify@^1.8.2 which sets the content type of emails to text/html instead of text/plain

3.6.4

30 Aug 21:27
Compare
Choose a tag to compare
  • Updated to tylercd100/laravel-notify@^1.8.1 which allows newline characters in emails

3.6.3

30 Aug 18:08
Compare
Choose a tag to compare
  • Ignore columns that are null

3.6.2

26 Aug 03:13
Compare
Choose a tag to compare
  • Fixed Tests for Laravel 5.2

3.6.1

26 Aug 03:06
Compare
Choose a tag to compare

Fixed Tests for Laravel 5.3

3.6.0

26 Jul 00:01
Compare
Choose a tag to compare
  • Added a log_level option in the config to set the desired log level

3.5.0

27 Apr 02:02
Compare
Choose a tag to compare
  • Added Mailgun support

3.4.0

15 Apr 17:02
Compare
Choose a tag to compare
  • Set context using a callback/closure (Thanks to @qodeboy for suggestion)