0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-06 22:40:14 -05:00
ghost/core/server
Fabien 'egg' O'Carroll cbaf6e5a74
🐛 Fixed backwards compatibility for newsletters (#12422)
closes https://github.com/TryGhost/Ghost/issues/12416

This fixes compatibility for the `send_email_when_published` option for
the Posts API.

The model layer only allows setting the `email_recipient_filter` column
when the `status` is being changed. Because of this we need to withhold
the `status` change until after we have determined the
`email_recipient_filter`.
2020-11-25 13:58:21 +00:00
..
adapters Fixed "no-shadow" linting error in server modules (#12287) 2020-10-20 12:02:56 +13:00
api 🐛 Fixed backwards compatibility for newsletters (#12422) 2020-11-25 13:58:21 +00:00
data Refactored 'add column' migrations to use helper 2020-11-25 13:56:10 +00:00
lib Added JSDoc comments into package-json lib 2020-11-25 11:29:04 +00:00
models Included all subscriptions in stripeSubscriptions (#12414) 2020-11-25 10:39:07 +00:00
public Enabled Portal (#12317) 2020-11-03 14:36:21 +05:30
services Included all subscriptions in stripeSubscriptions (#12414) 2020-11-25 10:39:07 +00:00
translations Updated redirect error message 2020-11-04 12:26:22 +13:00
views
web Added support for graceful job shutdown and worker threads 2020-11-23 17:17:49 +13:00
analytics-events.js
ghost-server.js Improved job queue logging 2020-11-25 13:28:13 +13:00
index.js
overrides.js Removed global.Promise override (#12182) 2020-11-04 10:55:47 +00:00
update-check.js