Skip to content

Commit 91007ed

Browse files
committed
docs: move item in Others to Libraries
"Security" is located in "Library Reference"
1 parent 4567010 commit 91007ed

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

user_guide_src/source/changelogs/v4.5.0.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,9 @@ Libraries
130130
(``$lockRetryInterval``) and the number of retries (``$lockMaxRetries``).
131131
- Now you can use Redis ACL (username and password) with ``RedisHandler``.
132132
See :ref:`sessions-redishandler-driver` for details.
133+
- **Security:** ``Config\Security::$redirect`` is now, by default, environment-specific.
134+
For production environment, changed to ``true`` but is still ``false`` for other
135+
environments.
133136

134137
Helpers and Functions
135138
=====================
@@ -203,9 +206,6 @@ Others
203206
if the HTTP method is different.
204207
- **Bootstrap:** The ``CodeIgniter\Boot`` class has been introduced, replacing
205208
**system/bootstrap.php**.
206-
- **Security:** ``Config\Security::$redirect`` is now, by default, environment-specific.
207-
For production environment, changed to ``true`` but is still ``false`` for other
208-
environments.
209209

210210
********
211211
BREAKING

0 commit comments

Comments
 (0)