Releases: Qoraiche/laravel-mail-editor
Releases · Qoraiche/laravel-mail-editor
v3.2.1
Feature
- Add the ability to send test mail with fake factory model data.
Fixes
- Fix model factories builder not loaded in laravel 8
- Formatting
v3.1.0
v3.1.0
Feature
- Improve the sanitization of class names for mailables to align with PHP expectations. see PR #116, #117
v3.0.1
Fixes
- PSR standards for console command class name, see #115, @ivebe
v2.2.2
Version 2.2.2
This is a patch release of the package for a PSR-4 warning
Fix
- The namespace and the file structure of the console command were corrected to PSR-4 standards thanks @ivebe, see #115
v2.2.1
Patch Release.
Fixes
- Fixes the string error that happens when the constructor params have a string type hint, issue #103
v3.0.0
Laravel 8 Support release
Addition
- The package now has an install command
php artisan laravel-mail-editor:install
see #111
Changes
- Supports only Laravel v8
- PSR Classnames #112, thank you @yogendra-revanna
Potential Breaking Change
The name spaces of the package now use PSR classname standards, if you were referencing them before in an application, please update them to reflect everything correctly.
v2.2.0
Version 2.2.0
IMPORTANT: Version 2.2.0 will only support Laravel versions 5, 6 and 7 for future releases.
Addition
- Revert Laravel 8 support
- Console command for installing assets see PR #111, credit: @yogendra-revanna
v2.1.0
Addition
- Laravel 8 Support
- Laravel legacy factories for L8 support
#107, #106
v2.1.0 beta release
Addition
- Laravel 8 Support
- Laravel legacy factories for L8 support
#107, #106
v2.0.6
- Fix Mailables deletion
- Read properties of the Mailable parent classes