Skip to content

Releases: 10up/simple-local-avatars

2.2.0

26 Oct 19:10
Compare
Choose a tag to compare

Added

Changed

Fixed

  • Initialize Simple_Local_Avatars on the $simple_local_avatars global, enabling bundling plugin with composer (props @pdewouters, @adamsilverstein via #34)

Removed

View all the closed issues for 2.2.0.

2.1.1

07 May 20:23
Compare
Choose a tag to compare

Fixed: Do not delete avatars just because they don't exist on the local filesystem. This was occasionally dumping avatars when WordPress uploads were stored elsewhere, e.g. a cloud service.

2.1

24 Oct 16:30
Compare
Choose a tag to compare
2.1
  • New: All avatar uploads now go into the media library. Don’t worry – users without the ability to upload files cannot otherwise see the contents of your media library. This allows local avatars to respect other functionality your site may have around uploaded images, such as external hosting.
  • New: REST API support for getting and updating.
  • New: Use .org language packs rather than bundling translations.
  • Fixed: Avoid an ArgumentCountError.
  • Fixed: A couple of internationalization issues.