Install

Works with Drupal: ^10 || ^11

Using Composer to manage Drupal site dependencies

Alternative installation files

Download tar.gz 19.46 KB
MD5: 856e49e180b5ac67377b5fc54b0a54e8
SHA-1: c1602dd4cb6213701b8ec7032d59d760d044428f
SHA-256: 5ebd358fb38c87a0aa289391f380889c7b64c2e3c81740dd92e481edcd40b1a0
Download zip 35.66 KB
MD5: ae03c524ce90ec4b7ec61ee63c0b39aa
SHA-1: e4d8b2907923440b5e61327b371ef8436b906454
SHA-256: 98c08670bbe7be587396a533e92c79b8b884594a509acf5aeab332feffc78794

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.

Created by: emielb
Created on: 2 Mar 2026 at 15:32 UTC
Last updated: 2 Mar 2026 at 15:32 UTC
New features

Other releases