All notable changes to laravel-mailcoach-mailer
will be documented in this file.
- Bump dependabot/fetch-metadata from 2.1.0 to 2.2.0 by @dependabot in #18
- Add
MailcoachMessage
class for use in notification classes by @gdebrauwer in #19
- @gdebrauwer made their first contribution in #19
Full Changelog: https://github.com/spatie/laravel-mailcoach-mailer/compare/1.3.0...1.4.0
- Allow passing an array as value in replacements
Full Changelog: https://github.com/spatie/laravel-mailcoach-mailer/compare/1.2.0...1.3.0
- add support for Laravel 11
Full Changelog: https://github.com/spatie/laravel-mailcoach-mailer/compare/1.1.0...1.2.0
- Add a way to define which mailer you want to use in the API call
- Bump aglipanci/laravel-pint-action from 2.3.0 to 2.3.1 by @dependabot in #13
Full Changelog: https://github.com/spatie/laravel-mailcoach-mailer/compare/1.0.4...1.1.0
- When using mailcoachMail, we do not want to use Laravel's default of using the classname as the subject
- Bump aglipanci/laravel-pint-action from 2.1.0 to 2.2.0 by @dependabot in #4
- Bump dependabot/fetch-metadata from 1.3.6 to 1.4.0 by @dependabot in #5
- Bump dependabot/fetch-metadata from 1.4.0 to 1.5.0 by @dependabot in #6
- Bump aglipanci/laravel-pint-action from 2.2.0 to 2.3.0 by @dependabot in #7
- Bump dependabot/fetch-metadata from 1.5.0 to 1.5.1 by @dependabot in #8
- Bump dependabot/fetch-metadata from 1.5.1 to 1.6.0 by @dependabot in #9
- Bump stefanzweifel/git-auto-commit-action from 4 to 5 by @dependabot in #11
- Bump actions/checkout from 3 to 4 by @dependabot in #10
Full Changelog: https://github.com/spatie/laravel-mailcoach-mailer/compare/1.0.3...1.0.4
- Laravel 10
- improve test mail copy
Full Changelog: https://github.com/spatie/laravel-mailcoach-mailer/compare/1.0.1...1.0.2
- improve test mail
- initial release