description |
---|
January 16, 2023 |
- Fix usage of invalid named member function #33 (coldbox-modules/cbmailservices#33)
A big thanks to @richardherbert for all the updates in this release.
- FIXED var scoping of attachments variable
- Updated to handle a response that is not JSON
- 🐛 FIX: Update GHA to avoid deprecated syntax
- Added test for
MAILGUN_BASEURL
property - Updated to make
MAILGUN_APIURL
optional - Added support for Mailgun EU region by making
MAILGUN_APIURL
an optional property withhttps://api.mailgun.net/v3/
as the default.
- Updated all GHA actions to the latest versions and moved to use
temurin
Java distributions due to deprecation of the service.