We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79aaefb commit d835d00Copy full SHA for d835d00
user_guide_src/source/changelogs/v4.3.8.rst
@@ -24,6 +24,11 @@ Deprecations
24
Bugs Fixed
25
**********
26
27
+- **Controller Filters:** In previous versions, ``['except' => []]`` or ``['except' => '']``
28
+ meant "except all". The bug has been fixed, and now
29
+ - ``['except' => []]`` means to exclude nothing.
30
+ - ``['except' => '']`` means to exclude the baseURL only.
31
+
32
See the repo's
33
`CHANGELOG.md <https://github.com/codeigniter4/CodeIgniter4/blob/develop/CHANGELOG.md>`_
34
for a complete list of bugs fixed.
0 commit comments