Skip to content

Releases: cakephp/authorization

CakePHP Authorization 3.0.1

10 Sep 03:46
d117577
Compare
Choose a tag to compare

What's Changed

  • 3.x: change composer.json to cake5 stable version by @LordSimal in #249

Full Changelog: 3.0.0...3.0.1

CakePHP Authorization 3.0.0

10 Sep 03:19
83219a4
Compare
Choose a tag to compare

First version compatible with CakePHP 5.0

What's Changed

New Contributors

Full Changelog: 2.3.0...3.0.0

CakePHP Authorization 2.3.1

01 Oct 19:09
b6a05f8
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.3.0...2.3.1

CakePHP Authorization 2.3.0

27 Dec 20:31
Compare
Choose a tag to compare

New Features

  • Allow setting unauthorized handler for RequestAuthorizationMiddleware by @ADmad in #211
  • Developer friendly exception message by @asgraf in #217

Bugfixes

Documentation and tooling changes

New Contributors

Full Changelog: 2.2.0...2.3.0

CakePHP Authorization 2.2.0

30 Nov 03:52
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.1.0...2.2.0

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.