Releases: forxer/gravatar
Releases · forxer/gravatar
5.0.0
4.0.3
4.0.2
4.0.1
4.0.0
3.0.1
3.0.0
- Removed support for PHP prior to 8.0
- Renamed
forxer\Gravatar\
namespace toGravatar\
- Renamed
getUrl(string $email)
tourl()
; email should be defined before - Introduced
gravatar()
andgravatar_profile()
helpers functions - Split code into traits to facilitate reading and maintenance
- Used more type hinting for consistency
- Renamed most variables to facilitate reading