mailgun 2.0.0

New features

This release makes Mailgun compatible with Drupal 10.

Breaking changes

It removes the dependency on Guzzle HTTP client, following the pattern defined in Mailgun SDK:

The Mailgun API Client is not hard coupled to Guzzle, Buzz or any other library that sends HTTP messages. Instead, it uses the PSR-18 client abstraction. This will give you the flexibility to choose what PSR-7 implementation and HTTP client you want to use.

mailgun 8.x-1.1

Bug fixes
New features
Unsupported

Another bug fixes release with some minor features.

Important:
This release was supposed to introduce integration with Key module, but eventually, it was reverted due to the nature of Key module, which allows overriding existing configuration. See: https://www.drupal.org/project/mailgun/issues/3299018

mailgun 8.x-1.0

Bug fixes
New features
Unsupported

Finally, after ~3 years of module maintenance, I'm excited to release the first stable version of the Mailgun module 🥳
It is compatible with Drupal 8 and Drupal 9 and considered as ready for production usage.

Changes since 8.x-1.0-rc3 in a nutshell: Mailgun lists, PHP 7.3 support, different bug fixes and code clean-up.

Thanks to everyone who helped along the way!

mailgun 8.x-1.0-rc3

Bug fixes
New features
Unsupported

Switched to Mailgun SDK ~3.0, added EU support, made Drupal 9 compatible and fixed many issues.

If you have difficulties upgrading to this release by running composer update --with-dependencies try the following approach:
composer remove drupal/mailgun (to remove the module will all dependencies)
composer require drupal/mailgun (to install it from scratch)

mailgun 7.x-1.7

Bug fixes
New features
Unsupported

Mailsystem 7.x-3.x compatability, EU region support, new SDK version and various bugfixes.

Contributors (9)

Matroskeen, joos, bernman, wmcmillian-coalmarch, jiv_e, TuWebO, hiramanpatil, krina.addweb, yo30

Changelog

Issues: 16 issues resolved.

Changes since 7.x-1.6:

mailgun 8.x-1.0-rc2

Bug fixes
Unsupported

Fixed some critical issues

Changelog

Issues: 2 issues resolved.

Changes since 8.x-1.0-rc1:

mailgun 8.x-1.0-rc1

Bug fixes
Unsupported

Mostly contain code improvements and some bug fixes as well. Added basic test coverage.

Contributors (14)

abramm, scoutex, Matroskeen, james_kerrigan, alexdevelop, asenenko, chipway, msankhala, svendecabooter, paolomainardi, emartoni, Renrhaf, markdorison, yo30

Changelog

Issues: 30 issues resolved.

Changes since 8.x-1.0-beta1:

mailgun 8.x-1.0-alpha1

Bug fixes
New features
Unsupported

Fixed some critical issues and applied all available patches.

mailgun 7.x-1.5

Bug fixes
Unsupported

Removed outdated configuration form validation criteria that prevented settings from being saved.

mailgun 7.x-1.4

Bug fixes
Unsupported

Removed version information in mailgun.info.

mailgun 7.x-1.3

Bug fixes
Unsupported
  • Issue #2571841 by Jeffrey C.: Improved the recognition mechanism to allow subdomains to be used.

mailgun 7.x-1.2

Bug fixes
New features
Unsupported

Full e-mail sending functionality ported and a minor bug squashed.

Issues fixed in this release:

mailgun 7.x-1.1

Bug fixes
Unsupported

Mail System is a dependency of this module but was not declared! You are urged to update as soon as possible.

Issues fixed in this release:

  • Issue #2549421 by Jeffrey C.: Added Mail System as a dependency of the module.

mailgun 7.x-1.0

Unsupported

First stable release of the module. Basic features ported.

Subscribe with RSS Subscribe to Releases for Mailgun