All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
This changelog is incomplete. Pull requests with entries before 1.10.0 are welcome.
- replace use of
wieni/wmmodel
withdrupal/entity_model
- Read the upgrade guide of
wieni/wmmodel
to migrate todrupal/entity_model
- Read the upgrade guide of
- Rely on
MetaService
to preview title, description and image metadata
og:url
andog:type
- restrict access to preview modal route:
- Now only those who have permission
access wmmeta preview
can access this route. - Update hook has been added to grant this permission to all roles (except anonymous and authenticated)
- Now only those who have permission
- validate publish and unpublish dates
- Removed some Scheduler.php logging
- start scheduler for an entity type has been removed
- logging end scheduler per language has been removed
- Add support for wmmodel ^2.0
- remove use of
WmModel
andWmModelInterface
as they are removed now
- Add support for wmmodel ^0.2 and ^0.3
- Add image module dependency
- Add OG image image style
- Translate meta status labels
- Use field helpers trait on meta model
- Add coding style fixers
- Add Composer 2 dev dependency
- Fix error when entity does not have a created field
- Remove
wieni/imgix
dependency. If you plan to keep using theimgix
module, make sure to install v9 since previous versions don't support image styles. - Remove
wieni/wmcontroller
dependency. Support hasn't been removed, but the dependency is now optional. - Remove
wieni/wmmedia
dependency. Support hasn't been removed, but the dependency is now optional. - Remove
wieni/maxlength
dependency. Support hasn't been removed, but the dependency is now optional.