Releases: flownative/flow-gravatar
Releases · flownative/flow-gravatar
v2.0.6
What's Changed
- Declare compatibility with Flow 9 by @robertlemke in #4
Full Changelog: v2.0.5...v2.0.6
v2.0.5
Full Changelog: v2.0.4...v2.0.5
Flow 7.x compatibility
Merge pull request #3 from flownative/flow-7-compatibility Declare Flow 7.x compatibility
2.0.3
See 2.0.2...2.0.3
2.0.2
Declared compatible with Flow 5.0
2.0.1
TASK: Require neos/flow, not typo3/flow
First Flow 4.0 compatible release
This release contains code changes to make the view helper compatible with the upcoming Flow 4.0.
Automatic width and height
This release contains two smaller new features:
Set alt attribute if none is specified
This change provides a little feature which sets the alt attribute
of the img tag to a reasonable default if none has been specified.
Automatically set width and height if not specified
If no width or height is given, the Gravatar View Helper will now set
the width and height attributes of the img tag automatically, according
to the specified Gravatar size.
Initial release
This initial release works completely fine based on Flow 3.0 (and up)