Skip to content

Commit 69cfe7b

Browse files
authored
Merge pull request #7737 from kenjis/docs-changelog-440
docs: small improvements in changelog v4.4.0
2 parents def79d1 + b5170d4 commit 69cfe7b

2 files changed

Lines changed: 17 additions & 15 deletions

File tree

user_guide_src/source/changelogs/v4.4.0.rst

Lines changed: 16 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -150,19 +150,20 @@ Others
150150
the ``Content-Disposition: inline`` header to display the file in the browser.
151151
See :ref:`open-file-in-browser` for details.
152152
- **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.
160160
- **Filters:** Now you can use Filter Arguments with :ref:`$filters property <filters-filters-filter-arguments>`.
161161
- **Request:** Added ``IncomingRequest::setValidLocales()`` method to set valid locales.
162162
- **Table:** Added ``Table::setSyncRowsWithHeading()`` method to synchronize row columns with headings. See :ref:`table-sync-rows-with-headings` for details.
163163
- **Error Handling:** Now you can use :ref:`custom-exception-handlers`.
164-
- **RedirectException:** can also take an object that implements ResponseInterface as its first argument.
165-
- **RedirectException:** implements ResponsableInterface.
164+
- **RedirectException:**
165+
- It can also take an object that implements ``ResponseInterface`` as its first argument.
166+
- It implements ``ResponsableInterface``.
166167
- **DebugBar:** Now :ref:`view-routes` are displayed in *DEFINED ROUTES* on the *Routes* tab.
167168

168169
Message Changes
@@ -174,11 +175,12 @@ Changes
174175
*******
175176

176177
- **Images:** The default quality for WebP in ``GDHandler`` has been changed from 80 to 90.
177-
- **Config:** The deprecated Cookie items in **app/Config/App.php** has been removed.
178-
- **Config:** The deprecated Session items in **app/Config/App.php** has been removed.
179-
- **Config:** The deprecated CSRF items in **app/Config/App.php** has been removed.
180-
- **Config:** Routing settings have been moved to **app/Config/Routing.php** config file.
181-
See :ref:`Upgrading Guide <upgrade-440-config-routing>`.
178+
- **Config:**
179+
- The deprecated Cookie items in **app/Config/App.php** has been removed.
180+
- The deprecated Session items in **app/Config/App.php** has been removed.
181+
- The deprecated CSRF items in **app/Config/App.php** has been removed.
182+
- Routing settings have been moved to **app/Config/Routing.php** config file.
183+
See :ref:`Upgrading Guide <upgrade-440-config-routing>`.
182184
- **DownloadResponse:** When generating response headers, does not replace the ``Content-Disposition`` header if it was previously specified.
183185
- **Autoloader:** Before v4.4.0, CodeIgniter autoloader did not allow special
184186
characters that are illegal in filenames on certain operating systems.

user_guide_src/source/installation/upgrade_440.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ If your code depends on this bug, fix the segment number.
4747
.. literalinclude:: upgrade_440/002.php
4848
:lines: 2-
4949

50-
When you extend Exceptions
50+
When You Extend Exceptions
5151
==========================
5252

5353
If you are extending ``CodeIgniter\Debug\Exceptions`` and have not overridden

0 commit comments

Comments
 (0)