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 9b93434 commit e510da9Copy full SHA for e510da9
user_guide_src/source/changelogs/v4.3.8.rst
@@ -24,6 +24,12 @@ 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
+
30
+ - ``['except' => []]`` means to exclude nothing.
31
+ - ``['except' => '']`` means to exclude the baseURL only.
32
33
See the repo's
34
`CHANGELOG.md <https://github.com/codeigniter4/CodeIgniter4/blob/develop/CHANGELOG.md>`_
35
for a complete list of bugs fixed.
0 commit comments