Ghost/core
Simon Backx c32b1baa9b
Added support for publishing email only posts by setting status to sent (#14950)
no issue

If you try to publish a draft email only post by setting the status to sent, you won't receive an error but the email won't get sent. This is because we don't support this behaviour. This is very counter-intuitive when writing the documentation, so I've patched this behaviour and added some more tests.
- When setting the status to `sent` for not email only posts, the post status will be set to `published` without warning
- Also published_by was not set correctly in the past. This is also fixed and has new tests.
2022-06-01 14:53:55 +02:00
..
admin@9db564d1fd Updated Admin to v5.1.1 2022-05-30 13:54:28 +01:00
cli Added docs for writing new commands 2022-05-17 17:16:44 +01:00
frontend 🎨 Reduced favicon requirements and added image formatting (#14918) 2022-05-27 16:36:53 +02:00
server Added support for publishing email only posts by setting status to sent (#14950) 2022-06-01 14:53:55 +02:00
shared Updated single tier labels and subscription error messages 2022-06-01 13:44:08 +05:30
app.js Fixed express app stacking 2021-12-06 21:28:53 +13:00
boot.js Added frontend key to ghost_head for portal (#14782) 2022-05-11 17:34:31 +01:00
bridge.js Renamed lang and session_secret default settings (#14791) 2022-05-12 15:07:05 +01:00