Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
#3535472: Allow another module to override the LeafletDefaultFormatter field formatter. feat: Allow another module to override the LeafletDefaultFormatter field formatter.
Remove the arbitrary / forced alteration of Geofield ValueTitle property, for better communication (i.e.) in case of Required field validation error and Geofield Value element hidden.
In this release, the emails listed in the "Ad-hoc" emails field are no longer validated for access checks. Previously, the module would try to find local Drupal user accounts that matched with the emails listed and check that those accounts had access to view the entity that was changed. This has been removed. The emails listed in the "ad-hoc" field are now always emailed.
- Decorated menu.link_tree Drupal core service so when you load the menu tree using \Drupal::menuTree(), MILE
references will try to load too,
- Earlier, MILE references would only load on menu preprocess,
- Fixed phpcs, phpunit and cspell errors in pipeline