0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-03 23:00:14 -05:00
ghost/core
Hannah Wolfe 03b0139ef9
Allow page to be used as post in dynamic routing
closes: https://github.com/TryGhost/Ghost/issues/10042
closes: https://github.com/TryGhost/Ghost/issues/14206

- the fact that pages are exposed as .page in dynamic routing has never played nicely
- this fix changes nothing in the tests - which shows this was never a covered case
- ideally I should add some tests, but for now this tiny change should prevent a lot of dynamic routing pain
- note, it doesn't remove .page, it just adds .post, so both work
2022-05-27 15:11:34 +01:00
..
admin@8ca83d0446 Updated Admin to v5.0.2 2022-05-26 15:17:25 +01:00
cli Added docs for writing new commands 2022-05-17 17:16:44 +01:00
frontend Allow page to be used as post in dynamic routing 2022-05-27 15:11:34 +01:00
server Added inviting user's email address as the reply-to address for staff invites 2022-05-27 13:05:29 +01:00
shared Removed GA feature flags (#14915) 2022-05-26 09:54:30 +02:00
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