Skip to content

Releases: matchory/laravel-mailgun-templates-channel

Version 1.1.0

23 Jan 10:23
6133bdd
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.0.1...1.1.0

Version 1.0.1

13 Jul 15:27
2964c84
Compare
Choose a tag to compare

Change log

  • Fix: Removed invalid copyright comments from code
  • Chore: Fixed bundle path

Full Changelog: 1.0.0...1.0.1

Version 1.0.0

13 Jul 15:13
a43882d
Compare
Choose a tag to compare

Change log

This is the first formal production release, although it does not differ from the alpha 1. Matchory is using the package in production! 🎉

Full Changelog: 0.0.3...1.0.0

1.0.0-alpha.1

13 Jul 15:09
a43882d
Compare
Choose a tag to compare
1.0.0-alpha.1 Pre-release
Pre-release

Change log

  • Feature: Added new helper methods for common Mailgun options such as tracking, deliveryAt, dkim, and more
  • Fix: Address and name were switched in mail target resolution logic, resulting in undeliverable mails
  • Fix: Assertions would not regard array form recipients as valid
  • Fix: Template variables would be double-encoded as JSON due to the Mailgun client performing its own encoding
  • Chore: Cleaned up and simplified code

Full Changelog: 0.0.3...1.0.0-alpha.1

Version 0.0.3

13 Jul 14:02
18d6c21
Compare
Choose a tag to compare
Version 0.0.3 Pre-release
Pre-release

Change log

  • Feature: Added a way to add MIME headers to messages
  • Feature: Enabled automatic fallback to global mail configuration values (from, reply to, return path)
  • Fix: Due to a typo, the cache repository would be imported instead of the config repository
  • Fix: The wrong container binding resolution would be invoked, leading to a non-instantiated channel
  • Chore: Cleaned up, improved types

Full Changelog: 0.0.2...0.0.3

Version 0.0.2

13 Jul 10:54
1e65f5e
Compare
Choose a tag to compare
Version 0.0.2 Pre-release
Pre-release

Change log

  • Fix: Updated Laravel package requirements to prevent pinning specific versions
  • Fix: Removed facade accidentally copy-pasted from another project
  • Chore: Added release pipeline
  • Chore: Fixed package name

Initial Release

13 Jul 09:10
6bc5a72
Compare
Choose a tag to compare
Initial Release Pre-release
Pre-release
0.0.1

Initial commit