Ghost/core
Kevin Ansfield 28f0bc6bd2
Fixed settings images (cover_image, logo, etc) having wrong URL (#12736)
refs https://github.com/TryGhost/Team/issues/467
refs https://github.com/TryGhost/Ghost/pull/12731

- settings are mostly fetched directly from the settings cache rather than via the API so they aren't subject to the API-level output serializers that transform URLs meaning that URLs in the front-end ended up with raw `__GHOST_URL__` replacement strings
- added images to the Settings model's `parse()` method so they are transformed immediately when fetching from the database
2021-03-06 09:00:18 +00:00
..
client@4d2987b65c Updated Ghost-Admin to v4.0.0-rc.0 2021-03-05 14:08:52 +00:00
frontend 🏗 Changed internal URL storage format to use __GHOST_URL__ (#12731) 2021-03-05 13:54:01 +00:00
server Fixed settings images (cover_image, logo, etc) having wrong URL (#12736) 2021-03-06 09:00:18 +00:00
shared Bumped default API version to v4 in url-utils 2021-03-03 17:26:55 +13:00
app.js Added Sentry to new boot process 2021-02-19 09:20:41 +00:00
boot.js Added limit service 2021-03-03 13:43:05 +00:00