From f50f598118a4d2a7a18fc2857410f216353a335e Mon Sep 17 00:00:00 2001 From: Christopher Butler Date: Thu, 3 Jul 2025 15:20:54 -0400 Subject: [PATCH] Activate SearchEngineKeywordsPerformance Plugin Why these changes are being introduced: The files are in place in the container across all three environments and the `./console plugin:activate` command has been run once in all three environments (which preps the database). Now we need to ensure that any container redeploys maintain the active status for this plugin. How this addresses that need: * Add the SearchEngineKeywordsPerformance to the list of installed plugins * Add the SearchEngineKeywordsPerformance to the list of active plugins Side effects of this change: None. Relevant ticket(s): * https://mitlibraries.atlassian.net/browse/INFRA-558 --- files/config.ini.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/files/config.ini.php b/files/config.ini.php index a7f0fdf..50d90ac 100644 --- a/files/config.ini.php +++ b/files/config.ini.php @@ -107,6 +107,7 @@ Plugins[] = "CustomVariables" Plugins[] = "EnvironmentVariables" Plugins[] = "HeatmapSessionRecording" +Plugins[] = "SearchEngineKeywordsPerformance" Plugins[] = "UsersFlow" @@ -183,6 +184,7 @@ PluginsInstalled[] = "VisitsSummary" PluginsInstalled[] = "WebsiteMeasurable" PluginsInstalled[] = "Widgetize" +PluginsInstalled[] = "SearchEngineKeywordsPerformance" [HeatmapSessionRecording] add_tracking_code_only_when_needed = 1