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:
commit
8a5b1dd5d9
3 changed files with 3 additions and 3 deletions
|
@ -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;
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Add table
Reference in a new issue