Skip to content
This repository has been archived by the owner on Jun 3, 2024. It is now read-only.

Releases: Qoraiche/laravel-mail-editor

v3.2.1

23 Oct 17:47
Compare
Choose a tag to compare

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

05 Oct 18:42
9bcf74f
Compare
Choose a tag to compare

v3.1.0

Feature

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

v3.0.1

05 Oct 18:39
Compare
Choose a tag to compare

Fixes

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

v2.2.2

02 Oct 19:49
4c9bc96
Compare
Choose a tag to compare

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

30 Sep 14:36
4383abd
Compare
Choose a tag to compare

Patch Release.

Fixes

  • Fixes the string error that happens when the constructor params have a string type hint, issue #103

v3.0.0

22 Sep 20:20
Compare
Choose a tag to compare

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

22 Sep 19:51
Compare
Choose a tag to compare

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

14 Sep 08:31
ee1eaa2
Compare
Choose a tag to compare
v2.1.0 Pre-release
Pre-release

Addition

  • Laravel 8 Support
  • Laravel legacy factories for L8 support

#107, #106

v2.1.0 beta release

10 Sep 21:19
d651ca5
Compare
Choose a tag to compare
v2.1.0 beta release Pre-release
Pre-release

Addition

  • Laravel 8 Support
  • Laravel legacy factories for L8 support

#107, #106

v2.0.6

28 May 18:37
230a1bd
Compare
Choose a tag to compare
  • Fix Mailables deletion
  • Read properties of the Mailable parent classes