0.5.4
June 2nd, 2024
What's changed
- Make
shouldApplyRestriction
function inRestrict.php
more concise
0.5.3
June 1st, 2024
What's changed
- Remove Restrict facade and make it a static function instead
- Use
Statamic::isCpRoute()
to determine if current route is a CP route - Update README
0.5.0
May 30th, 2024
What's new
- Using a custom EntryPolicy to define custom logic instead of the
Restrict
facade.