Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions user_guide_src/source/changelogs/v4.3.0.rst
Original file line number Diff line number Diff line change
Expand Up @@ -335,6 +335,7 @@ Message Changes

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

Changes
*******
Expand Down
11 changes: 11 additions & 0 deletions user_guide_src/source/installation/upgrade_430.rst
Original file line number Diff line number Diff line change
Expand Up @@ -325,6 +325,17 @@ Config
- app/Config/Validation.php
- The default Validation Rules have been changed to Strict Rules for better security. See :ref:`validation-traditional-and-strict-rules`.

View Files
----------

The following view files have been changed to HTML5 compatible tags.
Also, error messages are now defined in the **Errors** language file.

- app/Views/errors/html/error_404.php
- app/Views/errors/html/error_exception.php
- app/Views/errors/html/production.php
- app/Views/welcome_message.php

All Changes
===========

Expand Down