- Added Craft 4 compatibility.
- Fixed a bug where the plugin wasn’t explicitly requiring PHP 7.3 or later.
- Mailgun for Craft CMS now requires Craft 3.7.20 or later.
- Mailgun for Craft CMS now requires PHP 7.3 or later.
- Mailgun for Craft CMS now requires Guzzle 7.
- Allow 2.x versions for Guzzle adapter.
- Fixed a bug where
craft\mailgun\MailgunAdapter
wasn’t triggering thedefineBehaviors
event.
- Fixed a validation error that would occur when the Endpoint setting was set to an environment variable. (#7)
- Mailgun now requires Craft 3.1.5 or later.
- The Domain, API Key, and Endpoint settings can now be set to environment variables. (#5)
- Added an “Endpoint” setting, making it possible to use regional Mailgun API endpoint URLs. (#4)
- Swift Mailer 6 compatibility
- Craft 3 Beta 35 compatibility
- Fixed Composer installation support
Initial release.