Skip to content

Releases: dcblogdev/laravel-sent-emails

v2.0.6

22 Sep 00:09
e03a91f
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.0.5...v2.0.6

v2.0.5

06 May 14:13
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.0.4...v2.0.5

Add support for Laravel 11

12 Mar 11:13
Compare
Choose a tag to compare
v2.0.4

Add support for Laravel 11

Add support for Laravel 10

05 Feb 14:26
Compare
Choose a tag to compare
v2.0.3

add support for Laravel 10

added citco/carbon to composer.json

27 Jun 15:26
Compare
Choose a tag to compare
v2.0.2

added citco/carbon to composer.json

Merged PR #7 store body emails as compressed strings

27 Jun 15:23
Compare
Choose a tag to compare
v2.0.1

Merge branch 'master' of github.com:dcblogdev/laravel-sent-emails

Added support for Laravel 9, updated to work with Symfony Mailer, is not backwards compatible.

29 Jan 11:33
Compare
Choose a tag to compare

added support for Laravel 5.5 to 8

13 May 07:48
Compare
Choose a tag to compare
v1.0.6

Merge branch 'master' of github.com:dcblogdev/laravel-sent-emails

style improvements and search option added

11 Feb 20:32
Compare
Choose a tag to compare

New config options added:

Set pagination per page:

'perPage' => 10,

When no emails are found those a default message:

'noEmailsMessage' => 'No emails found.'

Pagination style fix

Pagination has been fixed for Tailwind ensuring that if this page is installed on a project that uses Bootstrap Tailwind pagination will still be used.

Added search option

You can now search for emails by Date, From, To and Subject.

image

Added support for PHP 8

14 Dec 17:27
Compare
Choose a tag to compare
v1.0.4

added support for PHP 8