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({ ghostMailer.send({
subject, subject,
html: tpl(message, { html: tpl(message, {
amountImported, importedNumber: amountImported,
siteUrl: this._urlUtils.getSiteUrl() siteUrl: urlUtils.getSiteUrl()
}), }),
forceTextContent: true, forceTextContent: true,
from: fromAddress, from: fromAddress,

View File

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