File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -18,12 +18,21 @@ Message Changes
1818Changes
1919*******
2020
21+ - **make:cell ** When creating a new cell, the controller would always have the ``Cell `` suffixed to the class name.
22+ For the view file, the final ``_cell `` is always removed.
23+ - **Cells ** For compatibility with previous versions, view filenames ending with ``_cell `` can still be
24+ located by the ``Cell `` as long as auto-detection of view file is enabled (via setting the ``$view `` property
25+ to an empty string).
26+
2127Deprecations
2228************
2329
2430Bugs Fixed
2531**********
2632
33+ - **make:cell ** Fixed generating view files as classes.
34+ - **make:cell ** Fixed treatment of single word class input for case-insensitive OS.
35+
2736See the repo's
2837`CHANGELOG.md <https://github.com/codeigniter4/CodeIgniter4/blob/develop/CHANGELOG.md >`_
2938for a complete list of bugs fixed.
Original file line number Diff line number Diff line change @@ -59,12 +59,11 @@ Usage:
5959
6060Argument:
6161=========
62- * ``name ``: The name of the cell class. It should be in PascalCase.
62+ * ``name ``: The name of the cell class. It should be in PascalCase. ** [REQUIRED] **
6363
6464Options:
6565========
6666* ``--namespace ``: Set the root namespace. Defaults to value of ``APP_NAMESPACE ``.
67- * ``--suffix ``: Append the component suffix to the generated class name.
6867* ``--force ``: Set this flag to overwrite existing files on destination.
6968
7069make:command
You can’t perform that action at this time.
0 commit comments