The url pattern of gravatar has changed
-
Hi,
Thank you again for developing such an amazing plugin, it works perfectly in wordpress 6.5 and php 8.1.
Recently I noticed the url pattern of gravatar has changed (I don’t know when it changed) and I can’t generate correct gravatar images:
// invalid url https://gravatar.com/avatar/27205e5c51cb03f862138b22bcb5dc20f94a342e744ff6df1b8dc8af3c865109-200?s=200
instead the
dash-size
should be removed:// valid url https://gravatar.com/avatar/27205e5c51cb03f862138b22bcb5dc20f94a342e744ff6df1b8dc8af3c865109?s=200
I changed the code in two places, and the plugin works correctly:
Would you consider updating this repository? Thank you!
- You must be logged in to reply to this topic.