Changed UserInterface::authorize() to return null having the same meaning as false if access is denied because of no matching rule

This commit is contained in:
Matias Griese
2019-11-13 11:40:36 +02:00
parent 4edb1ca61b
commit a3a8976fdf

View File

@@ -4,6 +4,7 @@
1. [](#new)
* Added new `-r <job-id>` option for Schduler CLI command to force-run a job [#2720](https://github.com/getgrav/grav/issues/2720)
* Added `Utils::isAssoc()` and `Utils::isNegative()` helper methods
* Changed `UserInterface::authorize()` to return `null` having the same meaning as `false` if access is denied because of no matching rule
1. [](#improved)
* Improved twig `|array` filter to work with iterators and objects with `toArray()` method
* Updated Flex `SimpleStorage` code to feature match the other storages