From 310ec7d58bdd2b5ec9c96b4e14812d3d0cae1b78 Mon Sep 17 00:00:00 2001 From: Daniel Lockyer Date: Fri, 5 May 2023 13:29:16 +0200 Subject: [PATCH] Bumped Portal to v2.30 fixes https://github.com/TryGhost/Ghost/issues/16641 - this updates Ghost to use the latest Portal, which contains updated translations and new locales since the last publish --- ghost/core/core/shared/config/defaults.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ghost/core/core/shared/config/defaults.json b/ghost/core/core/shared/config/defaults.json index 1e9ca86532..d673cc7ec0 100644 --- a/ghost/core/core/shared/config/defaults.json +++ b/ghost/core/core/shared/config/defaults.json @@ -176,7 +176,7 @@ }, "portal": { "url": "https://cdn.jsdelivr.net/ghost/portal@~{version}/umd/portal.min.js", - "version": "2.29" + "version": "2.30" }, "sodoSearch": { "url": "https://cdn.jsdelivr.net/ghost/sodo-search@~{version}/umd/sodo-search.min.js",