Ghost/core/server/lib
Daniel Lockyer 85da9bdeb2 Updated Ghost versioning lib to include all prerelease IDs
- currently if Ghost has a version of something like
  `3.37.0-pre.abc.def`, Ghost will return `3.37.0-pre.abc` as the full
  version
- this hides parts of the version which are useful for debugging
- this commit updates the logic to join together all prerelease elements
  so we keep the full string
2020-10-29 12:44:55 +00:00
..
common Fixed "no-shadow" linting error in server modules (#12287) 2020-10-20 12:02:56 +13:00
fs/package-json Fixed "no-shadow" linting error in server modules (#12287) 2020-10-20 12:02:56 +13:00
image Fixed "no-shadow" linting error in server modules (#12287) 2020-10-20 12:02:56 +13:00
ghost-version.js Updated Ghost versioning lib to include all prerelease IDs 2020-10-29 12:44:55 +00:00
mobiledoc.js 🐛 Fixed width/height attributes in gallery cards not matching resized images 2020-10-19 17:05:57 +01:00
request-external.js Reverted to previous user-agent for bookmark and oembed requests 2020-06-15 16:02:04 +01:00
request.js Updated var declarations to const/let and no lists 2020-04-29 16:51:13 +01:00