CakePHP Authorization 3.0.0
First version compatible with CakePHP 5.0
What's Changed
- Update code for cake5 excluding Bake by @othercorey in #207
- 3.x types by @ADmad in #224
- Declare some missing dynamic properties in tests by @jamisonbryant in #229
- 3.x: add ability to add multiple optional parameters to table scopes by @LordSimal in #226
- Fix syntax error in code sample. by @jadelbe418 in #233
- 3.x: add ability to add multiple optional parameters to can and canResult by @LordSimal in #236
- 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...3.0.0