Releases: Sebiworld/PageAccessReleasetime
Releases · Sebiworld/PageAccessReleasetime
v1.0.5
1.0.4: $page->listable hook
With this small release a hook for $page->listable()
is introduced. If you want to check wether a page should be accessible for list-views, you should use this call to double check if each page can be seen. For detail-views or to check wether a list-item can be linked to a detail-view, you should continue to use $page->viewable()
.