Skip to content

Latest commit

 

History

History
55 lines (29 loc) · 1.03 KB

CHANGELOG.md

File metadata and controls

55 lines (29 loc) · 1.03 KB

Changelog

All notable changes to laravel-database-mail-templates will be documented in this file

3.4.2 - 2020-02-03

  • add support for PHP 8

3.4.1 - 2020-12-15

  • use longText columns by default (#34)

3.4.0 - 2020-03-03

  • add support for Laravel 8.0

3.3.0 - 2020-03-03

  • add support for Laravel 7.0

3.2.0 - 2019-09-04

  • add support for Laravel 6.0

3.1.1 - 2019-05-09

  • allow html to be rendered in blade templates

3.1.0 - 2019-02-27

  • Drop support for Laravel 5.7 and lower
  • Drop support for PHP 7.1 and lower

3.0.1 - 2019-02-27

  • Add support for Laravel 5.8

3.0.0 - 2019-02-04

  • Add support for text mails (#10)
  • Fix issues when using the package with Laravel Nova (#9)

The interface and table structure have been changed in this version. Please read the notes in UPGRADING.md

2.0.0 - 2018-11-19

  • Use an interface for the MailTemplate model

1.0.1 - 2018-10-25

  • fix MailTemplate::getVariables() for models with missing/incorrect mailable classes

1.0.0 - 2018-10-18

  • initial release