Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ticket/17153] Remove deprecated functions #288

Merged
merged 1 commit into from
Jun 6, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions development/development/upgrade/400.rst
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/
- 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:**