Skip to content

Commit ded560a

Browse files
committed
docs: Update userguide
1 parent 7d729a6 commit ded560a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

user_guide_src/source/libraries/cookies.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -228,9 +228,7 @@ the instance with the modified instance.
228228
Dispatching Cookies in Store
229229
============================
230230

231-
.. deprecated:: 4.1.6
232-
233-
.. important:: This method is deprecated. It will be removed in future releases.
231+
.. important:: This method is deprecated since 4.1.6 and removed in 4.6.0.
234232

235233
More often than not, you do not need to concern yourself in manually sending cookies. CodeIgniter will do this
236234
for you. However, if you really need to manually send cookies, you can use the ``dispatch`` method. Just like
@@ -484,6 +482,8 @@ Class Reference
484482

485483
.. php:method:: dispatch(): void
486484
485+
.. important:: This method is deprecated since 4.1.6 and removed in 4.6.0.
486+
487487
:rtype: void
488488

489489
Dispatches all cookies in store.

0 commit comments

Comments
 (0)