Skip to content

Commit fa86c55

Browse files
authored
Merge pull request #7551 from kenjis/fix-docs-changelogs-435
docs: fix RST format or so in changelogs/v4.3.5.rst
2 parents 470c41f + c68e6d0 commit fa86c55

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

user_guide_src/source/changelogs/v4.3.5.rst

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@ SECURITY
2121
Changes
2222
*******
2323

24-
- **make:cell** When creating a new cell, the controller would always have the ``Cell`` suffixed to the class name.
25-
For the view file, the final ``_cell`` is always removed.
26-
- **Cells** For compatibility with previous versions, view filenames ending with ``_cell`` can still be
27-
located by the ``Cell`` as long as auto-detection of view file is enabled (via setting the ``$view`` property
28-
to an empty string).
24+
- **make:cell command:** When creating a new cell, the controller would always have the ``Cell`` suffixed to the class name.
25+
For the view file, the final ``_cell`` is always removed.
26+
- **View Cells:** For compatibility with previous versions, view filenames ending with ``_cell`` can still be
27+
located by the ``Cell`` as long as auto-detection of view file is enabled (via setting the ``$view`` property
28+
to an empty string).
2929

3030
Deprecations
3131
************
@@ -37,8 +37,8 @@ Bugs Fixed
3737
**********
3838

3939
- **Validation:** Fixed a bug where a closure used in combination with ``permit_empty`` or ``if_exist`` rules was causing an error.
40-
- **make:cell** Fixed generating view files as classes.
41-
- **make:cell** Fixed treatment of single word class input for case-insensitive OS.
40+
- **make:cell command:** Fixed generating view files as classes.
41+
- **make:cell command:** Fixed treatment of single word class input for case-insensitive OS.
4242

4343
See the repo's
4444
`CHANGELOG.md <https://github.com/codeigniter4/CodeIgniter4/blob/develop/CHANGELOG.md>`_

0 commit comments

Comments
 (0)