Skip to content

Commit 5948a63

Browse files
committed
Fix changelog
1 parent 4950950 commit 5948a63

File tree

1 file changed

+14
-3
lines changed

1 file changed

+14
-3
lines changed

user_guide_src/source/changelogs/v4.8.0.rst

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,20 @@ Method Signature Changes
5454
- **Database:** The following methods have had their signatures updated to remove deprecated parameters:
5555
- ``CodeIgniter\Database\Forge::_createTable()`` no longer accepts the deprecated ``$ifNotExists`` parameter. The method signature is now ``_createTable(string $table, array $attributes)``.
5656

57+
Property Scope Changes
58+
======================
59+
60+
- **HTTP:** The following properties have changed their scope (visibility):
61+
- ``CodeIgniter\HTTP\RequestTrait::$ipAddress`` is now private (previously protected).
62+
63+
Method Scope Changes
64+
====================
65+
66+
- **HTTP:** The following methods have changed their scope (visibility):
67+
- ``CodeIgniter\HTTP\URI::setUri()`` is now private (previously public).
68+
- ``CodeIgniter\HTTP\URI::refreshPath()`` is now protected (previously public).
69+
- ``CodeIgniter\HTTP\SiteURI::refreshPath()`` is now protected (previously public).
70+
5771
Removed Deprecated Items
5872
========================
5973

@@ -132,13 +146,10 @@ Removed Deprecated Items
132146
- ``CodeIgniter\HTTP\URI::$baseURL`` (deprecated since v4.4.0)
133147
- ``CodeIgniter\HTTP\URI::setBaseURL()`` (deprecated since v4.4.0)
134148
- ``CodeIgniter\HTTP\URI::getBaseURL()`` (deprecated since v4.4.0)
135-
- ``CodeIgniter\HTTP\URI::setURI()`` (deprecated since v4.4.0)
136149
- ``CodeIgniter\HTTP\URI::setScheme()`` (deprecated since v4.4.0)
137-
- ``CodeIgniter\HTTP\URI::refreshPath()`` (deprecated since v4.4.0)
138150
- ``CodeIgniter\HTTP\SiteURI::$segments`` (deprecated since v4.4.0)
139151
- ``CodeIgniter\HTTP\SiteURI::setBaseURL()`` (deprecated since v4.4.0)
140152
- ``CodeIgniter\HTTP\SiteURI::setURI()`` (deprecated since v4.4.0)
141-
- ``CodeIgniter\HTTP\SiteURI::refreshPath()`` (deprecated since v4.4.0)
142153
- **Security:** Removed the following properties and methods deprecated:
143154
- ``CodeIgniter\Security\SecurityInterface::sanitizeFilename()`` (deprecated since v4.6.2)
144155
- ``CodeIgniter\Security\Security::sanitizeFilename()`` (deprecated since v4.6.2)

0 commit comments

Comments
 (0)