File tree 1 file changed +20
-0
lines changed
development/development/upgrade
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/
114
114
- Added
115
115
- ``4.0.0-a1 ``
116
116
- 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.
117
137
118
138
* - ``build_cfg_template ``
119
139
- ``includes/functions_acp.php ``
You can’t perform that action at this time.
0 commit comments