mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-03-11 02:12:21 -05:00
Merged v5.50.0 into main
This commit is contained in:
commit
67fdff479b
4 changed files with 21 additions and 20 deletions
|
@ -56,11 +56,13 @@
|
|||
<div class="gh-main-section">
|
||||
<h4 class="gh-main-section-header small bn">Beta features</h4>
|
||||
<div class="gh-expandable">
|
||||
<Labs::Lexical />
|
||||
|
||||
<div class="gh-expandable-block">
|
||||
<div class="gh-expandable-header">
|
||||
<div>
|
||||
<h4 class="gh-expandable-title">Substack migrator</h4>
|
||||
<p class="gh-expandable-description">Import all your content, members and paid subscriptions</p>
|
||||
<p class="gh-expandable-description">A <a href="https://ghost.org/help/importing-from-substack/" target="_blank" rel="noopener noreferrer">step-by-step tool</a> to easily import all your content, members and paid subscriptions</p>
|
||||
</div>
|
||||
<LinkTo @route="migrate" class="gh-btn" data-test-link="migrate">
|
||||
<span>Open</span>
|
||||
|
@ -68,6 +70,20 @@
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<div class="gh-expandable-block">
|
||||
<div class="gh-expandable-header">
|
||||
<div>
|
||||
<h4 class="gh-expandable-title">Portal translation</h4>
|
||||
<p class="gh-expandable-description">
|
||||
Translate your membership flows into your publication language (<a href="https://github.com/TryGhost/Ghost/tree/main/ghost/i18n/locales" target="_blank" rel="noopener noreferrer">supported languages</a>). Don’t see yours? <a href="https://forum.ghost.org/t/help-translate-ghost-beta/37461" target="_blank" rel="noopener noreferrer">Get involved</a>
|
||||
</p>
|
||||
</div>
|
||||
<div class="for-switch">
|
||||
<GhFeatureFlag @flag="i18n" />
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="gh-expandable-block">
|
||||
<GhUploader
|
||||
@extensions={{this.redirectsFileExtensions}}
|
||||
|
@ -165,19 +181,6 @@
|
|||
</div>
|
||||
</GhUploader>
|
||||
</div>
|
||||
<div class="gh-expandable-block">
|
||||
<div class="gh-expandable-header">
|
||||
<div>
|
||||
<h4 class="gh-expandable-title">Enable Portal translations (beta)</h4>
|
||||
<p class="gh-expandable-description">
|
||||
Enable support for translations in the members signup/login system
|
||||
</p>
|
||||
</div>
|
||||
<div class="for-switch">
|
||||
<GhFeatureFlag @flag="i18n" />
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
@ -200,8 +203,6 @@
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<Labs::Lexical />
|
||||
|
||||
<div class="gh-expandable-block">
|
||||
<div class="gh-expandable-header">
|
||||
<div>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "ghost-admin",
|
||||
"version": "5.49.3",
|
||||
"version": "5.50.0",
|
||||
"description": "Ember.js admin client for Ghost",
|
||||
"author": "Ghost Foundation",
|
||||
"homepage": "http://ghost.org",
|
||||
|
|
|
@ -26,12 +26,12 @@ const GA_FEATURES = [
|
|||
const BETA_FEATURES = [
|
||||
'i18n',
|
||||
'activitypub',
|
||||
'webmentions'
|
||||
'webmentions',
|
||||
'lexicalEditor'
|
||||
];
|
||||
|
||||
const ALPHA_FEATURES = [
|
||||
'urlCache',
|
||||
'lexicalEditor',
|
||||
'lexicalMultiplayer',
|
||||
'websockets',
|
||||
'stripeAutomaticTax',
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "ghost",
|
||||
"version": "5.49.3",
|
||||
"version": "5.50.0",
|
||||
"description": "The professional publishing platform",
|
||||
"author": "Ghost Foundation",
|
||||
"homepage": "https://ghost.org",
|
||||
|
|
Loading…
Add table
Reference in a new issue