Ghost/core
Kevin Ansfield ee6ca9b654
Fixed AMP URLs not being transformed to absolute (#12737)
refs https://github.com/TryGhost/Team/issues/467
refs https://github.com/TryGhost/Ghost/pull/12731

- AMP helper fetches HTML directly from the database rather than fetching via the API so we can't rely on the API serializers to perform transforms for us
- switched the `relativeToAbsolute(html)` call to `transformReadyToAbsolute(html)` to match the new `__GHOST_URL__` storage format
2021-03-06 09:43:50 +00:00
..
client@4d2987b65c Updated Ghost-Admin to v4.0.0-rc.0 2021-03-05 14:08:52 +00:00
frontend Fixed AMP URLs not being transformed to absolute (#12737) 2021-03-06 09:43:50 +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