Skip to content

Commit

Permalink
- Updated to tylercd100/laravel-notify@^1.8.5 which sets the content …
Browse files Browse the repository at this point in the history
…type of SMTP emails to text/html instead of text/plain
  • Loading branch information
tylercd100 committed Nov 28, 2016
1 parent ec58131 commit 7a1192d
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.7.4
- Updated to tylercd100/laravel-notify@^1.8.5 which sets the content type of SMTP emails to text/html instead of text/plain

### 3.7.3
- Changed minimum phpunit version requirement

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.6|^7.0",
"illuminate/support": "^5.2",
"monolog/monolog": "^1.22",
"tylercd100/laravel-notify": "^1.8.4"
"tylercd100/laravel-notify": "^1.8.5"
},
"require-dev": {
"orchestra/testbench": "^3.3",
Expand Down

0 comments on commit 7a1192d

Please sign in to comment.