Skip to content

Avatar Privacy 1.0

Compare
Choose a tag to compare
@mundschenk-at mundschenk-at released this 13 May 09:05
  • Feature: All default avatars are generated on your server.
  • Feature: Gravatar.com avatars are cached locally. (The cache is cleaned regularly
    via a cron job to prevent unlimited growth.)
  • Feature: Registered users can upload their own avatar images to your server.
  • Change: Refactored according to modern development principles.
  • Change: Removed settings in favor of sensible default values and filter hooks:
    • Gravatar.com usage is opt-in and gravatars are only displayed if the exist.
    • The default behavior for legacy comments can be customized via the
      avatar_privacy_gravatar_use_default filter hook.
  • Change: All static default icons are now SVG images.

Release 1.0 can be installed from the WordPress.org plugin repository, so the archives on GitHub do not include the dependencies (as they did for the pre-release versions).