From fa9960815070b72f12df4c46e954719f869f47b8 Mon Sep 17 00:00:00 2001 From: Sodbileg Gansukh Date: Mon, 2 Oct 2023 17:41:51 +0800 Subject: [PATCH 1/2] Fixed post edit button URL no issues - the edit button in the post list wasn't doing anything with an empty link - now it has same URL as the post list item and it directs to its edit screen --- ghost/admin/app/components/posts-list/list-item.hbs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ghost/admin/app/components/posts-list/list-item.hbs b/ghost/admin/app/components/posts-list/list-item.hbs index 25b221eadd..fbf47f2d92 100644 --- a/ghost/admin/app/components/posts-list/list-item.hbs +++ b/ghost/admin/app/components/posts-list/list-item.hbs @@ -206,7 +206,7 @@ {{else}} - + {{svg-jar "pen" title="Go to Editor"}} From ae3cd0edc1abcbd1eda90b24db1b708c1beba40c Mon Sep 17 00:00:00 2001 From: Ghost CI <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 2 Oct 2023 12:19:55 +0000 Subject: [PATCH 2/2] v5.66.1 --- 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 16677e64a3..2deba6d1e7 100644 --- a/ghost/admin/package.json +++ b/ghost/admin/package.json @@ -1,6 +1,6 @@ { "name": "ghost-admin", - "version": "5.66.0", + "version": "5.66.1", "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 9c40965990..6ad53a3fa9 100644 --- a/ghost/core/package.json +++ b/ghost/core/package.json @@ -1,6 +1,6 @@ { "name": "ghost", - "version": "5.66.0", + "version": "5.66.1", "description": "The professional publishing platform", "author": "Ghost Foundation", "homepage": "https://ghost.org",