Skip to content

Commit

Permalink
Merge pull request #288 from phpbb/ticket/17153
Browse files Browse the repository at this point in the history
[ticket/17153] Remove deprecated functions
  • Loading branch information
marc1706 authored Jun 6, 2024
2 parents 5fd1d0d + 8e0b28e commit 5a67262
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions development/development/upgrade/400.rst
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,26 @@ Also have a look at the `phpBB API documentation <https://area51.phpbb.com/docs/
- Added
- ``4.0.0-a1``
- Introduced form_helper for generating and checking form tokens.
* - ``get_user_avatar``
- ``includes/functions_compatibility.php``
- Removed in ``4.0.0-a1``, deprecated in ``3.1.0-a1``
- ``4.0.0-a1``
- Use ``\phpbb\avatar\helper::get_user_avatar()`` instead.
* - ``phpbb_get_user_avatar``
- ``includes/functions.php``
- Removed
- ``4.0.0-a1``
- Use ``\phpbb\avatar\helper::get_user_avatar()`` instead.
* - ``phpbb_get_group_avatar``
- ``includes/functions.php``
- Removed
- ``4.0.0-a1``
- Use ``\phpbb\avatar\helper::get_user_avatar()`` instead.
* - ``phpbb_get_avatar``
- ``includes/functions.php``
- Removed
- ``4.0.0-a1``
- Use ``\phpbb\avatar\helper::get_user_avatar()`` instead.

* - ``build_cfg_template``
- ``includes/functions_acp.php``
Expand Down

0 comments on commit 5a67262

Please sign in to comment.