Releases: Fokke-/MarkupMetadata
Releases · Fokke-/MarkupMetadata
1.2.4
1.2.3
1.2.2
1.2.1
1.2.0
- Added support for image alternative text using custom fields in images
- Added support for inheriting image from the nearest parent page (including home page)
- Added support for fallback page for image. If the image cannot be found from the current page (and possibly enabled inheritance fails), the module will try to find the image from the given page. You can use this to define default image for all pages.
- Fixed crash when supplying an invalid image width or height
Note that module now requires PW 3.0.142 or later, as custom fields for image and file fields were introduced in that version.
1.1.3
1.1.2
- Truncate description using
$sanitizer->truncate()
method - Added properties:
description_max_length
anddescription_truncate_mode
- Due to the usage of truncate method, the module now requires PW >=3.0.101
- Image added using API will be resized
- Validate image object before resizing it
- Added API notes for all fields in module configuration
- Documentation fixes
1.1.1
1.1.0
Updates
- Added documentation
- Re-organized module configuration fields
- Refactored method for adding new meta tags with support for inline content (used for <title> tag)
- Proper handling for image fields with multiple items
- Hreflang links now include page URL segments (if any)
- Separator for page title and site name in document title is now configurable
Breaking changes
- All property names are now in snake_case