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
+11-2Lines changed: 11 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -177,8 +177,11 @@ To use a different encryption key permanently, pass a custom config when creatin
177
177
Interface Changes
178
178
=================
179
179
180
-
- **Cache:** The ``CacheInterface`` now includes the ``deleteMatching()`` method. If you've implemented your own caching driver from scratch, you will need to provide an implementation for this method to ensure compatibility.
181
-
- **Images:** The ``ImageHandlerInterface`` now includes a new method: ``clearMetadata()``. If you've implemented your own handler from scratch, you will need to provide an implementation for this method to ensure compatibility.
180
+
**NOTE:** If you've implemented your own classes that implement these interfaces from scratch, you will need to update your implementations to include the new methods to ensure compatibility.
181
+
182
+
- **Cache:** The ``CacheInterface`` now includes the ``deleteMatching()`` method.
183
+
- **Database:** The ``QueryInterface`` now includes the ``getOriginalQuery()`` method.
184
+
- **Images:** The ``ImageHandlerInterface`` now includes a new method: ``clearMetadata()``.
182
185
183
186
Method Signature Changes
184
187
========================
@@ -204,6 +207,12 @@ Method Signature Changes
204
207
- ``clean()``
205
208
- ``getCacheInfo()``
206
209
- ``getMetaData()``
210
+
- Added native parameter and return types to ``CodeIgniter\Database\QueryInterface`` methods:
0 commit comments