You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: user_guide_src/source/changelogs/v4.8.0.rst
+14-3Lines changed: 14 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -54,6 +54,20 @@ Method Signature Changes
54
54
- **Database:** The following methods have had their signatures updated to remove deprecated parameters:
55
55
- ``CodeIgniter\Database\Forge::_createTable()`` no longer accepts the deprecated ``$ifNotExists`` parameter. The method signature is now ``_createTable(string $table, array $attributes)``.
56
56
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
+
57
71
Removed Deprecated Items
58
72
========================
59
73
@@ -132,13 +146,10 @@ Removed Deprecated Items
132
146
- ``CodeIgniter\HTTP\URI::$baseURL`` (deprecated since v4.4.0)
133
147
- ``CodeIgniter\HTTP\URI::setBaseURL()`` (deprecated since v4.4.0)
134
148
- ``CodeIgniter\HTTP\URI::getBaseURL()`` (deprecated since v4.4.0)
135
-
- ``CodeIgniter\HTTP\URI::setURI()`` (deprecated since v4.4.0)
136
149
- ``CodeIgniter\HTTP\URI::setScheme()`` (deprecated since v4.4.0)
137
-
- ``CodeIgniter\HTTP\URI::refreshPath()`` (deprecated since v4.4.0)
138
150
- ``CodeIgniter\HTTP\SiteURI::$segments`` (deprecated since v4.4.0)
139
151
- ``CodeIgniter\HTTP\SiteURI::setBaseURL()`` (deprecated since v4.4.0)
140
152
- ``CodeIgniter\HTTP\SiteURI::setURI()`` (deprecated since v4.4.0)
141
-
- ``CodeIgniter\HTTP\SiteURI::refreshPath()`` (deprecated since v4.4.0)
142
153
- **Security:** Removed the following properties and methods deprecated:
143
154
- ``CodeIgniter\Security\SecurityInterface::sanitizeFilename()`` (deprecated since v4.6.2)
144
155
- ``CodeIgniter\Security\Security::sanitizeFilename()`` (deprecated since v4.6.2)
0 commit comments