Ghost/core
Kevin Ansfield 5fd2b7fed1 Added send_email_when_published query param to posts endpoint
no issue

- having a `send_email_when_published` property on the Post resource that only has an effect at certain times was confusing and was causing issues with clients that needed to know details of how that toggle worked
- makes `post.send_email_when_published` a fully read-only property in the API
- adds support for `?send_email_when_published=true` query param that can be passed in POST/PUT requests to the posts endpoint when scheduling or publishing a post - this is the only way to set `post.send_email_when_published` to `true`
- adds handling to ensure that `post.send_email_when_published` is always reset to `false` when reverting a post back to a draft _unless_ an email has already been sent
2019-11-14 17:29:03 +00:00
..
client@48443b790a Updated Ghost-Admin to 3.0.2 2019-10-30 11:08:00 +00:00
frontend Fixed post preview access flag in 3.0 (#11275) 2019-10-31 13:58:47 +07:00
server Added send_email_when_published query param to posts endpoint 2019-11-14 17:29:03 +00:00
shared/nql-map-key-values 🏗 Migrated posts.page column to posts.type (#11111) 2019-09-16 11:51:54 +01:00
test Updated fixtures regression test 2019-11-14 20:39:25 +05:30
index.js Changed where we trigger server start/stop announcement (#9815) 2018-08-22 13:28:31 +02:00