Install
Works with Drupal: ^10.3 || ^11 || ^12Using Composer to manage Drupal site dependencies
Alternative installation files
Release notes
Version 2.3.0 focuses on Drupal 11 compatibility and modernizing the underlying code. Two major features in this release are support for Context-Aware plugins and automatic cache metadata bubbling for all global variables.
Under the hood, we replaced legacy procedural hooks with new Object-Oriented #[Hook] attributes. We have also started moving away from the old plugin annotations (@Mgv) to standard PHP Attributes (#[Variable]). Full backward compatibility and an automated upgrade path are included, so updating from version 2.2.x will not break your existing configurations.
Contributors (3)
Project-Update-Bot, erik.erskine, voleger
Changelog
Issues: 8 issues resolved.
Changes since 2.2.2 (compare):
Feature
- feat: #3447272 Add cache metadata automatically
- feat: #3450202 Allow mgv plugins to be context-aware