mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-20 22:42:53 -05:00
d1e5ccae14
- Ghost themes are allowed to define the API version they want to use, but this concept has never really worked correctly - We have a theory that it doesn't ever do quite what people want, and so always loading latest would not really break anything - this commit tests that theory - We're pinning to canary, as we're aiming to get rid of the concept of versions altogether - I could have done return config.get('api:versions:default');, but this actually returns v4 (although the same as canary, conceptually different) and it also seemed like an unnecessary level of indirection. This change should be easy to understand and to revert if we are wrong |
||
---|---|---|
.. | ||
client@ededa2b16f | ||
frontend | ||
server | ||
shared | ||
app.js | ||
boot.js | ||
bridge.js |