Skip to content

Commit c52c94a

Browse files
committed
Update documentation
1 parent 094fb0a commit c52c94a

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

user_guide_src/source/changelogs/v4.3.5.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,21 @@ Message Changes
1818
Changes
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+
2127
Deprecations
2228
************
2329

2430
Bugs 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+
2736
See the repo's
2837
`CHANGELOG.md <https://github.com/codeigniter4/CodeIgniter4/blob/develop/CHANGELOG.md>`_
2938
for a complete list of bugs fixed.

user_guide_src/source/cli/cli_generators.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,12 +59,11 @@ Usage:
5959

6060
Argument:
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

6464
Options:
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

7069
make:command

0 commit comments

Comments
 (0)