mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-03 23:00:14 -05:00
no issue - Member gating on post/page content is done using member context on request's frame - Custom static page route was incorrectly setting the member context as `members` instead of `member`, which caused logged-in members to still not able to see content while logged in as a member - Fix corrects the member context for these routes to use `member` as expected |
||
---|---|---|
.. | ||
config | ||
controllers | ||
helpers | ||
middlewares | ||
bootstrap.js | ||
CollectionRouter.js | ||
index.js | ||
ParentRouter.js | ||
PreviewRouter.js | ||
registry.js | ||
RSSRouter.js | ||
settings.js | ||
StaticPagesRouter.js | ||
StaticRoutesRouter.js | ||
TaxonomyRouter.js | ||
UnsubscribeRouter.js |