Releases: mundschenk-at/avatar-privacy
Releases · mundschenk-at/avatar-privacy
Avatar Privacy 2.7.0
- Feature: Avatar Privacy is now compatible with PHP 8.2.
- Feature: The plugin now honors the
wp_delete_file
filter when deleting files. - Change: Requires at least PHP 7.4.
- Change: Upgrades
identifier
column ofavatar_privacy_hashes
table to 256 characters on supported MySQL/MariaDB versions (as it was in 2.4.0). - Change: The library
yzalis/identicon
has been removed as a dependency. - Change: Avatar Privacy now honors the
wp_delete_file
filter hook. - Bugfix: Icons from Webmentions using Gravatar will get cached now.
- Bugfix: Uploading avatars for users with no role on the primary site of a Multsite network now works as expected.
Avatar Privacy 2.6.0
- Feature: The size of uploaded images is now checked to make sure processing does not overload the server. By default, all uploaded images have to be smaller than 2000×2000 pixels. The constraints can be adjusted with these new filter hooks:
avatar_privacy_upload_min_width
avatar_privacy_upload_min_height
avatar_privacy_upload_max_width
avatar_privacy_upload_max_height
- Feature: Improved caching to reduce the number of database queries.
- Change: Requires at least WordPress 5.6 and PHP 7.2.
- Change: Support for Internet Explorer (all extant versions, i.e. 9, 10, and 11) has been dropped.
- Change: A fabulous new plugin icon designed by Johanna Amann.
Avatar Privacy 2.5.2
- Bugfix: When a user is deleted, their local avatar image is removed as well.
- Bugfix: The dependency version for JS and CSS files is properly calculated. (This also fixes the apparently empty PHP warning when
WP_DEBUG
is enabled.)
Avatar Privacy 2.5.1
Bugfix: Fixes PHP 8.0 deprecation warning in the level-2/dice
package.
Avatar Privacy 2.5.0
- Feature: Avatar Privacy is now compatible with PHP 8.0.
- Feature: Integration for the following plugins had been added:
- Change: The library
scripturadesign/color
has been removed as a dependency. - Change: Additional hardening.
Avatar Privacy 2.4.6
Bugfix: Unchecking the Gravatar opt-in and anonymous commenting checkboxes in a user's profile screen works again.
Avatar Privacy 2.4.5
- Bugfix: Gravatar opt-ins by anonymous commenters are now properly saved on WordPress 5.5 and later.
Avatar Privacy 2.4.4
Bugfix: Gracefully handle changes to WordPress' default DB collation (no more Illegal mix of collations
errors).
Avatar Privacy 2.4.3
Bugfix: Don't break stuff (another build process fix, for real this time).
Avatar Privacy 2.4.2
Bugfix: An unfortunate oversight in the build process led to crashes instead of the intended graceful failure when the installation requirements were not met.