Skip to content

Releases: cakephp/authorization

CakePHP Authorization 3.1.2

13 Mar 16:32
819b496

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 3.1.1...3.1.2

CakePHP Authorization 3.1.1

13 Nov 03:25
b26b48f

Choose a tag to compare

What's Changed

Full Changelog: 3.1.0...3.1.1

CakePHP Authorization 3.1.0

10 Nov 21:14

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 3.0.1...3.1.0

CakePHP Authorization 2.4.0

10 Nov 20:59
94fadea

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.3.1...2.4.0

CakePHP Authorization 3.0.1

10 Sep 03:46
d117577

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

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

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

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

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

Choose a tag to compare

Fixes

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