Releases: cakephp/authorization
Releases · cakephp/authorization
CakePHP Authorization 2.3.1
What's Changed
- Declare some missing dynamic properties in tests by @jamisonbryant in #229
- Fix syntax error in code sample. by @jadelbe418 in #233
- Update CI config by @LordSimal in #234
- Add support for magic calls in scope by @robertpustulka in #241
- Update policies.rst by @geoidesic in #231
- Add support for applyScope with missing identity in AuthorizationComponent by @robertpustulka in #245
New Contributors
- @jamisonbryant made their first contribution in #229
- @jadelbe418 made their first contribution in #233
- @geoidesic made their first contribution in #231
Full Changelog: 2.3.0...2.3.1
CakePHP Authorization 2.3.0
New Features
- Allow setting unauthorized handler for RequestAuthorizationMiddleware by @ADmad in #211
- Developer friendly exception message by @asgraf in #217
Bugfixes
- Fix cakephp 4.3 deprecations by @othercorey in #187
- Fix deprecation warnings. by @ADmad in #210
- Update deprecated string interpolation in PolicyCommand.php by @swiffer in #216
- Avoid using deprecated method. by @ADmad in #220
Documentation and tooling changes
- Correct interface name in docs by @ricog in #194
- 2.x - Update source files path. by @ndm2 in #196
- French doc update by @zachee54 in #198
- Fixes typo by @cnizzardini in #203
- Translated index and policy. by @yuki-yasumura in #199
- Expand docs for policy resolvers by @markstory in #205
- Add plugins to allow-plugins config by @othercorey in #206
- Fix ControllerHookPolicy Code Example by @amayer5125 in #215
- Add "stale" action. by @ADmad in #219
New Contributors
- @ricog made their first contribution in #194
- @dependabot made their first contribution in #200
- @cnizzardini made their first contribution in #203
- @yuki-yasumura made their first contribution in #199
- @amayer5125 made their first contribution in #215
- @swiffer made their first contribution in #216
- @asgraf made their first contribution in #217
Full Changelog: 2.2.0...2.3.0
CakePHP Authorization 2.2.0
What's Changed
- Update documentation by @ndm2, @davidspeijer, @LordSimal, @markstory, @hekep in #188, #164, #178, #181, #183, #182
- Translate documentation to Spanish by @enviniom in #177
- Translate documentation to French by @zachee54 in #179
- Fix deprecation warnings in PHP 8.1 by @othercorey, @CriztianiX in #186, #184
- Mixup between Entity and Table policy class by @HarderWork in #162
- Improve build tooling by by @markstory, @othercorey in #189, #163
New Contributors
- @HarderWork made their first contribution in #162
- @davidspeijer made their first contribution in #164
- @dependabot-preview made their first contribution in #167
- @enviniom made their first contribution in #177
- @zachee54 made their first contribution in #179
- @LordSimal made their first contribution in #178
- @hekep made their first contribution in #183
- @CriztianiX made their first contribution in #184
Full Changelog: 2.1.0...2.2.0
CakePHP Authorization 2.1.0
Fixes
- Updated exception base classes to extend HttpException so that status codes continue to work.
- Improved documentation.
CakePHP Authorization 2.0.5
Fixes
- Aligned entity policy method names with those generated by controller bake.
- Improve documentation.
- Move CI to GitHub Actions.
CakePHP Authorization 2.0.4
- Improved documentation.
- Improved build tooling.
CakePHP Authorization 2.0.3
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
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
Fixes
- Console command building no longer fails when bake is not installed.
CakePHP Authorization 2.0.1
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.