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

v3.5.2

Compare
Choose a tag to compare
@ReeceM ReeceM released this 11 Feb 18:25
· 3 commits to 3.x since this release

Added

  • Adds the subject of the email client to the table instead of the namespace. See Issue #79, PR #194

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