Skip to content

Commit

Permalink
[ticket/17153] Remove deprecated functions
Browse files Browse the repository at this point in the history
  • Loading branch information
marc1706 committed Jun 3, 2024
1 parent 64d6724 commit 8e0b28e
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.

**Explanation of columns:**

Expand Down

0 comments on commit 8e0b28e

Please sign in to comment.