v0.2.0
·
78 commits
to master
since this release
Enhanced basic version.
- Enables filters to conditionally add an additional column to display the uploaded attachment instead of the Gravatar-Service image for the user avatar.
- Overrides the get_avatar() functions output per default if a user has uploaded a custom avatar in his profile. Also features a filter to turn that behavior off.
- Allows filtering the arguments for avatars, from classes to sizes.
- Enables the
srcsetargument for high resolution images and allows defining the registered image size that should be used for that avatar. - Adds a filter to define the maximum allowed file dimension for the uploaded user avatar.
- Explains how contributions should be provided and handled.
- Explains the installation mechanism via Composer.