Skip to content

Commit ff7150e

Browse files
committed
docs: remove not changed sections in upgrade_417
1 parent b6c21c3 commit ff7150e

File tree

1 file changed

+0
-33
lines changed

1 file changed

+0
-33
lines changed

user_guide_src/source/installation/upgrade_417.rst

Lines changed: 0 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -16,36 +16,3 @@ Breaking Changes
1616
****************
1717

1818
- ``get_cookie()`` when ``$xssClean`` is true changed the output. Now it uses ``FILTER_SANITIZE_FULL_SPECIAL_CHARS``, not ``FILTER_SANITIZE_STRING``. Make sure the change is acceptable or not. Note that using XSS filtering is a bad practice. It does not prevent XSS attacks perfectly. Using ``esc()`` with the correct ``$context`` in the views is recommended.
19-
20-
Breaking Enhancements
21-
*********************
22-
23-
none.
24-
25-
Project Files
26-
*************
27-
28-
Numerous files in the **project space** (root, app, public, writable) received updates. Due to
29-
these files being outside of the **system** scope they will not be changed without your intervention.
30-
There are some third-party CodeIgniter modules available to assist with merging changes to
31-
the project space: `Explore on Packagist <https://packagist.org/explore/?query=codeigniter4%20updates>`_.
32-
33-
.. note:: Except in very rare cases for bug fixes, no changes made to files for the project space
34-
will break your application. All changes noted here are optional until the next major version,
35-
and any mandatory changes will be covered in the sections above.
36-
37-
Content Changes
38-
===============
39-
40-
The following files received significant changes (including deprecations or visual adjustments)
41-
and it is recommended that you merge the updated versions with your application:
42-
43-
*
44-
45-
All Changes
46-
===========
47-
48-
This is a list of all files in the **project space** that received changes;
49-
many will be simple comments or formatting that have no effect on the runtime:
50-
51-
*

0 commit comments

Comments
 (0)