Updated Gravatar Plugin for Lithium
Over the weekend I took some time to work on my Gravatar plugin for Lithium.
- Improved documentation: Every class, property and method is now documented in detail. There is also a readme file with instructions and examples on how to use the plugin.
- SSL Support: When displaying Gravatars on pages served over SSL, the helper will automatically switch to HTTPS requests. No annoying mixed content warnings.
- Profile requests: A new GravatarProfiles model makes retrieving profile information very easy.
- New
urlhelper method: In case you only need the Gravatar URL instead of a complete<img>tag, the newurlhelper method is there for you. Especially useful when using Delayed Content. - 100% Test coverage: One less thing to worry about.
So in case you are building a web application with Lithium and need support for Gravatars, try the plugin and let me know what you think.
