0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-20 22:42:53 -05:00
ghost/test/regression/api
Kevin Ansfield 19d5448101
🐛 Fixed complimentary members' content gating (#12761)
no issue

Comped members were not able to view paid-member content because content gating was only looking for `member.status === 'paid'` which doesn't take into consideration members on a "complimentary" plan.

- added front-end acceptance tests for member access to posts
- updated content-gating check to take comped members into consideration
2021-03-15 19:13:48 +13:00
..
canary 🐛 Fixed complimentary members' content gating (#12761) 2021-03-15 19:13:48 +13:00
v2 Updated fixtures for Ghost v4.0 2021-03-10 17:37:16 +00:00
v3 🐛 Fixed complimentary members' content gating (#12761) 2021-03-15 19:13:48 +13:00
admin_spec.js Moved config from server to shared (#11850) 2020-05-27 18:47:53 +01:00