mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-10 23:36:14 -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',
|
||||
'tweetGridCard',
|
||||
'membersActivityFeed',
|
||||
'improvedOnboarding'
|
||||
'improvedOnboarding',
|
||||
'tierWelcomePages'
|
||||
];
|
||||
|
||||
module.exports.GA_KEYS = [...GA_FEATURES];
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "ghost",
|
||||
"version": "4.34.0",
|
||||
"version": "4.34.1",
|
||||
"description": "The professional publishing platform",
|
||||
"author": "Ghost Foundation",
|
||||
"homepage": "https://ghost.org",
|
||||
|
|
Loading…
Add table
Reference in a new issue