Install
Works with Drupal: ^10 || ^11Using Composer to manage Drupal site dependencies
Alternative installation files
Download tar.gz
57.25 KB
MD5: 4e4254fe157e6a66a81ca4c3a9aa8594
SHA-1: 117ac18d0a1801a010982912970ab7590cc462b8
SHA-256: 7e70545f24964a7e63819b5d46402bede28d9773a543a12f3950e3c45c6cde28
Download zip
124.42 KB
MD5: e03c367ad18c45275f442c60f16389a3
SHA-1: e3deb47f74eb059678344a6c8f401454a549092a
SHA-256: 9de47365ad35d84cd64b03c8a3995d47631d59c9c9636eb2e4d4e5c211515117
Release notes
New features, bug fixes, and maintenance improvements
New features
- Configurable CacheTag revalidator with options for entity tags, entity list tags, and custom additional cache tags
- Per-entity draft mode support - site resolver decoupled from preview mode with new draft_enabled property
Bug fixes
- Fixed AJAX method from replace to replaceWith in entity type config form
- Fixed wrong iFrame preview URL on "Latest version" tab for translations
- Fixed EntityResource constructor compatibility with Drupal 10/11
- Fixed next_entity_type_config dependencies
- Added event action on entity translation delete
Tasks
- Used setter injection via ServiceProvider to reduce BC break risk
- Added logging and validation for CacheTag revalidator
- CI fixes: cspell, stylelint, PHPUnit 11 support
- Code standards fixes