Merged v4.34.2 into main

v4.34.2
This commit is contained in:
Daniel Lockyer 2022-02-01 16:08:47 +00:00
commit fd69899b9f
No known key found for this signature in database
GPG Key ID: D21186F0B47295AD
3 changed files with 4 additions and 4 deletions

@ -1 +1 @@
Subproject commit 15a82cc46cb5aae0cac833cdc42c8a76f20a3f36
Subproject commit fe9a33563fa2d10e03749af6d89a7a9118a44b5b

View File

@ -138,8 +138,8 @@ module.exports = {
ghostMailer.send({
subject,
html: tpl(message, {
amountImported,
siteUrl: this._urlUtils.getSiteUrl()
importedNumber: amountImported,
siteUrl: urlUtils.getSiteUrl()
}),
forceTextContent: true,
from: fromAddress,

View File

@ -1,6 +1,6 @@
{
"name": "ghost",
"version": "4.34.1",
"version": "4.34.2",
"description": "The professional publishing platform",
"author": "Ghost Foundation",
"homepage": "https://ghost.org",