This repository has been archived by the owner on Jun 3, 2024. It is now read-only.
Releases: Qoraiche/laravel-mail-editor
Releases · Qoraiche/laravel-mail-editor
v4.1 pre release
What's Changed
Full Changelog: v4.0.5...v4.1.0-beta.0
v4.0.5
Fixes
- Lines variable needs to be array and not integer for loadNamespaceOverrides method. by @nicoorfi in #231
- Apply fixes from StyleCI by @Qoraiche in #232
Dependabot
- Bump engine.io and browser-sync by @dependabot in #222
- Bump socket.io-parser and browser-sync by @dependabot in #217
New Contributors
Full Changelog: v4.0.4...v4.0.5
v4.0.4 laravel 9 compat.
What's Changed
- Fix/route errors by @ReeceM in #212
- fix: compatible way to call the method on mailable by @ReeceM in #219
Full Changelog: v4.0.3...v4.0.4
v4.0.3
v3.5.3
v4.0.2
With this addition, please make use of the updated config values in config/maileclipse.php
. You need to add the following
/*
|--------------------------------------------------------------------------
| Display Mailable Subject
|--------------------------------------------------------------------------
|
| Set to true this will display the subject of the Mailable instead of Class Name.
| When the config setting is false the namespace/class name is shown
| options: true / false
|
*/
'display_as_subject' => true,
What's Changed
- Merge Master into v3.x branch in #193
- [3.x] Feature/change table names issue 79 in #194
- Merge v3 updates in #198
Full Changelog: v4.0.1...v4.0.2
v3.5.2
Added
Please add the following to the config/maileclipse.php
file to be able to toggle the settings for this added feature.
/*
|--------------------------------------------------------------------------
| Display Mailable Subject
|--------------------------------------------------------------------------
|
| Set to true this will display the subject of the Mailable instead of Class Name.
| When the config setting is false the namespace/class name is shown
| options: true / false
|
*/
'display_as_subject' => true,
Fix
- Correct custom Mailable directory usage from config, see PR #190 @Bhagyrajaj
Full Changelog: v3.5.1...v3.5.2
v4.0.1
This adds improved feedback about the usage of factories when the option is enabled in the config file and none are found for a model.
What's Changed (Auto-generated)
Full Changelog: v4.0.0...v4.0.1