0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-20 22:42:53 -05:00
ghost/core
Hannah Wolfe c02b0a19ac Used new default API version in theme engines
refs: 9f50e941eb
refs: bf0823c9a2

- Still working towards splitting the theme service into logical components
- The engine defaults were required in the index file, in a way that creates tight coupling across what would otherwise
be distinct components
- Also meant there was another hardcoded 'v4' in the codebase
- This fixes both issues by depending on the value from config
- Currently this adds Yet Another Config Require, but it should be fine for now until we have a new pattern for the frontend
- Note: We only care about the ghost-api engine, we used to care about both ghost and ghost-api. Now that there is only one there was no need for the more complex code structures
2021-04-21 18:08:17 +01:00
..
client@09020e8fd0 Updated Ghost-Admin to v4.3.0 2021-04-21 09:10:24 +01:00
frontend Used new default API version in theme engines 2021-04-21 18:08:17 +01:00
server Updated bson-objectid calls to match API change 2021-04-21 16:23:52 +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