0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-06 22:40:14 -05:00
ghost/core
Rishabh 3ccd3601b3 🐛 Fixed post content gating error for themes using old api
refs https://github.com/TryGhost/Team/issues/1071

We switched to using tiers pivot table that stores list of tiers with access to post when visibility is set to `tiers`. For themes using v3 API while having posts restricted to specific tiers visibility, the post data will not include the list of tiers, which caused an unexpected error while trying to determine post access from tiers list. This change blocks access to post if specific tiers visibility is enabled without data available for list of tiers on post.
2022-02-11 12:26:19 +05:30
..
client@7231f031e5 Updated Admin to v4.35.0 2022-02-04 16:00:26 +00:00
frontend 🐛 Fixed AssetHelper not working with svg (#13978) 2022-02-07 15:07:18 +00:00
server 🐛 Fixed post content gating error for themes using old api 2022-02-11 12:26:19 +05:30
shared Added tierName feature flag 2022-02-10 11:40:28 +01:00
app.js Fixed express app stacking 2021-12-06 21:28:53 +13:00
boot.js Added library for extracting database information 2022-01-18 09:31:08 +00:00
bridge.js Added missing async/await calls 2021-11-23 17:24:50 +00:00