Releases: matchory/laravel-mailgun-templates-channel
Releases · matchory/laravel-mailgun-templates-channel
Version 1.1.0
What's Changed
- Laravel 10 compatibility by @Mohammad-Alavi in #1
- fix-inconsistence-dependencies by @Mohammad-Alavi in #2
New Contributors
- @Mohammad-Alavi made their first contribution in #1
Full Changelog: 1.0.1...1.1.0
Version 1.0.1
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
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
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
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
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
0.0.1 Initial commit