0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-20 22:42:53 -05:00
ghost/core
Naz Gargol ff13821b27
Members post gating options (#11160)
no issue

- Removed uses of `visibility` column in frontend url service configs
- The value of `visibility` is always set to 'public' in posts at the moment and doesn't serve any specific purpose when used with these filters.
- Allowed new visibility attributes in post model
- `posts.visibility` column is being repurposed for the needs of member content gating
- Added test for visibility editing in Admin API
- Corrected test schema checks for Admin API post/page responses
2019-09-26 15:38:35 +02:00
..
client@f1a795a856 Updated Ghost-Admin to 2.31.1 2019-09-23 17:13:25 +02:00
frontend Members post gating options (#11160) 2019-09-26 15:38:35 +02:00
server Members post gating options (#11160) 2019-09-26 15:38:35 +02:00
test Members post gating options (#11160) 2019-09-26 15:38:35 +02:00
index.js