Skip to content

Releases: mazedlx/laravel-feature-policy

Bug fix

06 Mar 09:20
e25f1d0
Compare
Choose a tag to compare

Fixes a bug mentioned in #55

Policy updates

02 May 06:06
cc44035
Compare
Choose a tag to compare

The current standardised policies have been amended, according to the W3C docs.

Also a new list of proposed policies have been added, which need to be enabled via the config in order to use them.

W3C docs

What's Changed

  • update standardised permission policies by @Treggats in #26
  • introduced proposed permission policies by @Treggats in #27
  • PHPUnit upgrade to version 10 by @Treggats in #22
  • a lot of under the hood changes

Full Changelog: v2.0...v2.1

Laravel 10 Support

22 Mar 05:41
5cc3db6
Compare
Choose a tag to compare
  • Add Laravel 10 support, thanks to @Treggats

What's Changed

New Contributors

Laravel 9 Support

31 Jan 09:28
86043b7
Compare
Choose a tag to compare
  • Add PHP 8.1 support
  • Add Laravel 9 support

RFC-8941 support

25 Oct 15:53
c9273fa
Compare
Choose a tag to compare

PHP 8 Support

01 Feb 19:34
Compare
Choose a tag to compare
  • add PHP 8 support
  • update dependencies

Forgot to fix the tests

01 Oct 08:28
bc2adee
Compare
Choose a tag to compare

Well, yeah. Fixed it.

Feature-Policy has been renamed to Permissions-Policy

01 Oct 07:04
ce378e3
Compare
Choose a tag to compare

From https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Feature-Policy

This header is still in an experimental state, and is subject to change at any time. Be wary of this when implementing it on your website. The header has now been renamed to Permissions-Policy in the spec, and this article will eventually be updated to reflect that change.

Laravel 8 support

09 Sep 06:39
Compare
Choose a tag to compare

Add Laravel 8 support.

Laravel 7 support

21 Mar 15:44
c9332af
Compare
Choose a tag to compare

Thanks to @sander3 LFP is now available for Laravel 7.