Skip to content

Commit

Permalink
Add removal of set_config, set_config_count and \phpbb\filesystem
Browse files Browse the repository at this point in the history
  • Loading branch information
marc1706 committed Jul 11, 2024
1 parent 1cffd36 commit ac0af67
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions development/development/upgrade/400.rst
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,12 @@ Also have a look at the `phpBB API documentation <https://area51.phpbb.com/docs/
- ``4.0.0-a1``
- No longer used due to removal of gd & nogd CAPTCHAs.

* - ``\phpbb\filesystem``
- ``phpbb/filesystem.php``
- Removed
- ``4.0.0-a1``
- Use ``\phpbb\filesystem\filesystem`` instead.

* - ``\phpbb\form\form_helper``
- ``phpbb/form/form_helper.php``
- Added
Expand Down Expand Up @@ -205,6 +211,18 @@ Also have a look at the `phpBB API documentation <https://area51.phpbb.com/docs/
- ``4.0.0-a1``
- Use ``\phpbb\log\log`` instead.

* - ``set_config``
- ``includes/functions_compatibility.php``
- Removed
- ``4.0.0-a1``
- Use ``\phpbb\config\config::increment()`` instead.

* - ``set_config_count``
- ``includes/functions_compatibility.php``
- Removed
- ``4.0.0-a1``
- Use ``\phpbb\config\config::set()`` instead.

* - ``get_tables``
- ``includes/functions_compatibility.php``
- Removed
Expand Down

0 comments on commit ac0af67

Please sign in to comment.