Skip to content

Releases: doefom/restrict

v0.5.4

02 Jun 07:22
Compare
Choose a tag to compare

What's changed

  • Make shouldApplyRestriction function in Restrict.php more concise

v0.5.3

01 Jun 08:32
Compare
Choose a tag to compare

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

Update README

30 May 13:38
Compare
Choose a tag to compare
v0.5.2

Update README.md

Update README

30 May 13:31
Compare
Choose a tag to compare
v0.5.1

Update README.md

Introduce v0.5.x

30 May 13:13
Compare
Choose a tag to compare

What's new

  • Using a custom EntryPolicy to define custom logic instead of the Restrict facade.

Update Project Description

27 May 17:56
Compare
Choose a tag to compare
v0.4.2

Update description in composer.json

Update README

27 May 17:07
Compare
Choose a tag to compare
v0.4.1

Update README.md

Custom Restriction Logic

27 May 16:56
Compare
Choose a tag to compare

What's new

  • New Restrict facade that let's you define your own restriction logic

What's changed

  • No more predefined permissions to view other authors' entries

Support Statamic v5

18 May 07:22
Compare
Choose a tag to compare

What's new

  • Add support for Statamic v5

v0.2.4

04 May 14:46
Compare
Choose a tag to compare

What's changed

  • Determine authorization by entry's blueprint instead of entry's content.