Skip to content

Commit

Permalink
docs: Update changelog, userguide
Browse files Browse the repository at this point in the history
  • Loading branch information
neznaika0 committed Jan 12, 2025
1 parent 820bcf4 commit 0c67540
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 1 addition & 0 deletions user_guide_src/source/changelogs/v4.6.0.rst
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,7 @@ Removed Deprecated Items
- **Router:** The deprecated ``CodeIgniter\Router\Exceptions\RedirectException`` has been removed. Use ``CodeIgniter\HTTP\Exceptions\RedirectException`` instead.
- **Security:** ``Config\Security::$samesite`` has been removed. Use ``Config\Cookie::$samesite`` instead.
- **Cookie:** Methods ``dispatch()``, ``setRawCookie()``, ``setCookie()`` in ``CodeIgniter\Cookie\CookieStore`` has been removed. They are now part of ``CodeIgniter\HTTP\ResponseTrait``.
- **Cookie:** ``CodeIgniter\Cookie\Cookie::withNeverExpiring()`` has been removed.

************
Enhancements
Expand Down
4 changes: 1 addition & 3 deletions user_guide_src/source/libraries/cookies.rst
Original file line number Diff line number Diff line change
Expand Up @@ -367,9 +367,7 @@ Class Reference

.. php:method:: withNeverExpiring()
.. deprecated:: 4.2.6

.. important:: This method is deprecated. It will be removed in future releases.
.. important:: This method is deprecated since 4.2.6 and removed in 4.6.0

:param string $name:
:rtype: ``Cookie``
Expand Down

0 comments on commit 0c67540

Please sign in to comment.