From 1412046b3db159818681ea8686a94d9c76ea09b2 Mon Sep 17 00:00:00 2001 From: Joseph Zhao Date: Tue, 5 Mar 2024 09:16:36 +1100 Subject: [PATCH 1/3] Add drupal/mailsystem and set it as obsolete --- composer.json | 1 + src/Modules/Lifecycle.php | 1 + 2 files changed, 2 insertions(+) diff --git a/composer.json b/composer.json index c640a072..4cf35081 100644 --- a/composer.json +++ b/composer.json @@ -80,6 +80,7 @@ "drupal/linked_field": "1.5.0", "drupal/linkit": "6.1.2", "drupal/login_security": "2.0.1", + "drupal/mailsystem": "4.4.0", "drupal/media_entity_file_replace": "1.2.0", "drupal/media_file_delete": "1.3.0", "drupal/media_vimeo_domain_privacy": "1.1", diff --git a/src/Modules/Lifecycle.php b/src/Modules/Lifecycle.php index 0d21738e..125b8a58 100644 --- a/src/Modules/Lifecycle.php +++ b/src/Modules/Lifecycle.php @@ -17,6 +17,7 @@ class Lifecycle { const OBSOLETE_MODULES = [ 'config_filter', 'forum', + 'mailsystem', 'panelizer', 'swiftmailer', 'tracker', From 4b738c775d2e86abea7b8da1c3450968436b5944 Mon Sep 17 00:00:00 2001 From: Tara Date: Tue, 5 Mar 2024 09:46:40 +1100 Subject: [PATCH 2/3] GOVCMSD10-623] Uninstall CKEditor 4 --- src/Modules/Lifecycle.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Modules/Lifecycle.php b/src/Modules/Lifecycle.php index 0d21738e..32b3c30f 100644 --- a/src/Modules/Lifecycle.php +++ b/src/Modules/Lifecycle.php @@ -15,6 +15,7 @@ class Lifecycle { // Obsolete modules. const OBSOLETE_MODULES = [ + 'ckeditor', 'config_filter', 'forum', 'panelizer', From ba3f9892aa743d539a7b56000cd2bed1738532a7 Mon Sep 17 00:00:00 2001 From: ruwanl Date: Tue, 5 Mar 2024 21:15:19 +1100 Subject: [PATCH 3/3] Revert "[GOVCMSD10-447] Update drupal/scheduled_transitions module from 2.3.0 to 2.4.1" --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 4cf35081..b1c53525 100644 --- a/composer.json +++ b/composer.json @@ -104,7 +104,7 @@ "drupal/rest_menu_items": "3.0.3", "drupal/robotstxt": "1.5.0", "drupal/role_delegation": "1.2.0", - "drupal/scheduled_transitions": "2.4.1", + "drupal/scheduled_transitions": "2.3.0", "drupal/search_api": "1.31.0", "drupal/search_api_attachments": "9.0.2", "drupal/search_api_solr": "4.3.1",