Skip to content

Releases: stackkit/laravel-database-emails

7.0.0

24 Mar 11:31
29ac9f2
Compare
Choose a tag to compare

What's Changed

Please see CHANGELOG.md for the full change log.

Most notable changes:

  • Laravel 10 and 11 support
  • Dropped support for Laravel 6, 7, 8, and 9
  • The way emails are composed has been modernized and made consistent with Laravel
  • Encryption is removed

Full Changelog: 6.3.0...7.0.0

7.0.0-beta.1: Merge pull request #60 from stackkit/7.x

23 Mar 20:44
2816911
Compare
Choose a tag to compare

6.3.0

30 Dec 14:42
5c53a87
Compare
Choose a tag to compare

What's Changed

Full Changelog: 6.2.1...6.3.0

6.2.1

28 Dec 09:34
e9bd9f8
Compare
Choose a tag to compare

What's Changed

Full Changelog: 6.2.0...6.2.1

6.2.0: Merge pull request #50 from stackkit/feature/new-mailable

09 Apr 19:06
9e05380
Compare
Choose a tag to compare

Laravel 10

08 Feb 20:41
ef36731
Compare
Choose a tag to compare
Merge pull request #46 from stackkit/feature/laravel-10

Add support for Laravel 10

Laravel 9

10 Feb 21:35
5082fcc
Compare
Choose a tag to compare
Merge pull request #41 from stackkit/development

Add Laravel 9 support

5.0.0

05 Dec 11:18
7b91daa
Compare
Choose a tag to compare
Merge pull request #36 from vkislichenko/feature/manual-migrations

UPDATE: Manual migrations option

4.2.0: Merge pull request #30 from stackkit/feature/queue

16 May 09:54
5bf425e
Compare
Choose a tag to compare
Queue function and Laravel 7 support

4.1.1

11 Jan 14:15
d0e36ac
Compare
Choose a tag to compare
Merge pull request #27 from stackkit/development

Fixed memory attachment bug and moved tests to Github Actions