Laravel Mail Editor Versions Save

MailEclipse :zap: Laravel Mail Editor

v3.2.1

3 years ago

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

3 years ago

v3.1.0

Feature

  • Improve the sanitization of class names for mailables to align with PHP expectations. see PR #116, #117
    • Thanks @ivebe ^

v3.0.1

3 years ago

Fixes

  • PSR standards for console command class name, see #115, @ivebe

v2.2.2

3 years ago

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

3 years ago

Patch Release.

Fixes

v3.0.0

3 years ago

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

3 years ago

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

3 years ago

Addition

  • Laravel 8 Support
  • Laravel legacy factories for L8 support

#107, #106

v2.1.0-beta

3 years ago

Addition

  • Laravel 8 Support
  • Laravel legacy factories for L8 support

#107, #106

v2.0.6

3 years ago
  • Fix Mailables deletion
  • Read properties of the Mailable parent classes