0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-10 23:36:14 -05:00
ghost/core
Rishabh 6f89ccf901 Added default_content_visibility_tiers setting for default tiers visibility
refs https://github.com/TryGhost/Team/issues/1071

Default content visibility for a post can be one of `public|members|paid|tiers`, where `tiers` denotes visibility restricted to specific tiers. This change adds a new setting to store the tier ids when default content visibility is set to `tiers`. This closely matches how the visibility is stored on `posts` table as well, with `visibility` stored as `tiers` and tiers data is stored on tiers pivot table.
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 default_content_visibility_tiers setting for default tiers visibility 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
boot.js Added library for extracting database information 2022-01-18 09:31:08 +00:00
bridge.js