0
Fork 0
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:
Daniel Lockyer 2022-02-01 08:58:24 +00:00
commit dd7227d622
No known key found for this signature in database
GPG key ID: D21186F0B47295AD
3 changed files with 4 additions and 3 deletions

@ -1 +1 @@
Subproject commit 799b8d0b7e66a8a439918a69446ac9a7a0c8ce60 Subproject commit 15a82cc46cb5aae0cac833cdc42c8a76f20a3f36

View file

@ -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];

View file

@ -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",