File tree Expand file tree Collapse file tree 1 file changed +20
-0
lines changed
development/development/upgrade Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Original file line number Diff line number Diff 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 ``
You can’t perform that action at this time.
0 commit comments