Ghost/core
Kevin Ansfield 932def7e6d Fixed replacement strings showing when viewing sent emails
refs https://github.com/TryGhost/Ghost/pull/12232

When viewing sent emails in Ghost's admin area, it displays the `html` field directly from the `email` relation loaded with the post. Since the `mega` refactor we now store raw content in that field rather than sanitized "preview" content so it's necessary to modify the API output to match the old behaviour.

- use the API output serializers to parse replacements in email content and replace with the desired fallback or empty string
2020-09-29 17:39:22 +01:00
..
client@a80e2681f1 Updated Ghost-Admin to v3.34.1 2020-09-24 19:26:52 +01:00
frontend Renamed membersjs script name to portal 2020-09-24 12:08:51 +05:30
server Fixed replacement strings showing when viewing sent emails 2020-09-29 17:39:22 +01:00
shared Added support for Stripe promo codes in config (#12149) 2020-09-21 13:15:41 +01:00
index.js Refactored server announce functions to be clearer 2020-08-09 17:25:15 +01:00