File tree Expand file tree Collapse file tree 1 file changed +18
-0
lines changed
development/development/upgrade Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -121,6 +121,12 @@ Also have a look at the `phpBB API documentation <https://area51.phpbb.com/docs/
121121 - ``4.0.0-a1 ``
122122 - No longer used due to removal of gd & nogd CAPTCHAs.
123123
124+ * - ``\phpbb\filesystem ``
125+ - ``phpbb/filesystem.php ``
126+ - Removed
127+ - ``4.0.0-a1 ``
128+ - Use ``\phpbb\filesystem\filesystem `` instead.
129+
124130 * - ``\phpbb\form\form_helper ``
125131 - ``phpbb/form/form_helper.php ``
126132 - Added
@@ -205,6 +211,18 @@ Also have a look at the `phpBB API documentation <https://area51.phpbb.com/docs/
205211 - ``4.0.0-a1 ``
206212 - Use ``\phpbb\log\log `` instead.
207213
214+ * - ``set_config ``
215+ - ``includes/functions_compatibility.php ``
216+ - Removed
217+ - ``4.0.0-a1 ``
218+ - Use ``\phpbb\config\config::increment() `` instead.
219+
220+ * - ``set_config_count ``
221+ - ``includes/functions_compatibility.php ``
222+ - Removed
223+ - ``4.0.0-a1 ``
224+ - Use ``\phpbb\config\config::set() `` instead.
225+
208226 * - ``get_tables ``
209227 - ``includes/functions_compatibility.php ``
210228 - Removed
You can’t perform that action at this time.
0 commit comments