From 75205a7d31ba2938e921b9c913a8f3e9630fd05f Mon Sep 17 00:00:00 2001 From: Michael Barrett Date: Wed, 23 Oct 2024 11:36:16 +0100 Subject: [PATCH 1/2] Updated admin-x-activitypub URL to point at shorter cached version (#21378) no refs --- .github/workflows/ci.yml | 2 +- ghost/admin/lib/asset-delivery/index.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index eec2c09aed..23af4a5edc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1068,4 +1068,4 @@ jobs: uses: gacts/purge-jsdelivr-cache@v1 with: url: | - https://cdn.jsdelivr.net/npm/@tryghost/admin-x-activitypub@0/dist/admin-x-activitypub.js + https://cdn.jsdelivr.net/ghost/admin-x-activitypub@0/dist/admin-x-activitypub.js diff --git a/ghost/admin/lib/asset-delivery/index.js b/ghost/admin/lib/asset-delivery/index.js index 17a291afa6..b353dc55b3 100644 --- a/ghost/admin/lib/asset-delivery/index.js +++ b/ghost/admin/lib/asset-delivery/index.js @@ -44,7 +44,7 @@ module.exports = { console.log(`Asset-Delivery: ${key} = ${value}`); } - this.packageConfig[`adminXActivitypubCustomUrl`] = 'https://cdn.jsdelivr.net/npm/@tryghost/admin-x-activitypub@0/dist/admin-x-activitypub.js' + this.packageConfig[`adminXActivitypubCustomUrl`] = 'https://cdn.jsdelivr.net/ghost/admin-x-activitypub@0/dist/admin-x-activitypub.js' } return this.packageConfig; From e8b6f9ff84fa065cd21c20fcd8cbbce45cd9eb5c Mon Sep 17 00:00:00 2001 From: Ghost CI <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 23 Oct 2024 12:30:53 +0000 Subject: [PATCH 2/2] v5.97.3 --- ghost/admin/package.json | 2 +- ghost/core/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ghost/admin/package.json b/ghost/admin/package.json index ec9f5bf49d..0cb9a98935 100644 --- a/ghost/admin/package.json +++ b/ghost/admin/package.json @@ -1,6 +1,6 @@ { "name": "ghost-admin", - "version": "5.97.2", + "version": "5.97.3", "description": "Ember.js admin client for Ghost", "author": "Ghost Foundation", "homepage": "http://ghost.org", diff --git a/ghost/core/package.json b/ghost/core/package.json index cffa3bc783..da28179bfe 100644 --- a/ghost/core/package.json +++ b/ghost/core/package.json @@ -1,6 +1,6 @@ { "name": "ghost", - "version": "5.97.2", + "version": "5.97.3", "description": "The professional publishing platform", "author": "Ghost Foundation", "homepage": "https://ghost.org",