You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: user_guide_src/source/changelogs/v4.4.0.rst
+16-14Lines changed: 16 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -150,19 +150,20 @@ Others
150
150
the ``Content-Disposition: inline`` header to display the file in the browser.
151
151
See :ref:`open-file-in-browser` for details.
152
152
- **View:** Added optional 2nd parameter ``$saveData`` on ``renderSection()`` to prevent from auto cleans the data after displaying. See :ref:`View Layouts <creating-a-layout>` for details.
153
-
- **Auto Routing (Improved)**: Now you can route to Modules.
154
-
See :ref:`auto-routing-improved-module-routing` for details.
155
-
- **Auto Routing (Improved):** If a controller is found that corresponds to a URI
156
-
segment and that controller does not have a method defined for the URI segment,
157
-
the default method will now be executed. This addition allows for more flexible
158
-
handling of URIs in auto routing.
159
-
See :ref:`controller-default-method-fallback` for details.
153
+
- **Auto Routing (Improved)**:
154
+
- Now you can route to Modules. See :ref:`auto-routing-improved-module-routing`
155
+
for details.
156
+
- If a controller is found that corresponds to a URI segment and that controller
157
+
does not have a method defined for the URI segment, the default method will
158
+
now be executed. This addition allows for more flexible handling of URIs in
159
+
auto routing. See :ref:`controller-default-method-fallback` for details.
160
160
- **Filters:** Now you can use Filter Arguments with :ref:`$filters property <filters-filters-filter-arguments>`.
161
161
- **Request:** Added ``IncomingRequest::setValidLocales()`` method to set valid locales.
162
162
- **Table:** Added ``Table::setSyncRowsWithHeading()`` method to synchronize row columns with headings. See :ref:`table-sync-rows-with-headings` for details.
163
163
- **Error Handling:** Now you can use :ref:`custom-exception-handlers`.
164
-
- **RedirectException:** can also take an object that implements ResponseInterface as its first argument.
0 commit comments