From 7151a5c47017593b4fd7b083e4fe6193e503828e Mon Sep 17 00:00:00 2001 From: Yassine Qr Date: Mon, 6 May 2019 18:04:42 +0000 Subject: [PATCH] Update changelog --- changelog.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/changelog.md b/changelog.md index 70cb679..f298975 100644 --- a/changelog.md +++ b/changelog.md @@ -58,3 +58,7 @@ All notable changes to `laravel-mail-editor` will be documented in this file. - Fixes issues #15, #16 - Adds the ability to have params mocked for a Mailable's constructor where a type isn't available + +## Version 1.1.11 + +- Fixes issue where the **tinyMCE editor** would take the blade directive `{{ $user->name }}` and then render the thing as this in the `.blade.php` file `{{ $user->name }}`.