File tree Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -335,6 +335,7 @@ Message Changes
335
335
336
336
- Updated English language strings to be more consistent.
337
337
- Added ``CLI.generator.className.cell `` and ``CLI.generator.viewName.cell ``.
338
+ - Added **en/Errors.php ** file.
338
339
339
340
Changes
340
341
*******
Original file line number Diff line number Diff line change @@ -325,6 +325,17 @@ Config
325
325
- app/Config/Validation.php
326
326
- The default Validation Rules have been changed to Strict Rules for better security. See :ref: `validation-traditional-and-strict-rules `.
327
327
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
+
328
339
All Changes
329
340
===========
330
341
You can’t perform that action at this time.
0 commit comments