From f50dcd51db7f3ce72d89f8b9496d5ab4b52485b1 Mon Sep 17 00:00:00 2001 From: Reece May <2767904+ReeceM@users.noreply.github.com> Date: Tue, 15 Feb 2022 21:20:43 +0200 Subject: [PATCH 1/2] Update mailables.blade.php --- resources/views/sections/mailables.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/views/sections/mailables.blade.php b/resources/views/sections/mailables.blade.php index f68b1ce..55da912 100644 --- a/resources/views/sections/mailables.blade.php +++ b/resources/views/sections/mailables.blade.php @@ -42,7 +42,7 @@ {{ $mailable['name'] }} - {{ config('maileclipse.display_as_subject') ? $mailable['subject'] ? $mailable['namespace'] }} + {{ config('maileclipse.display_as_subject') ? $mailable['subject'] : $mailable['namespace'] }} {{ (\Carbon\Carbon::createFromTimeStamp($mailable['modified']))->diffForHumans() }} From ea6dd744747aacbe2c8652e20e896bf38dabfbdb Mon Sep 17 00:00:00 2001 From: ReeceM Date: Tue, 15 Feb 2022 21:22:29 +0200 Subject: [PATCH 2/2] update versions --- changelog.md | 5 +++++ src/MailEclipse.php | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index 84dad9f..f9b628f 100644 --- a/changelog.md +++ b/changelog.md @@ -276,3 +276,8 @@ New Structure: ### Fixes - Correct custom Mailable directory usage from config, see PR #190 @Bhagyrajaj + +## Version 3.5.3 + +### Fixes +- Syntax error in the `mailables.blade.php` file. #199, #200 diff --git a/src/MailEclipse.php b/src/MailEclipse.php index fc92950..75a802d 100644 --- a/src/MailEclipse.php +++ b/src/MailEclipse.php @@ -29,7 +29,7 @@ class MailEclipse { public const VIEW_NAMESPACE = 'maileclipse'; - public const VERSION = '3.5.2'; + public const VERSION = '3.5.3'; /** * Default type examples for being passed to reflected classes.