Skip to content
Snippets Groups Projects
Commit c615f415 authored by Mohammad AbulQader's avatar Mohammad AbulQader
Browse files

Issue #3438703 by m.abdulqader: Automated Drupal 11 compatibility fixes for unified_mail_dispatcher

parent ddd8b796
No related branches found
No related tags found
No related merge requests found
......@@ -11,5 +11,3 @@ Click on the gear icon next to the channel name to open its settings. Go to the
To specify a single email address, simply enter the email address in the configuration form.
You can switch between Discord notifications and email by selecting the appropriate option in the configuration form.
Note: The module will not work unless a valid Discord webhook URL or email address is specified in the configuration.
......@@ -3,4 +3,4 @@ description: Alters the Drupal mail system to send notifications to Discord or a
package: Custom
type: module
version: 1.0
core_version_requirement: ^9.3 || ^10
core_version_requirement: ^10 || ^11
......@@ -5,4 +5,3 @@ services:
unified_mail_dispatcher.discord_manager:
class: Drupal\unified_mail_dispatcher\DiscordManager
arguments: ['@http_client', '@logger.factory']
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment