Skip to content

Commit 0c67540

Browse files
committed
docs: Update changelog, userguide
1 parent 820bcf4 commit 0c67540

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

Diff for: user_guide_src/source/changelogs/v4.6.0.rst

+1
Original file line numberDiff line numberDiff line change
@@ -201,6 +201,7 @@ Removed Deprecated Items
201201
- **Router:** The deprecated ``CodeIgniter\Router\Exceptions\RedirectException`` has been removed. Use ``CodeIgniter\HTTP\Exceptions\RedirectException`` instead.
202202
- **Security:** ``Config\Security::$samesite`` has been removed. Use ``Config\Cookie::$samesite`` instead.
203203
- **Cookie:** Methods ``dispatch()``, ``setRawCookie()``, ``setCookie()`` in ``CodeIgniter\Cookie\CookieStore`` has been removed. They are now part of ``CodeIgniter\HTTP\ResponseTrait``.
204+
- **Cookie:** ``CodeIgniter\Cookie\Cookie::withNeverExpiring()`` has been removed.
204205

205206
************
206207
Enhancements

Diff for: user_guide_src/source/libraries/cookies.rst

+1-3
Original file line numberDiff line numberDiff line change
@@ -367,9 +367,7 @@ Class Reference
367367

368368
.. php:method:: withNeverExpiring()
369369
370-
.. deprecated:: 4.2.6
371-
372-
.. important:: This method is deprecated. It will be removed in future releases.
370+
.. important:: This method is deprecated since 4.2.6 and removed in 4.6.0
373371

374372
:param string $name:
375373
:rtype: ``Cookie``

0 commit comments

Comments
 (0)