mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-25 11:55:03 +03:00
Merged v4.34.2 into main
v4.34.2
This commit is contained in:
commit
fd69899b9f
@ -1 +1 @@
|
|||||||
Subproject commit 15a82cc46cb5aae0cac833cdc42c8a76f20a3f36
|
Subproject commit fe9a33563fa2d10e03749af6d89a7a9118a44b5b
|
@ -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,
|
||||||
|
@ -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",
|
||||||
|
Loading…
Reference in New Issue
Block a user