Drupal 11.2.0 Released with Faster Installs, OOP Hooks, and AVIF Image Support
The Drupal community has announced the official release of Drupal 11.2.0, a minor version packed with meaningful improvements aimed at boosting performance, streamlining developer workflows, and enhancing media support. The release is now available on Drupal.org, marking another step forward in the evolution of the open-source content management system.
One of the most significant updates in Drupal 11.2.0 is a notable reduction in installation times. Tests show up to a fourfold improvement in how quickly Drupal installs core modules and dependencies, offering a faster start for new site deployments and development environments.
In a move toward modern PHP practices, hook implementations no longer require .module files. The hook API system has been fully transitioned to object-oriented programming, allowing developers to write cleaner, more maintainable code with class-based structures.
For projects that rely on structured data, the release introduces built-in JSON Schema generation for content entities. This provides automatic schema output, simplifying API documentation and improving integration with external systems.
The Single Directory Components (SDC) feature also sees a key upgrade, now supporting native component variants. This enhancement helps frontend developers manage multiple variations of a UI component within a single file structure, streamlining both development and testing workflows.
On the media front, Drupal 11.2.0 adds native support for the AVIF image format, known for its high compression and image quality, along with an automatic WebP fallback to ensure broader browser compatibility.
Additional improvements include better cache efficiency, leading to faster page delivery and reduced server load, as well as numerous smaller updates that refine both frontend and backend experiences.
This release continues to position Drupal 11 as a modern, flexible, and high-performance CMS suited for complex digital experiences. For full release notes and upgrade instructions, visit the official Drupal release page.
