Home

>

Tools

>

Drupal

>

Releases

>

11.1.4

Drupal Release: 11.1.4

Tag Name: 11.1.4

Release Date: 3/5/2025

Drupal LogoDrupal

Highly flexible, open-source content management system known for complex, scalable web applications. Preferred by government, educational, and large enterprise websites requiring advanced customization and security features. Robust module ecosystem.

TL;DR

Drupal 11.1.4 is a maintenance release that addresses several important bugs and introduces minor improvements across various areas of the CMS. This update focuses on language handling, UI improvements, and fixing regressions from previous releases. Key fixes include resolving issues with RSS feeds, language redirects, and the logout confirmation form. The release also includes documentation improvements and accessibility enhancements for the Claro theme.

Highlight of the Release

    • Fixed regression in RSS feeds that was filtering out common HTML tags
    • Improved language handling for configuration entities and redirects
    • Enhanced accessibility with better focus outline contrast in Claro theme
    • Added support for 'extra' properties in recipes for module-specific information

Migration Guide

No migration steps are required for this maintenance release. The update focuses on bug fixes and minor improvements that don't require special migration procedures.

Upgrade Recommendations

This is a maintenance release containing important bug fixes and minor improvements. All sites running Drupal 11.1.x should upgrade to this version to benefit from the fixes, particularly if you're experiencing issues with:

  • RSS feeds not displaying HTML content correctly
  • Language handling with configuration entities
  • Node save redirects to incorrect language pages
  • Logout confirmation messages
  • Yarn watch functionality

The upgrade process should be straightforward with minimal risk, as this release primarily contains bug fixes rather than architectural changes.

Bug Fixes

Language and Internationalization

  • Fixed an issue where config entity language properties could change unexpectedly when installing, adding, or editing a language.
  • Resolved a problem with redirects after node save, ensuring users are redirected to the correct language page.

User Interface

  • Fixed the logout confirmation form that was showing inappropriate confirmation descriptions.
  • Corrected focus outline contrast in the Claro theme, which previously had too low color contrast and used an inconsistent green color.

Content and RSS

  • Fixed a regression where RssResponseCdata was filtering out common HTML tags from RSS feeds, restoring proper HTML support in feeds.

Development Tools

  • Fixed broken Yarn watch task.
  • Corrected SQLite connection handling to properly manage relative paths.

Documentation

  • Fixed incorrect comments in the example recipe.yml file above the "actions" section.
  • Improved documentation for optional parameters in MessengerInterface.

New Features

Recipe Enhancements

  • Added support for an "extra" property in recipes that can contain arbitrary information for specific modules to use, providing more flexibility in recipe configurations.

Core Team Updates

  • Added griffynh as a provisional core team facilitator.

Security Updates

No significant security fixes were included in this release.

Performance Improvements

Views Performance

  • Extended ViewsBlockBase to merge cache metadata from display handler, improving caching behavior for Views blocks.

Impact Summary

Drupal 11.1.4 is a maintenance release that addresses several important bugs while introducing minor enhancements. The most significant impact is the fix for RSS feeds, which resolves a regression that was incorrectly filtering HTML tags. This release also improves multilingual support by fixing issues with language handling in configuration entities and ensuring proper redirects after node saves.

For developers, the release offers improved tooling with fixes to the Yarn watch task and better SQLite connection handling. The addition of support for "extra" properties in recipes provides more flexibility for module-specific configurations.

Accessibility improvements include better focus outline contrast in the Claro theme, and documentation has been enhanced in several areas including MessengerInterface and recipe examples.

Overall, this release maintains stability while addressing specific pain points reported by the community, with no breaking changes introduced.

Statistics:

File Changed46
Line Additions439
Line Deletions322
Line Changes761
Total Commits20

User Affected:

  • Improved language handling when installing, adding, or editing languages
  • Fixed logout confirmation form showing inappropriate descriptions
  • Better handling of configuration entities with language properties

Contributors:

longwavealexpott