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

v4.0.2

Compare
Choose a tag to compare
@ReeceM ReeceM released this 11 Feb 18:39
· 27 commits to master since this release
5adce0e

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