Skip to content

Commit c2f8860

Browse files
committed
docs: add Deprecations
1 parent e4a2523 commit c2f8860

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

user_guide_src/source/changelogs/v4.4.0.rst

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -324,8 +324,20 @@ Deprecations
324324
``$redirect`` in ``Security`` are deprecated, and no longer used. Use
325325
``$config`` instead.
326326
- **URI:**
327+
- ``URI::$uriString`` is deprecated.
328+
- ``URI::$baseURL`` is deprecated. Use ``SiteURI`` instead.
327329
- ``URI::setSilent()`` is deprecated.
328330
- ``URI::setScheme()`` is deprecated. Use ``withScheme()`` instead.
331+
- ``URI::setURI()`` is deprecated.
332+
- **IncomingRequest:**
333+
- ``IncomingRequest::detectURI()`` is deprecated and no longer used.
334+
- ``IncomingRequest::detectPath()`` is deprecated, and no longer used. It
335+
moved to ``SiteURIFactory``.
336+
- ``IncomingRequest::parseRequestURI()`` is deprecated, and no longer used. It
337+
moved to ``SiteURIFactory``.
338+
- ``IncomingRequest::parseQueryString()`` is deprecated, and no longer used. It
339+
moved to ``SiteURIFactory``.
340+
- ``IncomingRequest::setPath()`` is deprecated.
329341

330342
Bugs Fixed
331343
**********

0 commit comments

Comments
 (0)