Skip to content

Releases: addgod/laravel-mandrill-template

Support function for api secret.

21 May 16:25
435a228
Compare
Choose a tag to compare

Added a support function, so that the api key can be overwritten at run time.

Changed to use mailchimp/transactional

17 Jan 10:49
9ed27ea
Compare
Choose a tag to compare

Change from using mandrill/mandrill package to use the new mailchimp/transactional.

This is done because mandrill/mandrill is deprecated.

Bug fixes

16 Jan 13:53
eac3f79
Compare
Choose a tag to compare
Merge pull request #10 from dzhy89/php-8.2-compatible

php 8.2 compatible

Additional support

10 Jan 09:47
50c1822
Compare
Choose a tag to compare

Adding additional support for other things then handlebars.
Return data on send, so it can be stored if needed.

php 8 support.

10 Oct 12:11
9da183b
Compare
Choose a tag to compare
Merge pull request #7 from Jesper-FIltenborg-Dwarf/base

Updated to work with laravel 8 and php 8

Bugfix.

11 May 12:32
e6cd997
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.1.3...v1.1.4

Bug fixes.

02 Dec 13:05
bcdcd47
Compare
Choose a tag to compare

Fixed a bug, where a deleted filter function was used.

Bug Fixes.

11 Nov 08:53
726f198
Compare
Choose a tag to compare

Removed empty merge vars.

Added facade docs.

07 Nov 13:04
Compare
Choose a tag to compare
v1.1.1

Added php doc for facade

Added templates into config.

07 Nov 12:56
Compare
Choose a tag to compare

Added template and default_template into config.
Added getters on the facade for both.