0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-03-11 02:12:21 -05:00
ghost/core
Rishabh c99ee980af Added migration to transform default tiers visibility from nql string
refs https://github.com/TryGhost/Team/issues/1071

Default content visiblity for specific tiers is now stored split between `default_content_visiblity` and `default_content_visibility_tiers` setting, with former storing the value as `tiers` and the latter stores the list of tiers that the visibility is restricted to. This migration transforms all existing sites that have default visibility stored as an NQL string from previous versions to follow the new model and store correctly on the new setting.
2022-02-04 19:56:11 +05:30
..
client@b0554f1890 Updated Admin to v4.34.3 2022-02-02 15:42:32 +00:00
frontend Updated wording on unsubscribe confirmation with paid conditional 2022-02-02 12:36:41 +00:00
server Added migration to transform default tiers visibility from nql string 2022-02-04 19:56:11 +05:30
shared Merged v4.34.1 into main 2022-02-01 08:58:24 +00: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