Skip to content

Commit

Permalink
docs: add docs
Browse files Browse the repository at this point in the history
  • Loading branch information
kenjis committed Nov 22, 2022
1 parent 700c3d3 commit b86b13c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
1 change: 1 addition & 0 deletions user_guide_src/source/changelogs/v4.3.0.rst
Original file line number Diff line number Diff line change
Expand Up @@ -260,6 +260,7 @@ Others
- View Cells are now first-class citizens and can be located in the **app/Cells** directory. See :ref:`View Cells <app-cells>`.
- Added ``Controlled Cells`` that provide more structure and flexibility to your View Cells. See :ref:`View Cells <controlled-cells>` for details.
- Now you can specify Composer packages to auto-discover manually. See :ref:`Code Modules <modules-specify-composer-packages>`.
- **Debug:** Kint has been updated to 5.0.1.

Message Changes
***************
Expand Down
11 changes: 6 additions & 5 deletions user_guide_src/source/installation/upgrade_430.rst
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,14 @@ The following files received significant changes and
Config Files
============

If you are using the following Mock Config classes in testing, you need to update the corresponding Config files in **app/Config**:
- **app/Config/Kint.php** has been updated for Kint 5.0. You need to replace ``Kint\Renderer\Renderer`` with ``Kint\Renderer\AbstractRenderer`` and replace ``Renderer::SORT_FULL`` with ``AbstractRenderer::SORT_FULL``.
- If you are using the following Mock Config classes in testing, you need to update the corresponding Config files in **app/Config**:

- ``MockAppConfig`` (``Config\App``)
- ``MockCLIConfig`` (``Config\App``)
- ``MockSecurityConfig`` (``Config\Security``)
- ``MockAppConfig`` (``Config\App``)
- ``MockCLIConfig`` (``Config\App``)
- ``MockSecurityConfig`` (``Config\Security``)

Add **types** to the properties in these Config classes. You may need to fix the property values to match the property types.
- Add **types** to the properties in these Config classes. You may need to fix the property values to match the property types.

Breaking Changes
****************
Expand Down

0 comments on commit b86b13c

Please sign in to comment.