Skip to content

Commit 9ac23b4

Browse files
committed
docs: Changelog
1 parent 7d290ed commit 9ac23b4

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

user_guide_src/source/changelogs/v4.7.0.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -206,6 +206,7 @@ Removed Deprecated Items
206206
- **BaseModel:** The deprecated method ``transformDataRowToArray()`` has been removed.
207207
- **Cache:** The deprecated return type ``false`` for ``CodeIgniter\Cache\CacheInterface::getMetaData()`` has been replaced with ``null`` type.
208208
- **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.
209210
- **IncomingRequest:** The deprecated methods has been removed:
210211
- ``CodeIgniter\HTTP\IncomingRequest\detectURI()``
211212
- ``CodeIgniter\HTTP\IncomingRequest\detectPath()``
@@ -250,7 +251,6 @@ Libraries
250251
- **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.
251252
- **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.
252253

253-
254254
Commands
255255
========
256256

@@ -306,7 +306,6 @@ Changes
306306
- **Paths:** Added support for changing the location of the ``.env`` file via the ``Paths::$envDirectory`` property.
307307
- **Toolbar:** Added ``$disableOnHeaders`` property to **app/Config/Toolbar.php**.
308308

309-
310309
************
311310
Deprecations
312311
************

0 commit comments

Comments
 (0)