Skip to content

Commit 5a67262

Browse files
authored
Merge pull request #288 from phpbb/ticket/17153
[ticket/17153] Remove deprecated functions
2 parents 5fd1d0d + 8e0b28e commit 5a67262

File tree

1 file changed

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

1 file changed

+20
-0
lines changed

development/development/upgrade/400.rst

+20
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,26 @@ Also have a look at the `phpBB API documentation <https://area51.phpbb.com/docs/
114114
- Added
115115
- ``4.0.0-a1``
116116
- Introduced form_helper for generating and checking form tokens.
117+
* - ``get_user_avatar``
118+
- ``includes/functions_compatibility.php``
119+
- Removed in ``4.0.0-a1``, deprecated in ``3.1.0-a1``
120+
- ``4.0.0-a1``
121+
- Use ``\phpbb\avatar\helper::get_user_avatar()`` instead.
122+
* - ``phpbb_get_user_avatar``
123+
- ``includes/functions.php``
124+
- Removed
125+
- ``4.0.0-a1``
126+
- Use ``\phpbb\avatar\helper::get_user_avatar()`` instead.
127+
* - ``phpbb_get_group_avatar``
128+
- ``includes/functions.php``
129+
- Removed
130+
- ``4.0.0-a1``
131+
- Use ``\phpbb\avatar\helper::get_user_avatar()`` instead.
132+
* - ``phpbb_get_avatar``
133+
- ``includes/functions.php``
134+
- Removed
135+
- ``4.0.0-a1``
136+
- Use ``\phpbb\avatar\helper::get_user_avatar()`` instead.
117137

118138
* - ``build_cfg_template``
119139
- ``includes/functions_acp.php``

0 commit comments

Comments
 (0)