Plugin Directory

Changeset 3147648

Timestamp:
09/06/2024 03:37:08 PM (2 months ago)
Author:
johnny5
Message:

Gravatar Enhanced: release 0.3.1

  • Fix hardcoded profile address
Location:
gravatar-enhanced/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • gravatar-enhanced/trunk/classes/quick-editor/class-quick-editor.php

    r3147470 r3147648  
    171171
    172172        $current_user_email = strtolower( $current_user->user_email );
    173         $current_user_email = 'm@mullenweg.com';
    174173        $current_user_locale = get_user_locale( $current_user );
    175174
  • gravatar-enhanced/trunk/gravatar-enhanced.php

    r3147470 r3147648  
    55Description: Enhanced functionality for Gravatar-ifying your WordPress site. Once you've enabled the plugin, go to the "Avatars" section on the <a href="options-discussion.php">Discussion Settings page</a> to get started.
    66Author: Automattic
    7 Version: 0.3.0
     7Version: 0.3.
    88License: GPLv2
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
  • gravatar-enhanced/trunk/readme.txt

    r3147470 r3147648  
    33Tags: avatar, profile, privacy, comments, profile picture
    44Tested up to: 6.6
    5 Stable tag: 0.3.0
     5Stable tag: 0.3.
    66License: GPLv2
    77
     
    8080== Changelog ==
    8181
    82 = 0.3 =
     82= 0.3.1 =
     83* Fix hardcoded address on profile page
     84
     85= 0.3.0 =
    8386* Use SHA256 instead of MD5
    8487* Add a referrerpolicy option
Note: See TracChangeset for help on using the changeset viewer.