From 08a68f200bbe7073df05584b835918dbf13a759e Mon Sep 17 00:00:00 2001 From: Rishabh Date: Tue, 28 Sep 2021 18:33:47 +0530 Subject: [PATCH] Added portal redirect for first version of offers refs https://github.com/TryGhost/Team/issues/1086 - bumps portal to handle offers link which redirects to stripe checkout with coupon applied - uses hardcoded coupon value for prototype --- core/shared/config/defaults.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/shared/config/defaults.json b/core/shared/config/defaults.json index 7667145aca..bcc30fcea7 100644 --- a/core/shared/config/defaults.json +++ b/core/shared/config/defaults.json @@ -121,7 +121,7 @@ "emailAnalytics": true }, "portal": { - "url": "https://unpkg.com/@tryghost/portal@~1.10.0/umd/portal.min.js", - "version": "1.10" + "url": "https://unpkg.com/@tryghost/portal@~1.11.0/umd/portal.min.js", + "version": "1.11" } }