0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-10 23:36:14 -05:00
ghost/core
Daniel Lockyer e9b21fdbd1 Updated bson-objectid calls to match API change
refs c873899e49

- as of `bson-objectid` v2.0.0, this library exports the function
  to generate an ObjectID directly, and then you need to use `.toHexString()`
  to get the 24 character hex string - 6696f27d82
- this commit removes all uses of `.generate()` and replaces with this
  change
2021-04-21 16:23:52 +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 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