From 8605597eea23e3a0fadaad60f4185255d59baf1e Mon Sep 17 00:00:00 2001 From: Rishabh Date: Fri, 11 Jun 2021 15:10:23 +0530 Subject: [PATCH] Updated multiple products UI handling on Portal refs https://github.com/TryGhost/Ghost/commit/4c1c607b83125d3bb6274dabbaa61ce7a0e33098 - last commit missed updating portal version in the url, updated. --- core/shared/config/defaults.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/shared/config/defaults.json b/core/shared/config/defaults.json index 37e1eac080..5da7a3deb9 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.5.1/umd/portal.min.js", + "url": "https://unpkg.com/@tryghost/portal@~1.6.0/umd/portal.min.js", "version": "~1.6.0" } }