Install
Works with Drupal: ^10 || ^11Using Composer to manage Drupal site dependencies
Alternative installation files
Release notes
[1.0.0-beta4]
New Features
- New submodules for Block, Menu, and Webform
cache tag extraction — Added three new optional
submodules:
- Next Custom Tags - Block: extracts cache
tags for block content entities.
- Next Custom Tags - Menu: extracts cache
tags for menu link content entities.
- Next Custom Tags - Webform: extracts cache
tags for webform entities.
- Configurable revalidate URL: The revalidator
now reads the revalidate_url from the Next.js
site configuration when available, falling back
to /api/revalidate for backward compatibility.
Improvements
- Optimized cache tag revalidation: Tags are
now aggregated per site across all plugins
before sending, reducing redundant revalidation
calls. Duplicate tags are deduplicated before
revalidation.
Bug Fixes
- Plugin enabled state defaults to false: The
default enabled state for plugins in
PluginSettingsForm and NextCustomTagsPluginBase
is now false, giving administrators explicit
control over plugin activation.