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
+1-2Lines changed: 1 addition & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -206,6 +206,7 @@ Removed Deprecated Items
206
206
- **BaseModel:** The deprecated method ``transformDataRowToArray()`` has been removed.
207
207
- **Cache:** The deprecated return type ``false`` for ``CodeIgniter\Cache\CacheInterface::getMetaData()`` has been replaced with ``null`` type.
208
208
- **CodeIgniter:** The deprecated ``CodeIgniter\CodeIgniter::resolvePlatformExtensions()`` has been removed.
209
+
- **Entity:** The deprecated ``CodeIgniter\Entity\Entity::setAttributes()`` has been removed. Use ``CodeIgniter\Entity\Entity::injectRawData()`` instead.
209
210
- **IncomingRequest:** The deprecated methods has been removed:
- **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
252
- **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
253
253
-
254
254
Commands
255
255
========
256
256
@@ -306,7 +306,6 @@ Changes
306
306
- **Paths:** Added support for changing the location of the ``.env`` file via the ``Paths::$envDirectory`` property.
307
307
- **Toolbar:** Added ``$disableOnHeaders`` property to **app/Config/Toolbar.php**.
0 commit comments