Skip to content

Commit

Permalink
docs: add missing Config files to "Content Changes"
Browse files Browse the repository at this point in the history
  • Loading branch information
kenjis committed Apr 7, 2024
1 parent 8d1f2cd commit 25aab3e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions user_guide_src/source/installation/upgrade_450.rst
Original file line number Diff line number Diff line change
Expand Up @@ -315,6 +315,8 @@ Others

- app/Config/Boot/production.php
- The default error level to ``error_reporting()`` has been changed to ``E_ALL & ~E_DEPRECATED``.
- app/Config/Cors.php
- Added to handle CORS configuration.
- app/Config/Database.php
- The default value of ``charset`` in ``$default`` has been change to ``utf8mb4``.
- The default value of ``DBCollat`` in ``$default`` has been change to ``utf8mb4_general_ci``.
Expand All @@ -327,6 +329,8 @@ Others
- app/Config/Kint.php
- It no longer extends ``BaseConfig`` because enabling
:ref:`factories-config-caching` could cause errors.
- app/Config/Optimize.php
- Added to handle optimization configuration.
- app/Config/Security.php
- The property ``$redirect`` has been changed to ``true`` in ``production``
environment.
Expand Down

0 comments on commit 25aab3e

Please sign in to comment.