From 2cbc19fa35d917b240600042d1466804ded9b7bb Mon Sep 17 00:00:00 2001 From: Sorin Nunca Date: Fri, 5 Sep 2025 23:06:07 +0300 Subject: [PATCH] Summer Special: Enable the flow --- config/development.json | 2 +- config/horizon.json | 2 +- config/production.json | 2 +- config/stage.json | 2 +- config/wpcalypso.json | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/config/development.json b/config/development.json index 56f8761660c1..a404c75a1ebd 100644 --- a/config/development.json +++ b/config/development.json @@ -33,7 +33,7 @@ "100-year-domain": true, "100-year-plan/vip": true, "a4a-dev-sites": true, - "summer-special-2025": false, + "summer-special-2025": true, "summer-special-2025-banner": false, "ad-tracking": false, "akismet/checkout-quantity-dropdown": true, diff --git a/config/horizon.json b/config/horizon.json index c3e78bd0c53a..c493c456377d 100644 --- a/config/horizon.json +++ b/config/horizon.json @@ -39,7 +39,7 @@ "home/layout-dev": true, "hosting/hosting-features-callout": true, "hosting-server-settings-enhancements": true, - "summer-special-2025": false, + "summer-special-2025": true, "summer-special-2025-banner": false, "i18n/empathy-mode": false, "i18n/translation-scanner": true, diff --git a/config/production.json b/config/production.json index e2a1fd2ac7a5..5191172389ef 100644 --- a/config/production.json +++ b/config/production.json @@ -49,7 +49,7 @@ "help/gpt-response": true, "hosting/hosting-features-callout": true, "hosting-server-settings-enhancements": true, - "summer-special-2025": false, + "summer-special-2025": true, "summer-special-2025-banner": false, "i18n/empathy-mode": false, "i18n/translation-scanner": true, diff --git a/config/stage.json b/config/stage.json index 36de15e800ee..bbc9c1a43151 100644 --- a/config/stage.json +++ b/config/stage.json @@ -49,7 +49,7 @@ "help/gpt-response": true, "hosting/hosting-features-callout": true, "hosting-server-settings-enhancements": true, - "summer-special-2025": false, + "summer-special-2025": true, "summer-special-2025-banner": false, "i18n/empathy-mode": true, "importer/site-backups": true, diff --git a/config/wpcalypso.json b/config/wpcalypso.json index 6d0f6f360c85..0bfe6272c5b7 100644 --- a/config/wpcalypso.json +++ b/config/wpcalypso.json @@ -57,7 +57,7 @@ "hosting/datacenter-picker": true, "hosting/hosting-features-callout": true, "hosting-server-settings-enhancements": true, - "summer-special-2025": false, + "summer-special-2025": true, "summer-special-2025-banner": false, "i18n/translation-scanner": true, "importer/site-backups": true,