Skip to content

Commit b9ffb38

Browse files
authored
Merge pull request #7119 from kenjis/fix-docs-upgrade_430.rst
docs: add missing items in upgrade_430.rst/v4.3.0.rst
2 parents 7dc9a5e + b96fcf1 commit b9ffb38

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

user_guide_src/source/changelogs/v4.3.0.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -335,6 +335,7 @@ Message Changes
335335

336336
- Updated English language strings to be more consistent.
337337
- Added ``CLI.generator.className.cell`` and ``CLI.generator.viewName.cell``.
338+
- Added **en/Errors.php** file.
338339

339340
Changes
340341
*******

user_guide_src/source/installation/upgrade_430.rst

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -325,6 +325,17 @@ Config
325325
- app/Config/Validation.php
326326
- The default Validation Rules have been changed to Strict Rules for better security. See :ref:`validation-traditional-and-strict-rules`.
327327

328+
View Files
329+
----------
330+
331+
The following view files have been changed to HTML5 compatible tags.
332+
Also, error messages are now defined in the **Errors** language file.
333+
334+
- app/Views/errors/html/error_404.php
335+
- app/Views/errors/html/error_exception.php
336+
- app/Views/errors/html/production.php
337+
- app/Views/welcome_message.php
338+
328339
All Changes
329340
===========
330341

0 commit comments

Comments
 (0)