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.7.0.rst
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -250,13 +250,14 @@ Libraries
250
250
- **View:** Added the ability to override namespaced views (e.g., from modules/packages) by placing a matching file structure within the **app/Views/overrides** directory. See :ref:`Overriding Namespaced Views <views-overriding-namespaced-views>` for details.
251
251
- **Toolbar:** Fixed an issue where the Debug Toolbar was incorrectly injected into responses generated by third-party libraries (e.g., Dompdf) that use native PHP headers instead of the framework's Response object.
252
252
253
-
254
253
Commands
255
254
========
256
255
257
256
Testing
258
257
=======
259
258
259
+
-The ``CodeIgniter\Test\ReflectionHelper::getPrivateProperty`` and ``CodeIgniter\Test\ReflectionHelper::setPrivateProperty`` methods has added support for accessing the private properties of an anonymous class that extends the parent class.
260
+
260
261
Database
261
262
========
262
263
@@ -306,7 +307,6 @@ Changes
306
307
- **Paths:** Added support for changing the location of the ``.env`` file via the ``Paths::$envDirectory`` property.
307
308
- **Toolbar:** Added ``$disableOnHeaders`` property to **app/Config/Toolbar.php**.
0 commit comments