Skip to content

Commit ac0af67

Browse files
committed
Add removal of set_config, set_config_count and \phpbb\filesystem
1 parent 1cffd36 commit ac0af67

File tree

1 file changed

+18
-0
lines changed
  • development/development/upgrade

1 file changed

+18
-0
lines changed

development/development/upgrade/400.rst

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)