0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-10 23:36:14 -05:00

Merged v5.47.2 into main

This commit is contained in:
Ghost CI 2023-05-15 07:56:45 +00:00
commit 8a5b1dd5d9
3 changed files with 3 additions and 3 deletions

View file

@ -150,7 +150,7 @@ export default class GhPostSettingsMenu extends Component {
&& this.post.emailOnly === false;
if (this.post.isPublished === true) {
showPostHistory = this.post.hasEmail === false;
return showPostHistory && this.post.hasEmail === false;
}
return showPostHistory;

View file

@ -1,6 +1,6 @@
{
"name": "ghost-admin",
"version": "5.47.1",
"version": "5.47.2",
"description": "Ember.js admin client for Ghost",
"author": "Ghost Foundation",
"homepage": "http://ghost.org",

View file

@ -1,6 +1,6 @@
{
"name": "ghost",
"version": "5.47.1",
"version": "5.47.2",
"description": "The professional publishing platform",
"author": "Ghost Foundation",
"homepage": "https://ghost.org",