Skip to content

Commit

Permalink
Meta: Update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
mundschenk-at committed May 1, 2023
1 parent 39f1996 commit e975c4d
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## 2.7.0 (unreleased)
## 2.7.0 (2023-05-01)
* _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.
Expand Down
10 changes: 10 additions & 0 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,16 @@ The default avatar image is set to the mystery man if you selected one of the ne

== Changelog ==

= 2.7.0 (2023-05-01) =
* _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 of `avatar_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.

= 2.6.0 (2022-04-18) =
* _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`
Expand Down

0 comments on commit e975c4d

Please sign in to comment.