File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
user_guide_src/source/changelogs Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -21,11 +21,11 @@ SECURITY
21
21
Changes
22
22
*******
23
23
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).
29
29
30
30
Deprecations
31
31
************
@@ -37,8 +37,8 @@ Bugs Fixed
37
37
**********
38
38
39
39
- **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.
42
42
43
43
See the repo's
44
44
`CHANGELOG.md <https://github.com/codeigniter4/CodeIgniter4/blob/develop/CHANGELOG.md >`_
You can’t perform that action at this time.
0 commit comments