We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc14fdd commit fdc8059Copy full SHA for fdc8059
1 file changed
user_guide_src/source/installation/upgrade_430.rst
@@ -325,6 +325,17 @@ Config
325
- app/Config/Validation.php
326
- The default Validation Rules have been changed to Strict Rules for better security. See :ref:`validation-traditional-and-strict-rules`.
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
339
All Changes
340
===========
341
0 commit comments