From 7a1192d2888ad5faf2637dee1079956d3fd76a54 Mon Sep 17 00:00:00 2001 From: Tyler Arbon Date: Mon, 28 Nov 2016 16:13:03 -0700 Subject: [PATCH] - Updated to tylercd100/laravel-notify@^1.8.5 which sets the content type of SMTP emails to text/html instead of text/plain --- CHANGELOG.md | 3 +++ composer.json | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3d770c5..72563d7 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/composer.json b/composer.json index 7abbe53..04f327f 100755 --- a/composer.json +++ b/composer.json @@ -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",