File tree Expand file tree Collapse file tree
user_guide_src/source/changelogs Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -21,11 +21,11 @@ SECURITY
2121Changes
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
3030Deprecations
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
4343See the repo's
4444`CHANGELOG.md <https://github.com/codeigniter4/CodeIgniter4/blob/develop/CHANGELOG.md >`_
You can’t perform that action at this time.
0 commit comments