Skip to content

Commit 929a5a2

Browse files
authored
Merge pull request #5317 from kenjis/fix-docs-upgrade_4xx.rst
docs: add about redirect() change
2 parents 54c04c5 + 7c00a8b commit 929a5a2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

user_guide_src/source/installation/upgrade_4xx.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,9 @@ General Adjustments
9494
**Helpers**
9595

9696
- Helpers are pretty much the same as before, though some have been simplified.
97+
- In CI4, ``redirect()`` returns a ``RedirectResponse`` instance instead of redirecting and terminating script execution. You must return it.
98+
- `redirect() Documentation CodeIgniter 3.X <https://codeigniter.com/userguide3/helpers/url_helper.html#redirect>`_
99+
- `redirect() Documentation CodeIgniter 4.X <../general/common_functions.html#redirect>`_
97100

98101
**Events**
99102

0 commit comments

Comments
 (0)