From 811f37e18a3d3dcf58d3d0c5559cacdb86f89997 Mon Sep 17 00:00:00 2001 From: Simon Backx Date: Wed, 5 Oct 2022 12:45:58 +0200 Subject: [PATCH] Bumped used Portal version to v2.14.x refs https://github.com/TryGhost/Ghost/commit/eac8fbfdfdfc5e6f2e6816d236c8b240adb73916 refs https://github.com/TryGhost/Ghost/commit/e7378520a0d2a5862daaa284c612268080cd0058 refs https://github.com/TryGhost/Ghost/issues/14508 --- 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 dcea553002..10b55a3c7b 100644 --- a/ghost/core/core/shared/config/defaults.json +++ b/ghost/core/core/shared/config/defaults.json @@ -158,7 +158,7 @@ }, "portal": { "url": "https://cdn.jsdelivr.net/ghost/portal@~{version}/umd/portal.min.js", - "version": "2.13" + "version": "2.14" }, "sodoSearch": { "url": "https://cdn.jsdelivr.net/ghost/sodo-search@~{version}/umd/sodo-search.min.js",