Install
Works with Drupal: 8.xUsing Composer to manage Drupal site dependencies
Alternative installation files
Download tar.gz
23.24 KB
MD5: 6199055be9926eb73b42a6d0f8398ee3
SHA-1: d84fefcf7dbd4ce4d000c86bcda8d38c13b2925d
SHA-256: fe7b33bd355faf3739ec9cac6db2740f690d8cd68d1e07cee07429d28c3ded84
Download zip
38.29 KB
MD5: 92007e3f6b46a62af421017e53e28ae5
SHA-1: 31a3bceaeaf9173ad2345b1c863e0699a8043dae
SHA-256: 4c0de19a7c4a69c09c6050c2dbcab9d6dc34b2a3d138bfc5cc16ce59ce3d1efa
Release notes
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:
Bug
- #3030249 by abramm: Remove unnecessary composer.json requirements
- #3030198 by alexdevelop, Matroskeen: Make phpcs happy
- #2945190 by emartoni, Renrhaf: Testing email error if dblog not enabled
- #2940691 by markdorison, Matroskeen: Newlines stripped from test email
- #2941454 by markdorison: PHPCS Warning: Possible useless method overriding detected
- #2931986 by Matroskeen: Notices after test form submit
- #2905406: Removed useless code related to webform module.
Feature
- #3030240 by abramm: Remove static MailHandler service methods
- #3030229 by abramm: Provide MailgunHandler service interface
- #3030226 by james_kerrigan, abramm: Provide Mailgun client service
- #3030099 by Matroskeen: Improve email theme suggestions.
- #2973315 by paolomainardi: Add response body message to the exception
Task
- #3030447 by abramm: Client as a service test
- #3030108 by scoutex, Matroskeen: Add email template for "Welcome" emails
- #3030109 by Matroskeen: Add basic information to README file.
- #3030117 by abramm, asenenko, Matroskeen: Add warning message about wrong mail system on Test Email Form
- #2935874 by Matroskeen: Added nested module and template for test form email.
- #3004087 by chipway: Dependencies must be prefixed
- #2984292 by msankhala: Replace usages of the deprecated drupal_set_message() function
- #2982065 by svendecabooter: Use interfaces for dependency injection
- #2949375 by Matroskeen: Remove API key placeholder.
- #2941383 by markdorison: Update settings page descriptions for readability
- #2939579 by Matroskeen: Added tests for settings form.
- #2939577 by Matroskeen: Create a base test class and basic UI tests
- #2930006 by Matroskeen: Cc / Bcc are not passed correctly
- #2930007 by Matroskeen: Show current mail system on test email form
- #2929621 by yo30, Matroskeen: Add LICENSE.txt
- #2929836 by Matroskeen: Improve hook_requirements