Skip to content

Commit

Permalink
Bump versions and update readme (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
johngodley authored Oct 11, 2024
1 parent 7881946 commit 5cf69a7
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 10 deletions.
2 changes: 1 addition & 1 deletion gravatar-enhanced.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
Plugin URI: https://wordpress.org/extend/plugins/gravatar-enhanced/
Description: 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.
Author: Automattic
Version: 0.3.2
Version: 0.4.0
License: GPLv2
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Requires at least: 6.6
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gravatar-enhanced",
"version": "0.3.2",
"version": "0.4.0",
"description": "Gravatar Enhanced WordPress plugin",
"scripts": {
"start": "wp-scripts start",
Expand Down Expand Up @@ -30,10 +30,10 @@
"devDependencies": {
"@types/wordpress__block-editor": "^11.5.15",
"@types/wordpress__blocks": "^12.5.14",
"@wordpress/scripts": "^29.0.0",
"npm-check-updates": "^17.1.1",
"release-it": "^17.6.0",
"typescript": "^5.6.2"
"@wordpress/scripts": "^30.1.0",
"npm-check-updates": "^17.1.3",
"release-it": "^17.8.2",
"typescript": "^5.6.3"
},
"dependencies": {
"@gravatar-com/hovercards": "^0.9.2",
Expand Down
9 changes: 5 additions & 4 deletions readme.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
=== Gravatar Enhanced ===
=== Gravatar Enhanced - Avatars, Profiles, and Privacy ===
Contributors: automattic, batmoo, johnny5, aaronfc
Tags: avatar, profile, privacy, comments, profile picture
Tested up to: 6.6
Stable tag: 0.3.2
Stable tag: 0.4.0
License: GPLv2

Profile Block, Better Comments, and Privacy.
The official Gravatar plugin, featuring privacy-focused settings, easy profile updates, and customizable Gravatar Profile blocks.

== Description ==

Expand Down Expand Up @@ -88,7 +88,8 @@ A: It sends a single, polite email to commenters without Gravatars, inviting the
== Changelog ==

= 0.4.0 =
* New Feature: Added integration with WooCommerce My Account page.
* New feature: integration with WooCommerce on My Account page
* New feature: show avatar on WooCommerce customers page

= 0.3.2 =
* Hide verified accounts that are set to hide from Gravatar hovercards
Expand Down

0 comments on commit 5cf69a7

Please sign in to comment.