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