Skip to content

Releases: cakephp/authorization

CakePHP Authorization 2.1.0

29 Dec 20:21
Compare
Choose a tag to compare

Fixes

  • Updated exception base classes to extend HttpException so that status codes continue to work.
  • Improved documentation.

CakePHP Authorization 2.0.5

14 Nov 18:50
c9eb8b1
Compare
Choose a tag to compare

Fixes

  • Aligned entity policy method names with those generated by controller bake.
  • Improve documentation.
  • Move CI to GitHub Actions.

CakePHP Authorization 2.0.4

01 Oct 02:21
3e9a171
Compare
Choose a tag to compare
  • Improved documentation.
  • Improved build tooling.

CakePHP Authorization 2.0.3

25 Jan 03:03
Compare
Choose a tag to compare

Fixes

  • Redirect URLs no longer include the base URL as this results in a duplicate base path in the redirect after login.

CakePHP Authorization 1.3.2

25 Jan 03:04
Compare
Choose a tag to compare

Fixes

  • Redirect URLs no longer include the base URL as this results in a duplicate base path in the redirect after login.

CakePHP Authorization 2.0.2

14 Jan 14:38
3acb37e
Compare
Choose a tag to compare

Fixes

  • Console command building no longer fails when bake is not installed.

CakePHP Authorization 2.0.1

09 Jan 15:41
3930120
Compare
Choose a tag to compare

Fixes

  • Use stable versions of all dependencies.
  • Redirect URLs no longer contain the host or protocol. When doing redirects you should validate URLs again.
  • Redirect URLs now include the base path.

CakePHP Authorization 1.3.1

09 Jan 15:49
Compare
Choose a tag to compare

Fixes

  • Generated redirect URLs no longer contain the host or protocol. You should validate URLs before redirecting or use the method in authentication plugin.
  • Base paths are included in URLs generated by RedirectHandler.

CakePHP Authorization 2.0.0

16 Dec 03:20
Compare
Choose a tag to compare
  • Compatible with CakePHP 4.0

1.3.0

09 Nov 19:57
021935f
Compare
Choose a tag to compare

Improvements

Removed deprecations.
This plugin is now CakePHP 3.6+.