From 9bab4439e597d5bae2c0b0821398f3a63887c541 Mon Sep 17 00:00:00 2001 From: Rishabh Date: Tue, 8 Mar 2022 11:33:13 +0530 Subject: [PATCH] Updated Portal to handle new tier visibility property refs https://github.com/TryGhost/Team/issues/1387 Bumps portal with changes to handle new tier visibility property instead of portal plans/products setting. Also adds new UI refinements for tiers GA. --- 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 5ee9244e39..0bc0275a48 100644 --- a/core/shared/config/defaults.json +++ b/core/shared/config/defaults.json @@ -128,8 +128,8 @@ "emailAnalytics": true }, "portal": { - "url": "https://unpkg.com/@tryghost/portal@~1.15.0/umd/portal.min.js", - "version": "1.15" + "url": "https://unpkg.com/@tryghost/portal@~1.16.0/umd/portal.min.js", + "version": "1.16" }, "tenor": { "publicReadOnlyApiKey": null,