mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-17 23:44:39 -05:00
Merged v4.34.1 into main
v4.34.1
This commit is contained in:
commit
dd7227d622
3 changed files with 4 additions and 3 deletions
|
@ -1 +1 @@
|
||||||
Subproject commit 799b8d0b7e66a8a439918a69446ac9a7a0c8ce60
|
Subproject commit 15a82cc46cb5aae0cac833cdc42c8a76f20a3f36
|
|
@ -31,7 +31,8 @@ const ALPHA_FEATURES = [
|
||||||
'beforeAfterCard',
|
'beforeAfterCard',
|
||||||
'tweetGridCard',
|
'tweetGridCard',
|
||||||
'membersActivityFeed',
|
'membersActivityFeed',
|
||||||
'improvedOnboarding'
|
'improvedOnboarding',
|
||||||
|
'tierWelcomePages'
|
||||||
];
|
];
|
||||||
|
|
||||||
module.exports.GA_KEYS = [...GA_FEATURES];
|
module.exports.GA_KEYS = [...GA_FEATURES];
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "ghost",
|
"name": "ghost",
|
||||||
"version": "4.34.0",
|
"version": "4.34.1",
|
||||||
"description": "The professional publishing platform",
|
"description": "The professional publishing platform",
|
||||||
"author": "Ghost Foundation",
|
"author": "Ghost Foundation",
|
||||||
"homepage": "https://ghost.org",
|
"homepage": "https://ghost.org",
|
||||||
|
|
Loading…
Add table
Reference in a new issue