Skip to content

Commit

Permalink
Updated to tylercd100/laravel-notify@^1.8.2 which sets the content ty…
Browse files Browse the repository at this point in the history
…pe of emails to text/html instead of text/plain
  • Loading branch information
tylercd100 committed Aug 30, 2016
1 parent 5eab93c commit e1e513a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

All notable changes to `LERN` will be documented in this file.

### 3.6.5
- 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
- Updated to tylercd100/laravel-notify@^1.8.1 which allows newline characters in emails

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"php": "^5.4|^7.0",
"illuminate/support": "^5.0",
"monolog/monolog": "~1.11",
"tylercd100/laravel-notify": "^1.8.1"
"tylercd100/laravel-notify": "^1.8.2"
},
"require-dev": {
"orchestra/testbench": "^3.1",
Expand Down

0 comments on commit e1e513a

Please sign in to comment.