Tags give the ability to mark specific points in history as being important
-
1.0.0-beta4
714ddf34 · ·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. -
1.0.0-beta3
0dac66aa · ·### Added - **Custom Tags Management**: New admin form at `/admin/config/services/next-custom-tags/custom-tags` for manually defining cache tags with labels. These tags appear in the manual revalidation form alongside plugin-provided options. - **Plugin Settings Enhancements**: Plugin settings form now displays manual cache clear options available for each plugin, making it easier to understand what revalidation options are available.
-
-