Skip to content

Commit

Permalink
Updated to tylercd100/laravel-notify@^1.8.4 which allows newline char…
Browse files Browse the repository at this point in the history
…acters in Fleephook, Hipchat, Pushover, Raven, and Slack.
  • Loading branch information
tylercd100 committed Sep 1, 2016
1 parent e1e513a commit c3f747e
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.6
- Updated to tylercd100/laravel-notify@^1.8.4 which allows newline characters in Fleephook, Hipchat, Pushover, Raven, and Slack.

### 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

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.2"
"tylercd100/laravel-notify": "^1.8.4"
},
"require-dev": {
"orchestra/testbench": "^3.1",
Expand Down

0 comments on commit c3f747e

Please sign in to comment.