Skip to content

Latest commit

 

History

History
76 lines (43 loc) · 2.8 KB

CHANGELOG.md

File metadata and controls

76 lines (43 loc) · 2.8 KB

Changelog

All notable changes to laravel-mailcoach-mailer will be documented in this file.

1.4.0 - 2024-10-07

What's Changed

  • 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

New Contributors

  • @gdebrauwer made their first contribution in #19

Full Changelog: https://github.com/spatie/laravel-mailcoach-mailer/compare/1.3.0...1.4.0

1.3.0 - 2024-05-02

What's Changed

  • Allow passing an array as value in replacements

Full Changelog: https://github.com/spatie/laravel-mailcoach-mailer/compare/1.2.0...1.3.0

1.2.0 - 2024-03-12

  • add support for Laravel 11

Full Changelog: https://github.com/spatie/laravel-mailcoach-mailer/compare/1.1.0...1.2.0

1.1.0 - 2024-02-20

What's Changed

  • 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

1.0.4 - 2023-12-19

What's fixed

  • When using mailcoachMail, we do not want to use Laravel's default of using the classname as the subject

What's Changed

  • 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

1.0.3 - 2023-02-15

  • Laravel 10

1.0.2 - 2022-12-06

  • improve test mail copy

Full Changelog: https://github.com/spatie/laravel-mailcoach-mailer/compare/1.0.1...1.0.2

1.0.1 - 2022-12-06

  • improve test mail

1.0.0 - 2022-12-06

  • initial release