Skip to content

Latest commit

 

History

History
370 lines (297 loc) · 37.9 KB

CHANGELOG.md

File metadata and controls

370 lines (297 loc) · 37.9 KB

Changelog

All notable changes to this project will be documented in this file, per the Keep a Changelog standard.

2.7.11 - 2024-07-18

Note that this release bumps the minimum required version of WordPress from 6.3 to 6.4.

Changed

Security

2.7.10 - 2024-05-24

Fixed

Security

2.7.9 - 2024-05-14

Fixed

2.7.8 - 2024-05-08

Note that this release bumps the minimum required version of WordPress from 5.7 to 6.3.

Added

Changed

Fixed

2.7.7 - 2023-12-13

Fixed

Security

2.7.6 - 2023-11-30

Added

Changed

Fixed

Security

2.7.5 - 2023-05-15

Added

Changed

Security

2.7.4 - 2023-02-23

Fixed

Security

2.7.3 - 2023-01-16

Fixed

2.7.2 - 2023-01-13

Added

Changed

Fixed

Removed

Security

2.7.1 - 2022-12-08

Added

  • Added missing files from the last release and changed the readme file to fix the bullet points and added fullstops.

2.7.0 - 2022-12-08

Added

Changed

Fixed

Security

2.6.0 - 2022-09-13

Note that this release bumps the minimum required version of WordPress from 4.6 to 5.7 and PHP from 5.6 to 7.4.

Added

  • If a default avatar image is used, ensure that outputs alt text. This will either be default text (Avatar photo) or the alt text from the uploaded default image (props @dkotter, @faisal-alvi via #147).
  • Two hooks, simple_local_avatar_updated and simple_local_avatar_deleted, to allow theme or plugin developers to react to changes in local avatars in a consistent and precise way (props @t-lock, @faisal-alvi, @dkotter via #149).

Changed

Security

2.5.0 - 2022-06-24

Added

Fixed

2.4.0 - 2022-05-10

Added

Fixed

Security

2.3.0 - 2022-04-25

Added

Changed

Fixed

Security

2.2.0 - 2020-10-27

Added

Changed

Fixed

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

Removed

2.1.1 - 2019-05-07

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 - 2018-10-24

Added

  • 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.
  • REST API support for getting and updating.
  • Use .org language packs rather than bundling translations.

Fixed

  • Avoid an ArgumentCountError.
  • A couple of internationalization issues.

2.0 - 2013-06-02

Added

  • Choose or upload an avatar from the media library (for users with appropriate capabilities)!
  • Local avatars are rated for appropriateness, just like Gravatar
  • A new setting under Discussion enables administrators to turn off Gravatar (only use local avatars)
  • Delete the local avatar with a single button click (like everywhere else in WordPress)
  • Uploaded avatar file names are appended with the timestamp, addressing browser image caching issues
  • New developer filter for preventing automatic rescaling: simple_local_avatars_dynamic_resize
  • New developer filter for limiting upload size: simple_local_avatars_upload_limit
  • Upgraded functions deprecated since WordPress 3.5
  • Hungarian translation added (needs further updating again with new version)

Fixed

  • Fixed translations not working on front end (although translations are now a bit out of date...)
  • Assorted refactoring / improvements under the hood

1.3.1 - 2011-12-29

Added

  • Brazilian Portuguese and Belarusian translations

Fixed

  • Bug fixes (most notably correct naming of image files based on user display name)
  • Optimization for WordPress 3.2 / 3.3 (substitutes deprecated function)

1.3 - 2011-09-22

Added

  • Avatar file name saved as "user-display-name_avatar" (or other image extension)
  • Russian localization added

Fixed

  • Assorted minor code optimizations

1.2.4 - 2011-07-02

Added

  • Support for front end avatar uploads (e.g. Theme My Profile)

1.2.3 - 2011-04-04

Added

  • Russian localization

1.2.2 - 2011-03-25

Fixed

  • Fix for avatars uploaded pre-1.2.1 having a broken path after upgrade

1.2.1 - 2011-01-26

Added

  • French localization

Fixed

  • Simplify uninstall code

1.2 - 2011-01-26

Added

  • Spanish localization
  • Other minor under the hood optimizations

Fixed

  • Fix path issues on some IIS servers (resulting in missing avatar images)
  • Fix rare uninstall issues related to deleted avatars

1.1.3 - 2011-01-20

Fixed

  • Properly deletes old avatars upon changing avatar
  • Fixes "foreach" warning in debug mode when updating avatar image

1.1.2 - 2011-01-18

Added

  • Norwegian localization

1.1.1 - 2011-01-18

Added

  • Italian localization

1.1 - 2011-01-18

Added

  • All users (regardless of capabilities) can upload avatars by default. To limit avatar uploading to users with upload files capabilities (Authors and above), check the applicable option under Settings > Discussion. This was the default behavior in 1.0.
  • Localization support; German included

1.0 - 2011-01-18

  • Initial release