- Added new filters to inject content inside figure element PR #79
- Update module to new registration method introduced in Hogan Core #79
- Set hogan-core dependency
"dekodeinteraktiv/hogan-core": ">=1.1.7"
- Remove heading field, provided from Core in #53
- Heading field has to be added using filter (was default on before).
- Heading classname changed from
.heading
to.hogan-heading
- Deprecated
hogan/module/image/attachment/attr
filter in favor ofhogan/module/image/image/args
- Added filter
hogan/module/image/image/args
to filter image arguments - Use
hogan_classnames
to join classnames together - Use
caption
core component to print out caption. - Make all code validate with PHPCS rules.
- Switch from
radio
tobutton_group
field to select size. - Added TravisCi config.