Ghost/core
Hannah Wolfe 9f50e941eb Added default API version to config
refs: https://github.com/TryGhost/Team/issues/527
refs: bf0823c9a2

- We have default API versions littered all over the codebase. When we updated to Ghost v4 we realised just how many and how much of a pain in the ass this is to manage.
- This creates a config value we can use. It's in overrides for the time being because we usually default to that until there is a usecase for it being overridable. If there is one, cool, change it!
- The main motivation for adding this now and only using it in boot and urlUtils is as part of work to decouple the theme service into logical compontents, because the engines system inside of themes has its own default, and this is one cause of tight coupling
- Expectation is that we'll slowly roll out use of the new default, hopefully without requiring config in any additional places (e.g. passing the version in from the boot file)
2021-04-21 14:57:07 +01:00
..
client@09020e8fd0 Updated Ghost-Admin to v4.3.0 2021-04-21 09:10:24 +01:00
frontend Moved theme config to new theme engine service 2021-04-21 14:21:32 +01:00
server Moved handlebars utils to new theme engine service 2021-04-21 14:21:32 +01:00
shared Added default API version to config 2021-04-21 14:57:07 +01:00
app.js Added Sentry to new boot process 2021-02-19 09:20:41 +00:00
boot.js Added default API version to config 2021-04-21 14:57:07 +01:00