<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xml:base="https://www.drupal.org"  xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
 <title>Drupal.org</title>
 <link>https://www.drupal.org</link>
 <description>Come for the software, stay for the community
Drupal is an open source content management platform powering millions of websites and applications. It’s built, used, and supported by an active and diverse community of people around the world.</description>
 <language>en</language>
<item>
 <title>Drupal 11.3.0 is now available</title>
 <link>https://www.drupal.org/blog/drupal-11-3-0</link>
 <description>&lt;div class=&quot;field field-name-body field-type-text-with-summary field-label-hidden&quot;&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;&lt;p&gt;The &lt;a href=&quot;https://www.drupal.org/project/drupal/releases/11.3.0&quot; rel=&quot;nofollow&quot;&gt;third feature release of Drupal 11&lt;/a&gt; is here with the biggest performance boost in a decade. Serve 26-33% more requests with the same database load. New native HTMX support enables rich UX with up to 71% less JavaScript. Plus, enjoy the new stable Navigation module, improved CKEditor content editing, native content export, and cleaner OOP hooks for themes.&lt;/p&gt;
&lt;p&gt;&lt;img alt=&quot;&quot; src=&quot;/files/Drupal113Available.png&quot; /&gt;&lt;/p&gt;
&lt;h2&gt;New in Drupal 11.3&lt;/h2&gt;
&lt;h3&gt;Biggest performance boost in a decade&lt;/h3&gt;
&lt;p&gt;Database query and cache operations on both cold and warm caches have been significantly reduced. Our automated tests show that the new optimization for cold caches is about one third and on partially-warm cache requests by up to one fourth. Independent testing shows even bigger improvements on complex sites.&lt;/p&gt;
&lt;p&gt;The render and caching layers now combine database and cache operations, notably in path alias and entity loading. BigPipe also now uses HTMX on the frontend, leading to a significant reduction in JavaScript weight.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;https://www.drupal.org/about/core/blog/drupal-1130-biggest-performance-boost-in-a-decade&quot; rel=&quot;nofollow&quot;&gt;Read more about performance improvements in Drupal 11.3.0&lt;/a&gt;.&lt;/p&gt;
&lt;h3&gt;Native HTMX: Rich UX with up to 71% less JavaScript&lt;/h3&gt;
&lt;p&gt;Drupal 11.3.0 now natively integrates HTMX, a powerful, dependency-free JavaScript library. HTMX dramatically enhances how developers build fast, interactive user interfaces. It enables modern browser features directly in HTML attributes, significantly reducing the need for extensive custom JavaScript.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;https://www.drupal.org/about/core/blog/native-htmx-in-drupal-1130-rich-ux-with-up-to-71-less-javascript&quot; rel=&quot;nofollow&quot;&gt;Read more about HTMX support in Drupal 11.3.0&lt;/a&gt;.&lt;/p&gt;
&lt;h3&gt;Navigation module is now stable&lt;/h3&gt;
&lt;p&gt;The Navigation module is now stable, offering a superior and more modern experience than the old Toolbar. While it is an experience worth installing on all sites, it is most useful for sites with complex administration structures. While not yet the default, we strongly encourage users to switch and benefit from its improvements.&lt;/p&gt;
&lt;h3&gt;Improved content editing&lt;/h3&gt;
&lt;p&gt;CKEditor now natively supports linking content on the site by selecting it from an autocomplete or dropdown (using entity references).. CKEditor also has new, user-friendly options for formatting list bullets and numbering.. Finally, a dedicated &lt;em&gt;Administer node published status&lt;/em&gt; permission is introduced to manage publication status of content (which does not require &lt;em&gt;Administer nodes&lt;/em&gt; anymore).&lt;/p&gt;
&lt;h3&gt;Object-oriented hooks in themes&lt;/h3&gt;
&lt;p&gt;Themes can now use the same &lt;code class=&quot;language-php&quot;&gt;#[Hook()]&lt;/code&gt; attribute system as modules, with theme namespaces registered in the container for easier integration. This change allows themers to write cleaner, more structured code. Themes&#039; OOP hook implementations are placed in the &lt;code class=&quot;language-php&quot;&gt;src/Hook/&lt;/code&gt; directory, similarly to modules&#039;. Themes support a defined subset of both normal and alter hooks.&lt;/p&gt;
&lt;h3&gt;Native support for content export&lt;/h3&gt;
&lt;p&gt;Drupal core now includes a command-line tool to export content in the format previously introduced by the contributed Default Content module. Drupal can export a single entity at a time, but it is also possible to export the dependencies of the entity automatically (for example, images or taxonomy terms it references).To use the export tool, run the following from the Drupal site&#039;s root:&lt;/p&gt;
&lt;p&gt;&lt;code class=&quot;language-php&quot;&gt;php core/scripts/drupal content:export ENTITY_TYPE_ID ENTITY_ID&lt;/code&gt;&lt;/p&gt;
&lt;h3&gt;PHP 8.5 support&lt;/h3&gt;
&lt;p&gt;PHP 8.5 itself was released last month. Drupal 11.3.0 not only ensures full compatibility and support for PHP 8.5, but made core testing also run on it. PHP 8.5 is expected to become the minimum required version for Drupal 12, planned to be released in 2026. &lt;/p&gt;
&lt;h3&gt;New experimental database driver for MySQL/MariaDB for parallel queries&lt;/h3&gt;
&lt;p&gt;A new, experimental MySQLi database driver has been added for MySQL and MariaDB. It is not yet fully supported and is hidden from the user interface.&lt;/p&gt;
&lt;p&gt;While the current default drivers use PDO to connect to MySQL or MariaDB, this new database driver instead uses the mysqli PHP extension. MySQLi is more modern and allows database queries to be run in parallel instead of sequentially as with PDO. We plan to add asynchronous database query support in a future Drupal release.&lt;/p&gt;
&lt;h2&gt;Core maintainer team updates&lt;/h2&gt;
&lt;p&gt;Since Drupal 11.2, we reached out to all subsystem and topic maintainers to confirm whether they wished to continue in their roles. Several long-term contributors stepped back and opened up roles for new contributors. We would like to thank them for their contributions.&lt;/p&gt;
&lt;p&gt;Additionally, Roy Scholten stepped back from his Usability maintainership and Drupal core product manager role. He has been inactive for a while, but his impact on Drupal since 2007 has been profound. We thank him for his involvement!&lt;/p&gt;
&lt;p&gt;Mohit Aghera joined as a maintainer for the File subsystem. Shawn Duncan is a new maintainer for the Ajax subsystem. David Cameron was added as a maintainer of the Link Field module. Pierre Dureau and Florent Torregrosa are now the maintainers for the Asset Library API. Finally, codebymikey is the new maintainer for Basic Auth.&lt;/p&gt;
&lt;p&gt;Going forward, we plan to review core maintainer appointments annually. We hope this will reduce the burden on maintainers when transitioning between roles or stepping down, and also provide more opportunities for new contributors.&lt;/p&gt;
&lt;h2&gt;Want to get involved?&lt;/h2&gt;
&lt;p&gt;If you are looking to make the leap from Drupal user to Drupal contributor, or you want to share resources with your team as part of their professional development, there are many opportunities to deepen your Drupal skill set and give back to the community. Check out the &lt;a href=&quot;https://www.drupal.org/community/contributor-guide&quot; rel=&quot;nofollow&quot;&gt;Drupal contributor guide&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;You would be more than welcome to &lt;a href=&quot;https://events.drupal.org/chocago2026&quot; rel=&quot;nofollow&quot;&gt;join us at DrupalCon Chicago&lt;/a&gt; in March 2026 to attend sessions, network, and enjoy mentorship for your first contributions.&lt;/p&gt;
&lt;p&gt;The Core Leadership Team is always looking for new contributors to help steward the project. As recently various new opportunities have opened up. If you are looking to deepen your Drupal skill set, we encourage you to &lt;a href=&quot;https://www.drupal.org/about/core/blog/seeking-subsystem-and-topic-maintainers-for-open-positions&quot; rel=&quot;nofollow&quot;&gt;read more about the open subsystem and topic maintainer roles and consider stepping up to contribute your expertise&lt;/a&gt;.&lt;/p&gt;
&lt;h2&gt;Drupal 10.6 is also available&lt;/h2&gt;
&lt;p&gt;The next maintenance minor release of Drupal 10 has also been released, and will be supported until December 9, 2026, after the release of Drupal 12. Long-term support for Drupal 10 gives more flexibility for sites to move to Drupal 11 when they are ready while staying up-to-date with Drupal&#039;s dependencies.&lt;/p&gt;
&lt;p&gt;This release schedule also allows sites to move from one long-term support version to the next if that is the best strategy for their needs. For more information on maintenance minors, read &lt;a href=&quot;https://www.drupal.org/blog/drupal-10-will-be-supported-until-the-release-of-drupal-12-in-mid-late-2026&quot; rel=&quot;nofollow&quot;&gt;the previous post on the new major release schedule&lt;/a&gt;.&lt;/p&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;</description>
 <pubDate>Wed, 17 Dec 2025 12:04:38 +0000</pubDate>
 <dc:creator>gábor hojtsy</dc:creator>
 <guid isPermaLink="false">3563660 at https://www.drupal.org</guid>
 <comments>https://www.drupal.org/blog/drupal-11-3-0#comments</comments>
</item>
<item>
 <title>Drupal Canvas is Now Available: Inside Drupal&#039;s New Visual Page Builder</title>
 <link>https://www.drupal.org/blog/drupal-canvas-is-now-available-inside-drupals-new-visual-page-builder</link>
 <description>&lt;div class=&quot;field field-name-body field-type-text-with-summary field-label-hidden&quot;&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;&lt;p&gt;&lt;img alt=&quot;&quot; height=&quot;428&quot; src=&quot;/files/Canvas%20graphic.png&quot; width=&quot;816&quot; /&gt;&lt;/p&gt;
&lt;p&gt;For years, Drupal has been the platform of choice for organizations that need serious digital capabilities—think universities managing millions of pages, government agencies with complex workflows, and Fortune 500 companies running mission-critical websites. The power is undeniable, but there&#039;s always been a catch: you needed technical expertise to unlock it.&lt;/p&gt;
&lt;p&gt;That’s why one of the most exciting areas of Drupal’s journey has been the work underway on more intuitive, visual building experiences. The community has spent years exploring how to make Drupal feel more accessible to site builders and content teams without sacrificing the flexibility and robustness that define Drupal.&lt;/p&gt;
&lt;p&gt;Drupal Canvas is the next step in that journey.&lt;/p&gt;
&lt;p&gt;More than a “new feature drop,” Drupal Canvas represents an ongoing, community-driven effort to modernize how we build with Drupal. Canvas adds a more visual, flexible way to arrange and adjust page components, helping non-developers work more independently while providing developers space for deeper technical work.&lt;/p&gt;
&lt;h4&gt;No More Trade-offs &lt;/h4&gt;
&lt;p&gt;As &lt;a href=&quot;https://www.drupal.org/u/lauriii&quot; rel=&quot;nofollow&quot;&gt;Lauri Timmanee&lt;/a&gt;, Drupal Canvas&#039;s product lead, explained: &quot;There&#039;s a trade-off that exists in Drupal - either you&#039;re forced into building sort of a cookie cutter website...or you go into complex coding. We want to break that trade-off by providing better tools so that you can actually build websites that are custom to your brand without having to know complex code.&quot;&lt;/p&gt;
&lt;h4&gt;What&#039;s Included in Drupal Canvas 1.0&lt;/h4&gt;
&lt;p&gt;Drupal Canvas provides the foundation for a more intuitive page-building workflow in Drupal. Built with React on the frontend and integrated with Drupal&#039;s core APIs on the backend, it focuses on helping site builders arrange and adjust content more easily, with features such as:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Component based visual page building with a drag-and-drop interface&lt;/li&gt;
&lt;li&gt;In-browser code components that allow you to add new building blocks&lt;/li&gt;
&lt;li&gt;Create and preview multiple pages before publication with multi-step undo&lt;/li&gt;
&lt;/ul&gt;
&lt;h3&gt;Try It Out and Get Involved&lt;/h3&gt;
&lt;p&gt;Drupal Canvas represents the Drupal community&#039;s collaborative innovation at its best—open and with a foundation of real-world use cases. As work continues, community feedback will continue to play a large role in shaping the next phases.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Check out the Drupal Canvas demo with the Drupal brand. Local installation instructions at &lt;a href=&quot;https://github.com/phenaproxima/canvas-demo&quot; rel=&quot;nofollow&quot;&gt;https://github.com/phenaproxima/canvas-demo&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Join the &lt;a href=&quot;https://drupal.slack.com/archives/C072JMEPUS1&quot; rel=&quot;nofollow&quot;&gt;#drupal-canvas channel in Slack&lt;/a&gt; for active community discussion.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Your feedback and involvement will directly shape the future of content management in Drupal.&lt;/p&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;</description>
 <pubDate>Thu, 04 Dec 2025 18:24:05 +0000</pubDate>
 <dc:creator>Drupal</dc:creator>
 <guid isPermaLink="false">3561543 at https://www.drupal.org</guid>
 <comments>https://www.drupal.org/blog/drupal-canvas-is-now-available-inside-drupals-new-visual-page-builder#comments</comments>
</item>
<item>
 <title>State of Drupal presentation (October 2025)</title>
 <link>https://www.drupal.org/blog/state-of-drupal-presentation-october-2025</link>
 <description>&lt;div class=&quot;field field-name-body field-type-text-with-summary field-label-hidden&quot;&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;&lt;p&gt;&lt;em&gt;This blog has been re-posted and edited with permission from &lt;a href=&quot;https://dri.es/state-of-drupal-presentation-october-2025&quot;&gt;Dries Buytaert&#039;s blog&lt;/a&gt;.&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;In my DrupalCon Vienna keynote, I talk about how Drupal is adapting to an AI-driven web through AI-enabled visual editing, site templates, autonomous agents, and workflow orchestration.&lt;/p&gt;
&lt;p&gt;The web is changing fast. AI now writes content, builds web pages, and answers questions directly, often bypassing websites entirely.&lt;/p&gt;
&lt;p&gt;People often wonder what this means for Drupal, so at DrupalCon Vienna, I tackled this head-on. My message was simple: AI is the storm, but it&#039;s also the way through it. Instead of fighting AI, we&#039;re leaning into it.&lt;/p&gt;
&lt;p&gt;My keynote focused on how Drupal is evolving across four product areas. We&#039;re making it easier to get started with Site Templates, enabling visual site building through Drupal Canvas, accelerating development with AI assistance, and exploring complex workflows with new orchestration tools.&lt;/p&gt;
&lt;p&gt;If you missed the keynote, you can &lt;a href=&quot;https://youtu.be/lTBim0nMD5s&quot;&gt;watch the video below&lt;/a&gt;, or &lt;a href=&quot;https://dri.es/files/state-of-drupal-october-2025.pdf&quot;&gt;download my slides&lt;/a&gt; (62 MB).&lt;/p&gt;
&lt;p&gt;&lt;iframe allow=&quot;autoplay; encrypted-media&quot; allowfullscreen=&quot;&quot; height=&quot;360&quot; loading=&quot;lazy&quot; src=&quot;https://www.youtube-nocookie.com/embed/lTBim0nMD5s?si=f6Kquhlv63FJ5tUR&quot; title=&quot;A YouTube video&quot; width=&quot;640&quot;&gt;&lt;/iframe&gt;&lt;/p&gt;
&lt;p&gt;Vienna felt like a turning point. People could see the pieces coming together. Drupal is finding its footing in the AI era, leading in AI innovation, and ready to help shape what comes next for the web.&lt;/p&gt;
&lt;h3 id=&quot;0&quot;&gt;Growing Drupal with Site Templates&lt;/h3&gt;
&lt;p&gt;One of the most important ways to grow Drupal is to make it easier and faster to build new sites. We began that work with &lt;em&gt;Recipes&lt;/em&gt;, a way to quickly add common features to a site. Recipes help people go from idea to a website in hours instead of days.&lt;/p&gt;
&lt;p&gt;At DrupalCon Vienna, I talked about the next step in that journey: our first &lt;em&gt;Site Template&lt;/em&gt;. Site Templates build on Recipes and also include a complete design with layouts, visual style, and sample content. The result is that you can go from a new Drupal install to a fully working website in minutes. It will be the easiest way yet to get started with Drupal.&lt;/p&gt;
&lt;p&gt;Next, we plan to introduce more Site Templates and launch a &lt;em&gt;Site Template Marketplace&lt;/em&gt; where anyone can &lt;a href=&quot;https://dri.es/exploring-a-marketplace-for-drupal-site-templates&quot;&gt;discover, share, and build on templates&lt;/a&gt; for different use cases.&lt;/p&gt;
&lt;h3 id=&quot;1&quot;&gt;A new visual editing experience&lt;/h3&gt;
&lt;p&gt;At DrupalCon Vienna, the energy around &lt;a href=&quot;https://www.drupal.org/project/canvas&quot;&gt;Drupal Canvas&lt;/a&gt; was infectious. Some even called it &quot;CanvasCon&quot;. Drupal Canvas sessions were often standing room only, just like the Drupal AI sessions.&lt;/p&gt;
&lt;p&gt;I first showed an early version of Drupal Canvas at &lt;a href=&quot;https://dri.es/state-of-drupal-presentation-september-2024&quot;&gt;DrupalCon Barcelona in September 2024&lt;/a&gt;, when we launched &lt;a href=&quot;https://dri.es/introducing-drupal-starshot-product-strategy&quot;&gt;Drupal&#039;s Starshot initiative&lt;/a&gt;. The progress we&#039;ve made in just one year is remarkable. My keynote showed parts of Drupal Canvas in action, but for a deeper dive, I recommend watching &lt;a href=&quot;https://youtu.be/f47lMXlf4B8?si=R22rMcLTvuk31C3u&amp;amp;t=644&quot;&gt;this breakout session&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Version 1.0 of Drupal Canvas is scheduled for November 2025. Starting in January 2026, it will become the default page builder in Drupal CMS 2.0. After more than 15 months of development and countless contributors working to make Drupal easier for everyone, it&#039;s hard to believe we&#039;re almost there. This marks the beginning of a new chapter for how people create with Drupal.&lt;/p&gt;
&lt;p&gt;What excites me most is what this solves. For years, building pages in Drupal required technical expertise. Drupal Canvas gives end-users a visual page builder that is both more powerful and easy to use. Plus, it supports React, which means front-end developers can contribute using skills they already have.&lt;/p&gt;
&lt;h3 id=&quot;2&quot;&gt;Drupal&#039;s accidental AI advantage&lt;/h3&gt;
&lt;p&gt;Every content management system faces defining moments. For Drupal, one came with the release of Drupal 8. We &lt;a href=&quot;https://dri.es/why-the-big-architectural-changes-in-drupal-8&quot;&gt;rebuilt Drupal from the ground up&lt;/a&gt;, adopting modern design patterns and improving configuration management, versioning, workflows, and more.&lt;/p&gt;
&lt;p&gt;The transition was hard, but here is the surprising part: ten years later those decisions gave Drupal &lt;a href=&quot;https://dri.es/why-drupal-is-built-for-the-ai-era&quot;&gt;an unexpected advantage&lt;/a&gt; in today&#039;s AI-driven web. The architecture we created is exactly what AI systems need today. When AI modifies content, you need version control to roll back mistakes. When it builds pages, you need structured data, permissions, and workflows. Drupal already has those capabilities.&lt;/p&gt;
&lt;p&gt;For years, Drupal prioritized flexibility and robustness while other platforms focused on ease of use. What once felt like extra complexity now makes perfect sense. Drupal has quietly become one of the most AI-ready platforms available.&lt;/p&gt;
&lt;h3 id=&quot;3&quot;&gt;AI is the storm, and the way through the storm&lt;/h3&gt;
&lt;p&gt;&lt;img alt=&quot;&quot; height=&quot;1080&quot; src=&quot;/files/ai-is-the-storm-1920w.png&quot; width=&quot;1920&quot; /&gt;&lt;/p&gt;
&lt;p&gt;As I said in my keynote: &quot;Some days AI terrifies me. An hour later it excites me. By the evening, I&#039;m tired of hearing about it.&quot;. Still, we can&#039;t ignore AI.&lt;/p&gt;
&lt;p&gt;I first introduced AI as part of Starshot. Five months ago, it became its own dedicated track with &lt;a href=&quot;https://dri.es.ddev.site/accelerating-ai-innovation-in-drupal&quot;&gt;the launch of the Drupal AI initiative&lt;/a&gt;. Since then, twenty two agencies have backed it with funding and contributors, together &lt;a href=&quot;https://www.drupal.org/about/starshot/initiatives/ai/blog/1-million-dollars-raised-to-accelerate-innovation-in-drupal-ai&quot;&gt;contributing over one million dollars&lt;/a&gt;. This is the largest fundraising effort in Drupal&#039;s history.&lt;/p&gt;
&lt;p&gt;The initiative is already producing impressive results. At DrupalCon Vienna, we &lt;a href=&quot;https://www.drupal.org/about/starshot/initiatives/ai/blog/drupal-ai-and-ai-agents-120-stable-release-is-out&quot;&gt;released Drupal AI version 1.2&lt;/a&gt;, a major step forward for the initiative.&lt;/p&gt;
&lt;p&gt;In my keynote, I also demonstrated three new AI capabilities:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;&lt;strong&gt;AI-powered page building:&lt;/strong&gt; Drupal AI can now generate complete, designed pages in minutes using a component-based design system in Drupal Canvas. What site builders used to build in hours now happens in minutes while maintaining your site&#039;s structure and style.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Context Control Center:&lt;/strong&gt; Teams can define brand voice, target audiences, and key messages from a single UI. All AI agents draw from this source of truth.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Autonomous agents:&lt;/strong&gt; When you update information in the Context Control Center, such as a product price or company statistic, agents automatically find every instance throughout your site and propose updates. You review and approve changes before they go live.&lt;/li&gt;
&lt;/ol&gt;
&lt;h3 id=&quot;4&quot;&gt;Orchestration as a path to explore&lt;/h3&gt;
&lt;p&gt;Earlier this year, I wrote about &lt;a href=&quot;https://dri.es/ai-and-the-great-digital-agency-unbundling&quot;&gt;the great digital agency unbundling&lt;/a&gt;. As AI automates more technical work, agencies need to evolve their business models and find new ways to create value.&lt;/p&gt;
&lt;p&gt;One promising direction is orchestration: building systems and workflows that connect AI agents, content platforms, CRMs, and marketing tools into intelligent, automated workflows. I think of it as DXP 2.0.&lt;/p&gt;
&lt;p&gt;Most organizations have complex marketing technology stacks. Connecting all the systems in their stack often requires custom code or repetitive manual tasks. This integration work can be time-consuming and hard to maintain.&lt;/p&gt;
&lt;p&gt;Modern orchestration tools solve this by automating how information flows between systems. Instead of writing custom code, you can use no-code tools to define workflows that trigger automatically. When someone fills out a form, the system creates a CRM contact, sends a welcome email, and notifies your team without any manual work.&lt;/p&gt;
&lt;p&gt;In my keynote, I showed how &lt;a href=&quot;https://www.drupal.org/project/eca&quot;&gt;ECA&lt;/a&gt; and &lt;a href=&quot;https://www.activepieces.com/&quot;&gt;ActivePieces&lt;/a&gt; can work together. &lt;a href=&quot;https://www.drupal.org/u/jurgenhaas&quot;&gt;Jürgen Haas&lt;/a&gt;, who created ECA, and I collaborated on this integration. ECA lets you define automations inside Drupal using events, conditions, and actions. ActivePieces is an open source automation platform similar to &lt;a href=&quot;https://zapier.com/&quot;&gt;Zapier&lt;/a&gt; or &lt;a href=&quot;https://n8n.io/&quot;&gt;n8n&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;This approach allows us to build user experiences that are not only better and smarter, but also positions Drupal to benefit from AI innovation happening across the broader ecosystem. The idea resonated in Vienna. People approached me enthusiastically with related projects and demos, including tools like &lt;a href=&quot;https://www.drupal.org/project/flowdrop&quot;&gt;Flowdrop&lt;/a&gt; or &lt;a href=&quot;https://www.drupal.org/project/mcp&quot;&gt;Drupal&#039;s MCP module&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Between now and DrupalCon Chicago, we&#039;re inviting the community to explore and expand on this work. Join us in &lt;code class=&quot;language-php&quot;&gt;#orchestration&lt;/code&gt; on &lt;a href=&quot;https://www.drupal.org/join-slack&quot;&gt;Drupal Slack&lt;/a&gt;, test the new &lt;a href=&quot;https://www.drupal.org/project/orchestration&quot;&gt;Orchestration module&lt;/a&gt;, connect more automation platforms, or help improve ECA. If this direction proves valuable, we&#039;ll share what we learned at DrupalCon Chicago.&lt;/p&gt;
&lt;h3 id=&quot;5&quot;&gt;Building the future together&lt;/h3&gt;
&lt;p&gt;At DrupalCon Vienna, I felt something shift. Sessions were packed. People were excited about Site Templates and the Marketplace. Drupal Canvas drew huge crowds, and even more agencies signed up to join the Drupal AI initiative. During contribution day, more people than usual showed up looking for ways to help.&lt;/p&gt;
&lt;p&gt;That energy in Vienna reflected something bigger. AI is changing how people use the web and how we build for it. It can feel threatening, and it can feel full of possibility, but what became clear in Vienna is that Drupal is well positioned at this inflection point, with both momentum and direction.&lt;/p&gt;
&lt;p&gt;What makes this moment special is how the community is responding with focus and collaboration. We are approaching it as a much more coordinated effort, while still leaving room for experimentation.&lt;/p&gt;
&lt;p&gt;Vienna showed me that the Drupal community is ready to take this on together. We have navigated uncharted territory before, but this time there is a boldness and unity I have not seen in years. That is the way through the storm. I am proud to be part of it.&lt;/p&gt;
&lt;p&gt;&lt;em&gt;I want to extend my gratitude to everyone who contributed to making my presentation and demos a success. A special thank you to &lt;a href=&quot;https://www.drupal.org/u/phenaproxima&quot;&gt;Adam G-H&lt;/a&gt;, &lt;a href=&quot;https://www.drupal.org/u/afoster&quot;&gt;Aidan Foster&lt;/a&gt;, &lt;a href=&quot;https://www.drupal.org/u/burnashburn&quot;&gt;ASH Sullivan&lt;/a&gt;, &lt;a href=&quot;https://www.drupal.org/u/balintbrews&quot;&gt;Bálint Kléri&lt;/a&gt;, &lt;a href=&quot;https://www.drupal.org/u/ckrina&quot;&gt;Cristina Chumillas&lt;/a&gt;, &lt;a href=&quot;https://www.drupal.org/u/elliottmower&quot;&gt;Elliott Mower&lt;/a&gt;, &lt;a href=&quot;https://www.drupal.org/u/emma-horrell&quot;&gt;Emma Horrell&lt;/a&gt;, &lt;a href=&quot;https://www.drupal.org/u/g%C3%A1bor-hojtsy&quot;&gt;Gábor Hojtsy&lt;/a&gt;, &lt;a href=&quot;https://www.drupal.org/u/gantal&quot;&gt;Gurwinder Antal&lt;/a&gt;, &lt;a href=&quot;https://www.drupal.org/u/yautja_cetanu&quot;&gt;James Abrahams&lt;/a&gt;, &lt;a href=&quot;https://www.drupal.org/u/jurgenhaas&quot;&gt;Jurgen Haas&lt;/a&gt;, &lt;a href=&quot;https://www.drupal.org/u/kristen-pol&quot;&gt;Kristen Pol&lt;/a&gt;, &lt;a href=&quot;https://www.drupal.org/u/lauriii&quot;&gt;Lauri Eskola&lt;/a&gt;, &lt;a href=&quot;https://www.drupal.org/u/marcus_johansson&quot;&gt;Marcus Johansson&lt;/a&gt;, &lt;a href=&quot;https://www.drupal.org/u/mandclu&quot;&gt;Martin Anderson-Clutz&lt;/a&gt;, &lt;a href=&quot;https://www.drupal.org/u/pameeela&quot;&gt;Pamela Barone&lt;/a&gt;, &lt;a href=&quot;https://www.drupal.org/u/farriss&quot;&gt;Tiffany Farriss&lt;/a&gt;, &lt;a href=&quot;https://www.drupal.org/u/hestenet&quot;&gt;Tim Lehnen&lt;/a&gt;, and &lt;a href=&quot;https://www.drupal.org/u/witzevds&quot;&gt;Witze Van der Straeten&lt;/a&gt;. Many others contributed indirectly to make this possible. If I&#039;ve inadvertently omitted anyone, please reach out.&lt;/em&gt;&lt;/p&gt;
&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;</description>
 <pubDate>Thu, 23 Oct 2025 10:42:12 +0000</pubDate>
 <dc:creator>dries</dc:creator>
 <guid isPermaLink="false">3554002 at https://www.drupal.org</guid>
 <comments>https://www.drupal.org/blog/state-of-drupal-presentation-october-2025#comments</comments>
</item>
<item>
 <title>A WordPress to Drupal CMS migration for DamFailures</title>
 <link>https://www.drupal.org/case-study/a-wordpress-to-drupal-cms-migration-for-damfailures</link>
 <description>&lt;div class=&quot;field field-name-field-mainimage field-type-image field-label-hidden&quot;&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;&lt;img src=&quot;https://www.drupal.org/files/styles/case588x306/public/big_1.jpg?itok=suK-xuAq&quot; width=&quot;588&quot; height=&quot;306&quot; alt=&quot;damfailures website on a laptop screen and a mobile device screen&quot; /&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;field field-name-field-link field-type-link-field field-label-above&quot;&gt;&lt;div class=&quot;field-label&quot;&gt;Completed Drupal site or project URL:&amp;nbsp;&lt;/div&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;&lt;a href=&quot;https://damfailures.org/&quot;&gt;https://damfailures.org/&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;field field-name-body field-type-text-with-summary field-label-hidden&quot;&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;&lt;p&gt;DamFailures.org approached Specbee with a familiar challenge - Security concerns and maintenance headaches on WordPress. They needed something more stable, but still friendly for their marketing and content teams. So, we introduced them to the new Drupal CMS. &lt;strong&gt;And what did it result in? &lt;/strong&gt;Their performance scores shot up from &lt;strong&gt;52&lt;/strong&gt; to &lt;strong&gt;98&lt;/strong&gt;, the content team got editing right away, and the entire project was wrapped up in just six weeks!&lt;/p&gt;
&lt;p&gt;DamFailures.org, an ASDSO initiative, is a knowledge hub for dam safety professionals and students. It features case studies, lessons learned, and rich resources (like videos, papers, and webinars) to help understand and prevent dam failures across all types and failure modes.&lt;/p&gt;
&lt;p&gt;&lt;img alt=&quot;&quot; height=&quot;1080&quot; src=&quot;/files/before%20after%202.jpg&quot; width=&quot;1325&quot; /&gt;&lt;/p&gt;
&lt;div class=&quot;note-tip&quot;&gt;
&lt;h4&gt;Looking for something similar? &lt;a href=&quot;http://www.specbee.com&quot; rel=&quot;nofollow&quot;&gt;Reach out to Specbee today&lt;/a&gt;!&lt;/h4&gt;
&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;</description>
 <pubDate>Tue, 15 Jul 2025 09:26:17 +0000</pubDate>
 <dc:creator>shefali shetty</dc:creator>
 <guid isPermaLink="false">3536000 at https://www.drupal.org</guid>
 <comments>https://www.drupal.org/case-study/a-wordpress-to-drupal-cms-migration-for-damfailures#comments</comments>
</item>
<item>
 <title>Drupal 11.2.0 is now available</title>
 <link>https://www.drupal.org/blog/drupal-11-2-0</link>
 <description>&lt;div class=&quot;field field-name-body field-type-text-with-summary field-label-hidden&quot;&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;&lt;h2&gt;New in Drupal 11.2&lt;/h2&gt;
&lt;p&gt;The &lt;a href=&quot;https://www.drupal.org/project/drupal/releases/11.2.0&quot;&gt;second feature release of Drupal 11&lt;/a&gt; improves backend and frontend performance and scalability, completes the introduction of OOP support of hooks, adds JSON Schema support, includes AVIF image format capability, supports SDC variants, and more.&lt;/p&gt;
&lt;h3&gt;&lt;img alt=&quot;Drupal 11.2.0 now available&quot; height=&quot;900&quot; src=&quot;https://www.drupal.org/files/Drupal112available.png&quot; width=&quot;1600&quot; /&gt;&lt;/h3&gt;
&lt;h3&gt;Extension and site installation is three to four times as fast as Drupal 11.1.0&lt;/h3&gt;
&lt;p&gt;Thanks to various optimizations to container rebuilding and the installer, installing Drupal itself or extensions is now three to four times as fast. There are similar improvements when using the user interface, but it is more apparent when using Drush. In this video, we show Drupal 11.2 installing 60 modules in 5.7 seconds while Drupal 11.1 takes four times as much to do the same:&lt;/p&gt;
&lt;p&gt;&lt;img alt=&quot;GIF animation of installing 60 modules in Drupal 11.1 and 11.2&quot; height=&quot;1080&quot; src=&quot;https://www.drupal.org/files/InstallingModulesDrupal112.gif&quot; width=&quot;1920&quot; /&gt;&lt;/p&gt;
&lt;h3&gt;.module files are not needed anymore!&lt;/h3&gt;
&lt;p&gt;Starting with Drupal 11.2, the last APIs that needed &lt;code class=&quot;language-php&quot;&gt;.module&lt;/code&gt; files can be implemented as object-oriented hooks too! Developers can make use of &lt;code class=&quot;language-php&quot;&gt;[#RemoveHook]&lt;/code&gt; attributes to remove hooks, &lt;code class=&quot;language-php&quot;&gt;[#ReOrderHook]&lt;/code&gt; to change hook ordering and &lt;code class=&quot;language-php&quot;&gt;#[Hook(&#039;preprocess&#039;)]&lt;/code&gt; attributes to declare object-oriented preprocess hooks. Now there is no need for a &lt;code class=&quot;language-php&quot;&gt;.module&lt;/code&gt; file if all of the hooks are on classes in the &lt;code class=&quot;language-php&quot;&gt;Hook&lt;/code&gt; namespace.&lt;/p&gt;
&lt;h3&gt;Built-in JSON Schema generation for content entities&lt;/h3&gt;
&lt;p&gt;When working with Drupal entities over an API, it is important for developer experience to have a schema for the data structure of a particular entity. This allows clients to know, for instance, what acceptable values may be sent or received for the &lt;code class=&quot;language-php&quot;&gt;value&lt;/code&gt; and &lt;code class=&quot;language-php&quot;&gt;format&lt;/code&gt; properties of a formatted text field.&lt;/p&gt;
&lt;p&gt;Drupal core can now generate &lt;a href=&quot;https://json-schema.org/specification&quot;&gt;JSON Schemas&lt;/a&gt; for content entity types. The typed data, serialization and field APIs have been enhanced to allow field-level schemas to be generated based on their storage configuration.&lt;/p&gt;
&lt;p&gt;All field types shipped by core now provide JSON Schemas out of the box through their default normalizers. In addition, all the core typed data plugins provide JSON Schemas as well. This means that all core fields can generate JSON Schemas for their properties out of the box. Additionally, most field types provided by contributed projects or custom modules will generate JSON Schemas automatically so long as they do not provide a custom normalizer or depend on non-core typed data plugins.&lt;/p&gt;
&lt;h3&gt;Native variant support added to Single-Directory Components&lt;/h3&gt;
&lt;p&gt;In design systems, a &lt;em&gt;variant&lt;/em&gt; allows grouping multiple component properties into a predefined set. The &lt;em&gt;variant&lt;/em&gt; can then be used as a shortcut to render a component. Front-end developers could previously define a &lt;em&gt;variant&lt;/em&gt; as a &lt;em&gt;prop&lt;/em&gt;, but this approach did not support custom titles or descriptions to convey the variant’s purpose.&lt;br /&gt;
Now, you can use &lt;code class=&quot;language-php&quot;&gt;variants&lt;/code&gt; as a property at the root of your component declaration:&lt;/p&gt;
&lt;pre&gt;
&lt;code class=&quot;language-php&quot;&gt;name:  Card
variants:
  primary:
    title: Primary
    description: ...
  secondary:
    title: Secondary
    description: ...
props: {}
slots: {}
&lt;/code&gt;&lt;/pre&gt;&lt;h3&gt;AVIF support added with fallback to WebP&lt;/h3&gt;
&lt;p&gt;Drupal 11.2 now supports AVIF in our image toolkit. AVIF offers better compression and image quality than WebP, especially for high-resolution images and HDR content. However, not all servers support conversion to AVIF. For that reason, a fallback mechanism was added to convert to WebP when AVIF support is not available.&lt;/p&gt;
&lt;h3&gt;CSS page weight improvements&lt;/h3&gt;
&lt;p&gt;Drupal core has long supported component-based CSS organization and conditional loading that depends on page elements. Using this system, the default CSS added to every page by Drupal core has been reduced from around 7 KB to 1 KB. This will improve bandwidth requirements and page rendering times for all but the most highly customized sites running on 11.2.&lt;/p&gt;
&lt;h3&gt;Navigation improvements&lt;/h3&gt;
&lt;p&gt;The modern Navigation module now automatically enables the built-in top bar functionality as well. An &quot;overview&quot; link is now shown when a menu item is a container for child items, making it easier to find the right page. Numerous other blockers have also been resolved, and this experimental module is close to becoming stable in a future minor release.&lt;/p&gt;
&lt;h3&gt;Recipe dependencies are now unpacked&lt;/h3&gt;
&lt;p&gt;Drupal recipes are special Composer packages designed to bootstrap Drupal projects with necessary dependencies. When a recipe is required, a new Composer plugin &quot;unpacks&quot; it by moving the recipe&#039;s dependencies directly into your project&#039;s root &lt;code class=&quot;language-php&quot;&gt;composer.json&lt;/code&gt;, and removes the recipe as a project dependency. This makes it possible to update those dependencies later and to not have the recipe as an active dependency of the site anymore.&lt;/p&gt;
&lt;h3&gt;Changes to Update Status module to better support modern workflows&lt;/h3&gt;
&lt;p&gt;Update Status now checks the status of uninstalled extensions, making your site even more secure.&lt;/p&gt;
&lt;p&gt;Updating themes and modules in the Update Status module with &lt;code class=&quot;language-php&quot;&gt;authorize.php&lt;/code&gt; was not Composer-aware. This could cause various serious problems for sites and site deployment workflows. Therefore, this legacy feature has now been removed. Projects should generally be &lt;a href=&quot;https://www.drupal.org/docs/updating-drupal/updating-modules-and-themes-using-composer&quot;&gt;updated on the command line with Composer&lt;/a&gt;. The experimental Update Manager (Automatic Updates) will also be used for this in the future.&lt;/p&gt;
&lt;h3&gt;Cache efficiency improvements&lt;/h3&gt;
&lt;p&gt;Significant improvements have been made to Drupal&#039;s render cache performance due to optimizations in placeholder processing and cache tag invalidation checks. This results in smaller cache entries with fewer cache dependencies in the dynamic page cache, leading to higher cache hit rates and reduced cache storage requirements. The reduction in cache tag lookups reduces round trips to persistent cache storage backends on every HTML response. This applies whether the cache tag backend is using database, memcache, or redis, and leads to slightly faster page rendering performance on both dynamic page cache hits and misses. There is also a significant reduction in queries per second (QPS) for high-traffic sites, which should allow caching servers to handle more traffic with lower hardware requirements.&lt;/p&gt;
&lt;h3&gt;PHPUnit 11 support added&lt;/h3&gt;
&lt;p&gt;PHPUnit 11 can now be used for testing and is the default version for Drupal core.&lt;/p&gt;
&lt;h2&gt;Core maintainer team updates&lt;/h2&gt;
&lt;p&gt;Since Drupal 11.1, &lt;a href=&quot;https://www.drupal.org/about/core/blog/ux-as-a-first-class-citizen-in-drupal-core&quot;&gt;Emma Horrel and Cristina Chumillas were announced as UX Managers&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Griffyn Heels joined as a provisional Core Leadership Team Facilitator. Juraj Nemec and Drew Webber were added as general core committers, and Pierre Dureau was added as a provisional Frontend Framework Manager. &lt;a href=&quot;https://www.drupal.org/about/core/blog/announcing-four-new-drupal-core-leaders-and-a-strategy-update-in-the-works&quot;&gt;Check out their announcement&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Six people stepped up to become subsystem maintainers! Nic Laflin became a maintainer of the Extension API, Lee Rowlands became a co-maintainer of the Form and Render APIs, Adam Bramley became maintainer of Node module, Jean Valverde became a co-maintainer of Single-Directory Components. Mark Conroy became the maintainer of the Stable 9 theme and Brad Jones became a co-maintainer of Serialization. Many of the improvements above are thanks to leadership from these new maintainers!&lt;/p&gt;
&lt;p&gt;Three subsystem maintainers stepped back. We thank Claudiu Cristea, Christian Fritsch, and Daniel Wehner for their immense contributions.&lt;/p&gt;
&lt;p&gt;Finally, there have also been changes in the mentoring coordinator team: James Shields joined, while Mauricio Dinarte, AmyJune Hineline and Tara King stepped back from the role. Many Drupal contributors are thankful to have been mentored by them!&lt;/p&gt;
&lt;h2&gt;Drupal 10.5 is also available&lt;/h2&gt;
&lt;p&gt;The next maintenance minor release of Drupal 10 has also been released. Drupal 10 will be supported until December 9, 2026, after the release of Drupal 12. Long-term support for Drupal 10 is managed with a new maintenance minor release every 6 months that receives twelve months of support. This allows the maintenance minor to adapt to evolving dependencies. It also gives more flexibility for sites to move to Drupal 11 when they are ready.&lt;/p&gt;
&lt;p&gt;This release schedule allows sites to move from one LTS version to the next if that is the best strategy for their needs. For more information on maintenance minors, read &lt;a href=&quot;https://www.drupal.org/blog/drupal-10-will-be-supported-until-the-release-of-drupal-12-in-mid-late-2026&quot;&gt;the previous post on the new major release schedule&lt;/a&gt;.&lt;/p&gt;
&lt;h2&gt;Want to get involved?&lt;/h2&gt;
&lt;p&gt;If you are looking to make the leap from Drupal user to Drupal contributor, or you want to share resources with your team as part of their professional development, there are many opportunities to deepen your Drupal skill set and give back to the community. Check out the &lt;a href=&quot;https://www.drupal.org/community/contributor-guide&quot;&gt;Drupal contributor guide&lt;/a&gt;. &lt;a href=&quot;https://events.drupal.org/vienna2025&quot;&gt;Join us at DrupalCon Vienna&lt;/a&gt; in October 2025 or &lt;a href=&quot;https://events.drupal.org/nara2025&quot;&gt;DrupalCon Nara in November 2025&lt;/a&gt; to attend sessions, network, and enjoy mentorship for your first contributions.&lt;/p&gt;
&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;</description>
 <pubDate>Thu, 19 Jun 2025 05:05:25 +0000</pubDate>
 <dc:creator>gábor hojtsy</dc:creator>
 <guid isPermaLink="false">3530875 at https://www.drupal.org</guid>
 <comments>https://www.drupal.org/blog/drupal-11-2-0#comments</comments>
</item>
<item>
 <title>Drupal Launches New AI Initiative to Democratize Intelligent Digital Experiences for Everyone</title>
 <link>https://www.drupal.org/association/blog/drupal-launches-new-ai-initiative-to-democratize-intelligent-digital-experiences-for-everyone</link>
 <description>&lt;div class=&quot;field field-name-body field-type-text-with-summary field-label-hidden&quot;&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;&lt;ul&gt;
&lt;li&gt;&lt;strong id=&quot;docs-internal-guid-c99d0c32-7fff-7dbb-8c5c-3dab7ad40728&quot;&gt;Open-source leader with 290+ AI modules announces major coordinated initiative&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong id=&quot;docs-internal-guid-c99d0c32-7fff-7dbb-8c5c-3dab7ad40728&quot;&gt;Transforms organic community innovation into unified product vision with industry backing&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong id=&quot;docs-internal-guid-c99d0c32-7fff-7dbb-8c5c-3dab7ad40728&quot;&gt;Establishes dedicated AI team drawn from leading agencies to provide coordinated innovation at scale&lt;/strong&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong id=&quot;docs-internal-guid-c99d0c32-7fff-7dbb-8c5c-3dab7ad40728&quot;&gt;June 9, 2025 – &lt;/strong&gt;Portland, Oregon - Drupal today launched the &lt;a href=&quot;http://drupal.org/ai&quot; rel=&quot;nofollow&quot;&gt;Drupal AI Initiative&lt;/a&gt;, a comprehensive effort to democratize intelligent digital experiences for everyone and drive responsible AI innovation. With over 290 AI modules already available and integrations spanning 21 major providers including OpenAI, Anthropic, AWS Bedrock, Azure, and Google Vertex, Drupal, the leading open-source CMS, has built substantial momentum in AI adoption. The new initiative channels this community-driven innovation into a coordinated product vision with dedicated leadership, funding, and strategic direction.&lt;/p&gt;
&lt;p&gt;The initiative establishes a dedicated Drupal AI team drawn from top agencies globally, unified by an AI strategy that prioritizes human expertise over technological replacement. While most technology companies build AI systems that replace human decision-making, Drupal&#039;s AI approach centers on collaboration—amplifying expertise rather than replacing it.&lt;/p&gt;
&lt;p&gt;&quot;Drupal already has a head start with our growing ecosystem of AI modules and active community,&quot; said Dries Buytaert, Drupal Founder and Project Lead. &quot;What we are doing now is turning that creative energy into a coordinated product vision.”&lt;/p&gt;
&lt;p&gt;The Drupal AI Initiative promises to fundamentally change how organizations approach digital experiences. Teams will create engaging, targeted content in days rather than weeks, while AI agents handle routine tasks like performance optimization and audience targeting. Content creators will focus on strategy and creativity as AI manages translation, layout generation, and SEO optimization automatically. The result is faster time-to-market for campaigns, better performance insights, consistent brand voice, and marketing teams freed from manual work to concentrate on strategic innovation.&lt;/p&gt;
&lt;h3&gt;A Different Philosophy&lt;/h3&gt;
&lt;p&gt;Most AI solutions force organizations to choose between powerful capabilities and meaningful control. Drupal&#039;s strategy is built around four principles:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;AI-Human Partnership: Technology that makes people more capable, not less relevant&lt;/li&gt;
&lt;li&gt;Comprehensive Trust Infrastructure: Advanced governance framework with approval workflows, audit trails, and compliance tools for responsible AI management&lt;/li&gt;
&lt;li&gt;True Freedom of Choice: Use any AI provider without vendor lock-in&lt;/li&gt;
&lt;li&gt;Community-Driven Innovation: Development guided by real-world needs, not corporate roadmaps&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&quot;We&#039;re not just adding AI features,&quot; said Dries Buytaert, Drupal Founder and Project Lead. &quot;We&#039;re rethinking what responsible AI leadership looks like. This is about building a foundation that organizations can trust with their most important digital experiences.&quot;&lt;/p&gt;
&lt;h3&gt;Industry Leadership and AI Team&lt;/h3&gt;
&lt;p&gt;The initiative launches with unprecedented support from leading Drupal agencies worldwide, including founding members &lt;a href=&quot;https://freelygive.io/&quot; rel=&quot;nofollow&quot;&gt;FreelyGive&lt;/a&gt;, &lt;a href=&quot;https://dropsolid.com/&quot; rel=&quot;nofollow&quot;&gt;Dropsolid&lt;/a&gt;, &lt;a href=&quot;https://www.1xinternet.com/&quot; rel=&quot;nofollow&quot;&gt;1xINTERNET&lt;/a&gt;, &lt;a href=&quot;https://salsa.digital/&quot; rel=&quot;nofollow&quot;&gt;Salsa Digital&lt;/a&gt;, &lt;a href=&quot;https://www.acquia.com/&quot; rel=&quot;nofollow&quot;&gt;Acquia&lt;/a&gt;, and additional sponsorship from &lt;a href=&quot;http://amazee.io&quot; rel=&quot;nofollow&quot;&gt;amazee&lt;/a&gt;. This collaboration represents the equivalent of multiple full-time roles committed to development, with dedicated technical leads, UX designers and project managers.&lt;/p&gt;
&lt;p&gt;Jamie Abrahams (FreelyGive), Baddý Breidert (1xINTERNET), Christoph Breidert (1xINTERNET), Dominique De Cooman (Dropsolid), and Kristen Pol (Salsa Digital) lead the initiative, representing the founding member agencies and bringing together diverse expertise in innovation, coordination, development, marketing, and community engagement.&lt;/p&gt;
&lt;hr /&gt;
&lt;p&gt;Resources&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Strategy Document: &lt;a href=&quot;http://drupal.org/ai/strategy&quot; rel=&quot;nofollow&quot;&gt;drupal.org/ai/strategy&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Drupal AI Landing Page: &lt;a href=&quot;http://drupal.org/ai&quot; rel=&quot;nofollow&quot;&gt;drupal.org/ai&lt;/a&gt;  &lt;/li&gt;
&lt;li&gt;Dries’ Announces the AI Initiative: &lt;a href=&quot;https://dri.es/accelerating-ai-innovation-in-drupal&quot; rel=&quot;nofollow&quot; target=&quot;_blank&quot;&gt;https://dri.es/accelerating-ai-innovation-in-drupal&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;About Drupal Drupal powers over 500,000 websites worldwide, including NASA, the BBC, and government agencies across six continents. Since 2001, this open-source platform has helped organizations create flexible, secure digital experiences while maintaining complete control over their technology. Recognized as a Digital Public Good, Drupal generates an estimated $3.5 billion annually through its global ecosystem of agencies and service providers.&lt;/p&gt;
&lt;p&gt;Media Contact &lt;/p&gt;
&lt;table&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;Ryan Witcombe (Australia)&lt;br /&gt;
			Director, Product Marketing, Drupal Association&lt;br /&gt;
			&lt;a href=&quot;mailto:ryan.witcombe@association.drupal.org&quot; rel=&quot;nofollow&quot;&gt;ryan.witcombe@association.drupal.org&lt;/a&gt;&lt;br /&gt;
			+61 3 431 983 295&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;Nick Koger (USA)&lt;br /&gt;
			Manager, Product Marketing, Drupal Association&lt;br /&gt;
			&lt;a href=&quot;mailto:nick.koger@association.drupal.org&quot; rel=&quot;nofollow&quot;&gt;nick.koger@association.drupal.org&lt;/a&gt;&lt;br /&gt;
			+1 410 868 6425&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;</description>
 <pubDate>Mon, 09 Jun 2025 12:04:50 +0000</pubDate>
 <dc:creator>nkoger</dc:creator>
 <guid isPermaLink="false">3529142 at https://www.drupal.org</guid>
 <comments>https://www.drupal.org/association/blog/drupal-launches-new-ai-initiative-to-democratize-intelligent-digital-experiences-for-everyone#comments</comments>
</item>
<item>
 <title>YaleSites at Yale University</title>
 <link>https://www.drupal.org/case-study/yalesites-at-yale-university</link>
 <description>&lt;div class=&quot;field field-name-field-mainimage field-type-image field-label-hidden&quot;&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;&lt;img src=&quot;https://www.drupal.org/files/styles/case588x306/public/Yale-design-content.jpg?itok=BG0QrzpG&quot; width=&quot;588&quot; height=&quot;306&quot; alt=&quot;YaleSites at Yale University&quot; /&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;field field-name-field-link field-type-link-field field-label-above&quot;&gt;&lt;div class=&quot;field-label&quot;&gt;Completed Drupal site or project URL:&amp;nbsp;&lt;/div&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;&lt;a href=&quot;https://yalesites.yale.edu&quot;&gt;https://yalesites.yale.edu&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;field field-name-body field-type-text-with-summary field-label-hidden&quot;&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;&lt;h2&gt;A new era of digital collaboration and brand unity for Yale&lt;/h2&gt;
&lt;p&gt;Yale University challenged itself to change the game in how it creates, manages, and publishes content. The result was &lt;a href=&quot;https://yalesites.yale.edu/&quot; rel=&quot;nofollow&quot;&gt;YaleSites&lt;/a&gt;: a user-friendly, accessible, and highly customizable digital platform designed for the Yale community. Built on Drupal and open-source tools like &lt;a href=&quot;https://emulsify.info&quot; rel=&quot;nofollow&quot;&gt;Emulsify&lt;/a&gt;, YaleSites revolutionizes the digital landscape for the Yale community while giving them more flexibility and control over their content.&lt;/p&gt;
&lt;p&gt;Here’s how Yale, &lt;a href=&quot;https://www.youtube.com/watch?v=R8VPQ2YGrP4&amp;amp;t=4s&quot; rel=&quot;nofollow&quot;&gt;through a strategic partnership with Four Kitchens&lt;/a&gt;, uses open-source solutions like Drupal to redefine digital collaboration and brand unity across its community.&lt;/p&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;</description>
 <pubDate>Fri, 17 Jan 2025 15:40:48 +0000</pubDate>
 <dc:creator>four kitchens</dc:creator>
 <guid isPermaLink="false">3500557 at https://www.drupal.org</guid>
 <comments>https://www.drupal.org/case-study/yalesites-at-yale-university#comments</comments>
</item>
<item>
 <title>Drupal 11.1.0 is now available</title>
 <link>https://www.drupal.org/blog/drupal-11-1-0</link>
 <description>&lt;div class=&quot;field field-name-body field-type-text-with-summary field-label-hidden&quot;&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;&lt;h2&gt;New in Drupal 11.1&lt;/h2&gt;
&lt;p&gt;The &lt;a href=&quot;https://www.drupal.org/project/drupal/releases/11.1.0&quot; rel=&quot;nofollow&quot;&gt;first feature release of Drupal 11&lt;/a&gt; improves the recipe system, introduces support for hooks written as classes, makes Workspaces more flexible and enhances performance.&lt;/p&gt;
&lt;h3&gt;Recipe system improvements&lt;/h3&gt;
&lt;p&gt;The Recipe system allows packages to be configured with dependencies in a repeatable way. Drupal 11.1 now allows recipes to take user input (for example, API keys for remote services). Recipes can now also use configuration actions to add new blocks, enable layout builder for content types, clone configuration entities, and so on.&lt;/p&gt;
&lt;h3&gt;Hooks can be written as classes&lt;/h3&gt;
&lt;p&gt;Drupal&#039;s unique hook system allows modifying forms, data updates, site processes, render structures, and even the ordering of other hooks. After long-running efforts by many contributors, it is now possible to also define hooks and hook implementations with object-oriented techniques that are more in line with modern PHP code design practices. This will also make Drupal&#039;s code easier to understand for PHP developers familiar with other projects. All runtime core hooks have been converted to object-oriented implementations.&lt;/p&gt;
&lt;p&gt;With this new functionality, magic global functions like the following will no longer be needed:&lt;/p&gt;
&lt;pre&gt;
&lt;code class=&quot;language-php&quot;&gt;function hook_entity_insert(EntityInterface $entity) {
  // DO STUFF
}
&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;Instead, developers can use the new Hook attribute on methods:&lt;/p&gt;
&lt;pre&gt;
&lt;code class=&quot;language-php&quot;&gt;class ExampleHooks {

  #[Hook(&#039;entity_insert&#039;)]
  public function entityInsert(EntityInterface $entity): void {
    // DO STUFF
  }
}
&lt;/code&gt;&lt;/pre&gt;&lt;h3&gt;New icon management API&lt;/h3&gt;
&lt;p&gt;A dedicated API has been added to allow modules and themes to define icon packs. Within each pack is a series of icons each with a unique identifier that the system can then use. Modules and themes can alter icon packs.&lt;/p&gt;
&lt;h3&gt;Workspaces user interface separated into its own module&lt;/h3&gt;
&lt;p&gt;As part of a larger plan to use workspaces for content moderation, the user interface of the Workspaces module was moved to a separate Workspaces UI module. For new sites, if you want to enable Workspaces with the user interface, you now need to install this module.&lt;/p&gt;
&lt;h3&gt;Improvements to the initial experience after installation&lt;/h3&gt;
&lt;p&gt;We revisited Drupal core&#039;s default configuration to better reflect most user&#039;s needs. In this release, date formats were made easier to read. The user registration process also now defaults to administrator-created accounts, in order to avoid new sites being flooded with spam accounts in the moderation queue. When creating a new node type, Drupal core will no longer automatically add a body field, allowing site builders to choose their own content model without having to delete defaults they don&#039;t want first and reducing potential conflicts for platforms built on Drupal core such as Drupal CMS and the upcoming Experience Builder.&lt;/p&gt;
&lt;h3&gt;New views entity reference filter&lt;/h3&gt;
&lt;p&gt;A new generic entity reference views filter has been added, which makes it possible to render exposed views filters as a select list or autocomplete of available entities. This may now be used by contributed modules and will be enabled for core entity types in future releases.&lt;/p&gt;
&lt;h3&gt;Render caching for forms&lt;/h3&gt;
&lt;p&gt;Forms built with form API can now opt-in to render caching, improving page loading performance in a variety of situations. We will be gradually opting forms into Drupal core into render caching, and may opt-in all forms to render caching by default in a future major release.&lt;/p&gt;
&lt;h3&gt;Improved browser and CDN caching for JavaScript and CSS&lt;/h3&gt;
&lt;p&gt;Drupal&#039;s asset aggregation algorithm has been improved to reduce variation in CSS and JavaScript aggregates. Differences between pages which may have produced different but similar aggregates in the past, for example because libraries were requested in a different order, will now result in a single file instead. This improves CDN cache hit rates and reduces the amount of JavaScript and CSS that visitors will download when visiting multiple pages on a site. This builds on several previous recent improvements to Drupal core&#039;s asset aggregation since Drupal 10.1 and also unblocks further improvements which are planned for future minor releases.&lt;/p&gt;
&lt;h3&gt;PHP 8.4 is supported&lt;/h3&gt;
&lt;p&gt;The PHP team is doing a fantastic job of improving the language and performance of PHP. PHP 8.4 was released in November, and Drupal 11.1 fully supports it.&lt;/p&gt;
&lt;h2&gt;Drupal CMS 1.0 will be based on Drupal 11.1&lt;/h2&gt;
&lt;p&gt;Drupal 11.1 will be the basis of Drupal CMS 1.0, which will be released on January 15 on Drupal&#039;s 24th birthday. Many of the underlying improvements introduced in Drupal core will help compose an improved user experience in Drupal CMS. &lt;a href=&quot;https://new.drupal.org/drupal-cms/release-candidate&quot; rel=&quot;nofollow&quot;&gt;The first release candidate of Drupal CMS&lt;/a&gt; was already based on Drupal 11.1 RC. Stay tuned!&lt;/p&gt;
&lt;h2&gt;Drupal 10.4 will be available soon&lt;/h2&gt;
&lt;p&gt;The next Long-Term Support (LTS) release of Drupal 10 will be released this week. Drupal 10 will be supported until the release of Drupal 12 in mid- to late 2026. Long-Term Support for Drupal 10 is managed with a new maintenance minor release every 6 months that receives twelve months of support. This allows the maintenance minor to adapt to evolving dependencies. And it gives more flexibility for sites to move to Drupal 11 when they are ready.&lt;/p&gt;
&lt;p&gt;The same will happen when Drupal 10 is end-of-life and Drupal 12 is released: Drupal 11 will transition to Long-Term Support, with its own maintenance minors every six months. This release schedule allows sites to move from one LTS version to the next if that is the best strategy for their needs..&lt;/p&gt;
&lt;h2&gt;Core maintainer team updates&lt;/h2&gt;
&lt;p&gt;Since Drupal 11.0, &lt;a href=&quot;https://www.drupal.org/u/phenaproxima&quot; rel=&quot;nofollow&quot;&gt;Adam Hoenich&lt;/a&gt; has stepped down from being a Migrate subsystem maintainer as he moved on to be a key committer for Drupal CMS. We thank Adam for his contributions!&lt;/p&gt;
&lt;h2&gt;Want to get involved?&lt;/h2&gt;
&lt;p&gt;If you are looking to make the leap from Drupal user to Drupal contributor, or you want to share resources with your team as part of their professional development, there are many opportunitzies to deepen your Drupal skill set and give back to the community. Check out the &lt;a href=&quot;https://www.drupal.org/community/contributor-guide&quot; rel=&quot;nofollow&quot;&gt;Drupal contributor guide&lt;/a&gt;. You are more than welcome to &lt;a href=&quot;https://events.drupal.org/atlanta2025&quot; rel=&quot;nofollow&quot;&gt;join us at DrupalCon Atlanta in March 2025&lt;/a&gt; to attend sessions, network, and enjoy mentorship for your first contributions.&lt;/p&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;</description>
 <pubDate>Mon, 16 Dec 2024 17:50:29 +0000</pubDate>
 <dc:creator>gábor hojtsy</dc:creator>
 <guid isPermaLink="false">3494304 at https://www.drupal.org</guid>
 <comments>https://www.drupal.org/blog/drupal-11-1-0#comments</comments>
</item>
<item>
 <title>Tampa International Airport</title>
 <link>https://www.drupal.org/case-study/tampa-international-airport</link>
 <description>&lt;div class=&quot;field field-name-field-mainimage field-type-image field-label-hidden&quot;&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;&lt;img src=&quot;https://www.drupal.org/files/styles/case588x306/public/Tampa.png?itok=mkREOKm5&quot; width=&quot;588&quot; height=&quot;306&quot; alt=&quot;Tampaairport.com homepage on desktop and mobile&quot; /&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;field field-name-field-link field-type-link-field field-label-above&quot;&gt;&lt;div class=&quot;field-label&quot;&gt;Completed Drupal site or project URL:&amp;nbsp;&lt;/div&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;&lt;a href=&quot;https://atendesigngroup.com/work/drupal-website-redesign&quot;&gt;https://atendesigngroup.com/work/drupal-website-redesign&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;field field-name-body field-type-text-with-summary field-label-hidden&quot;&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;&lt;h2&gt;User- and Revenue-Driven Drupal Website Redesign&lt;/h2&gt;
&lt;p&gt;Recently ranked as the nation’s No. 1 large airport for &lt;a href=&quot;https://news.tampaairport.com/back-to-back-champ-jd-power-names-tampa-international-airport-the-1-large-airport-in-customer-satisfaction-for-second-consecutive-year/&quot; rel=&quot;nofollow&quot;&gt;customer satisfaction according to J.D. Power&lt;/a&gt;, Tampa International Airport (TPA) has built a reputation as a traveler- and community-friendly destination. While TPA hosts 21 million passengers annually, its website serves not only travelers but also employees, businesses, partners, airlines, and more.&lt;/p&gt;
&lt;p&gt;Given the airport’s traveler-friendly reputation, TPA hoped to mirror its user-focused and easy-to-navigate airport experience via a redesigned website. Additionally, stakeholders wanted to not only drive concessions pre-ordering and parking revenue but also ensure they understood and then met the needs of the airport’s myriad user groups.&lt;/p&gt;
&lt;p&gt;Aten launched the project with an in-depth discovery phase meant to identify the needs of multiple user groups and craft a clear reference point to drive decision-making. Using the resulting insights, we devised an intuitive and easy-to-navigate Drupal 10 website hosted on Acquia. We put diverse user needs top of mind, baked revenue drivers into the navigation, and featured the same bright and open aesthetic that greets TPA visitors every day.&lt;/p&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;</description>
 <pubDate>Wed, 07 Aug 2024 21:27:38 +0000</pubDate>
 <dc:creator>jennavanoort</dc:creator>
 <guid isPermaLink="false">3466729 at https://www.drupal.org</guid>
 <comments>https://www.drupal.org/case-study/tampa-international-airport#comments</comments>
</item>
<item>
 <title>Concept2 - Drupal &amp; Drupal Commerce Decoupled</title>
 <link>https://www.drupal.org/case-study/concept2-drupal-drupal-commerce-decoupled</link>
 <description>&lt;div class=&quot;field field-name-field-mainimage field-type-image field-label-hidden&quot;&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;&lt;img src=&quot;https://www.drupal.org/files/styles/case588x306/public/Concept2%20-%20New%20Home%20Page.png?itok=OMMCQVF2&quot; width=&quot;588&quot; height=&quot;306&quot; alt=&quot;&quot; /&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;field field-name-field-link field-type-link-field field-label-above&quot;&gt;&lt;div class=&quot;field-label&quot;&gt;Completed Drupal site or project URL:&amp;nbsp;&lt;/div&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;&lt;a href=&quot;https://www.concept2.com/&quot;&gt;https://www.concept2.com/&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;field field-name-body field-type-text-with-summary field-label-hidden&quot;&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;&lt;p&gt;DIGITAL TRANSFORMATION IN ECOMMERCE&lt;/p&gt;
&lt;h2&gt;Concept2&lt;/h2&gt;
&lt;p&gt;Rising above the competition — Pursuing superior digital commerce in the fitness industry.&lt;/p&gt;
&lt;p&gt;&lt;strong id=&quot;docs-internal-guid-a8afccb4-7fff-9b86-4c25-20ca9451f060&quot;&gt;Digital Transformation for a World-Class Fitness Manufacturer&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;This case study is designed for B2B manufacturing and B2B digital commerce companies that need to modernize their ecommerce platforms.&lt;/p&gt;
&lt;h2&gt;The Challenge: An Outdated System Sinking a Market Leader&lt;/h2&gt;
&lt;p&gt;Concept2, a global leader in fitness equipment and rowing oars, faced significant challenges with its outdated website. The company, which has been producing rowing oars since 1976, experienced a substantial shift in the market during the pandemic as more people began purchasing in-home fitness equipment. With their retail and distributor networks affected, it became clear they needed a modern online sales channel to serve both their B2B and direct-to-consumer (D2C) customers.&lt;/p&gt;
&lt;p&gt;Their existing website was a major hurdle to growth:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Poor user experience:&lt;/strong&gt; The site wasn&#039;t mobile-friendly, resulting in lost sales to competitors. The navigation was also clunky, hindering the shopping experience for their premium brand.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Content management limitations:&lt;/strong&gt; The marketing team struggled to easily add or edit content, which hindered their ability to send timely messages to their audience.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Security and functionality issues: &lt;/strong&gt;The platform lacked key features, such as the ability to link replacement parts to machines, and was susceptible to server overload.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Multi-site complexities:&lt;/strong&gt; With subsidiaries in several countries, including the UK, Australia, and Germany, Concept2 needed a multi-site solution that could be customized for each market.&lt;/li&gt;
&lt;/ul&gt;
&lt;hr /&gt;
&lt;h2&gt;&lt;img alt=&quot;&quot; class=&quot;left&quot; height=&quot;499&quot; src=&quot;/files/Concept2%20-%20Inline%20Image%20-%20Website%20-%201.png&quot; width=&quot;200&quot; /&gt;The Solution: A Future-Ready, Decoupled Commerce Platform&lt;/h2&gt;
&lt;p&gt;To overcome these challenges, Concept2 partnered with Acro Commerce to build a new website on a modern, flexible, and scalable technical infrastructure. The new site was built on Drupal 10 and Drupal Commerce, leveraging a composable, decoupled architecture. This approach allows for maximum flexibility and scalability, ensuring the platform can adapt to their evolving needs.&lt;/p&gt;
&lt;p&gt;By using Drupal, the new platform provides several key benefits:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Streamlined content management: &lt;/strong&gt;The Drupal CMS empowers non-technical staff, like marketers and administrators, to easily build and maintain the site.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Enhanced user experience: &lt;/strong&gt;The new site features a responsive and modern design with clear conversion paths, providing a seamless experience for customers on any device.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Advanced functionality: &lt;/strong&gt;The new system enables complex product configurations, upsell and cross-sell opportunities, and seamless integration with other critical business applications.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Global reach:&lt;/strong&gt; With Drupal&#039;s multi-site and multilingual capabilities, Concept2 can provide customized experiences for its international subsidiaries.&lt;/li&gt;
&lt;/ul&gt;
&lt;hr /&gt;
&lt;h2&gt;The Results: A Scalable and Agile Ecommerce Platform&lt;/h2&gt;
&lt;p class=&quot;center&quot;&gt;&lt;img alt=&quot;&quot; height=&quot;157&quot; src=&quot;/files/Concept2%20-%20Inline%20Image%20-%20App%20Icon%20%2B%20Screen.png&quot; width=&quot;300&quot; /&gt;&lt;/p&gt;
&lt;p&gt;The new website, with its decoupled infrastructure, has empowered Concept2 to outperform the competition and achieve superior digital commerce. The US site launched in June 2024.&lt;/p&gt;
&lt;p&gt;The key results include:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Improved efficiency:&lt;/strong&gt; The new platform minimizes administrative overhead by using streamlined processes and modern technologies.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Increased scalability: &lt;/strong&gt;The composable and decoupled infrastructure is future-ready, allowing Concept2 to easily adapt and grow.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Enhanced brand consistency: &lt;/strong&gt;The new website enhances the customer experience and improves brand consistency by connecting products and services in a unified online presence.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;A strong foundation for the future:&lt;/strong&gt; The modular nature of Drupal gives Concept2 a versatile, structured content platform that can grow with its brand and drive conversions.&lt;/li&gt;
&lt;/ul&gt;
&lt;hr /&gt;
&lt;blockquote&gt;&lt;p&gt;“We wanted an agency that had the technical and design ability we needed, but more importantly, we wanted an agency that we could work with and who would be invested in the project&#039;s success. Acro Commerce worked alongside us every step of  the way, and especially towards the end, they bent over backwards to make sure we finally got the website over the line.” - David Hart, Concept2&lt;/p&gt;
&lt;/blockquote&gt;
&lt;hr /&gt;
&lt;h2&gt;Building the Future One Stroke at a Time&lt;/h2&gt;
&lt;h3&gt;Create a modern ecommerce website experience using a decoupled infrastructure for maximum flexibility and future scalability.&lt;/h3&gt;
&lt;p&gt;Concept2 decided the new site should be built on Drupal 10 using Drupal Commerce to achieve this. Without in-house development resources, Concept2 needed a partner agency that could handle the scope of the build and bring it to life in a quick turnaround time.&lt;/p&gt;
&lt;p&gt;Using our&lt;a href=&quot;https://www.acrocommerce.com/gesso&quot; rel=&quot;nofollow&quot;&gt; decoupled accelerator, Gesso,&lt;/a&gt; and our &lt;a href=&quot;https://www.acrocommerce.com/services/project-management&quot; rel=&quot;nofollow&quot;&gt;agile development process&lt;/a&gt;, we established a communication and development cadence with Concept2’s internal team and stakeholders, ensuring full Acro Commerce support from discovery through development to launch, starting with their US site, which launched in June 2024.&lt;/p&gt;
&lt;hr /&gt;
&lt;h2&gt;&lt;a href=&quot;https://www.acromedia.com/gesso&quot; rel=&quot;nofollow&quot;&gt;Gesso&lt;/a&gt;, our development accelerator, made C2 a reality.&lt;/h2&gt;
&lt;p&gt;Advantages of a decoupled accelerator&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Optimized to reduce development time.&lt;/li&gt;
&lt;li&gt;Control of brand across multiple sites.&lt;/li&gt;
&lt;li&gt;Swap platforms without impacting customer experience&lt;/li&gt;
&lt;li&gt;Reduced time-to-market for future development&lt;/li&gt;
&lt;/ul&gt;
&lt;hr /&gt;
&lt;p class=&quot;center&quot;&gt;&lt;img alt=&quot;Gesso - Acro Commerce&#039;s Decoupled Accelerator for Drupal &amp;amp; Drupal Commerce&quot; height=&quot;358&quot; src=&quot;/files/Concept2%20-%20Inline%20Image%20-%20Gesso%20Stack.png&quot; width=&quot;600&quot; /&gt;&lt;/p&gt;
&lt;p&gt;The dual-core setup of Drupal Commerce and Drupal CMS is a powerful combination that empowers Concept2’s non-technical resources, such as marketers and administrators, to build and maintain an unrivalled customer experience, propelling their online presence and maintaining leadership in their industry.&lt;/p&gt;
&lt;hr /&gt;
&lt;h2&gt;Next Steps&lt;/h2&gt;
&lt;p&gt;This case study is just one example of how Acro Commerce helps manufacturers and B2B companies modernize their ecommerce platforms. If your organization is facing similar challenges with an outdated commerce platform, connect with us to discuss your goals.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Ready to transform your digital commerce presence?&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Learn more at our website &lt;a href=&quot;https://www.acrocommerce.com/&quot; rel=&quot;nofollow&quot;&gt;acrocommerce.com&lt;/a&gt; and discover how we support B2B merchants.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.acrocommerce.com/contact-us&quot; rel=&quot;nofollow&quot;&gt;Book a call:&lt;/a&gt; Let&#039;s talk about your specific needs and design a plan to reach your goals.&lt;/li&gt;
&lt;/ul&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;</description>
 <pubDate>Wed, 07 Aug 2024 17:00:01 +0000</pubDate>
 <dc:creator>acro-jeff</dc:creator>
 <guid isPermaLink="false">3466677 at https://www.drupal.org</guid>
 <comments>https://www.drupal.org/case-study/concept2-drupal-drupal-commerce-decoupled#comments</comments>
</item>
<item>
 <title>Drupal 10.3 is now available</title>
 <link>https://www.drupal.org/blog/drupal-10-3-0</link>
 <description>&lt;div class=&quot;field field-name-body field-type-text-with-summary field-label-hidden&quot;&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;&lt;h2&gt;New in Drupal 10.3&lt;/h2&gt;
&lt;p&gt;The &lt;a href=&quot;https://www.drupal.org/project/drupal/releases/10.3.0&quot; rel=&quot;nofollow&quot;&gt;third and final feature release of Drupal 10&lt;/a&gt; ships with a new experimental Navigation user interface, stable Workspaces functionality, stable Single-Directory Components support, simplified menu editing, taxonomy moderation support, new recipe and access policy APIs and more.&lt;/p&gt;
&lt;h3&gt;New experimental Navigation module&lt;/h3&gt;
&lt;p&gt;The new Navigation module provides a redesigned collapsible, vertical navigation sidebar for the administrative user interface. Sub-menus open on a full height drawer that can accommodate deeper navigation levels. On smaller viewports, the toolbar is placed on top of the content, and opens with an overlay.&lt;/p&gt;
&lt;p&gt;&lt;img alt=&quot;Variations of the new Navigation module&#039;s user interface&quot; height=&quot;1984&quot; src=&quot;/files/NewNavigation.png&quot; width=&quot;3168&quot; /&gt;&lt;/p&gt;
&lt;p&gt;The Navigation module allows multiple types of customization, like adding new custom menus or changing the default Drupal logo provided. It also uses the Layout Builder module, so that site builders can easily add or reorder these menu blocks.&lt;/p&gt;
&lt;p&gt;The Navigation module includes a new content creation and management menu, which allows quick access to content-related tasks to increase usability for content users.&lt;/p&gt;
&lt;h3&gt;Stable Workspaces module&lt;/h3&gt;
&lt;p&gt;The Workspaces module allows Drupal sites to have multiple work environments, enabling site owners to stage multiple content changes to be published all at once. It has long been available in Drupal core as an experimental module. Following the module&#039;s use in production sites, the remaining stable blocking issues have been resolved, so now it is available to all!&lt;/p&gt;
&lt;p&gt;Workspaces are sets of content changes that are prepared and reviewed together. This is a differentiating feature for Drupal that is important for many large organizations&#039; websites. An organization might use Workspaces to ensure all relevant content goes live simultaneously for a new product launch, or with the outcomes of sporting or election events.&lt;/p&gt;
&lt;h3&gt;Stable Single-Directory Components&lt;/h3&gt;
&lt;p&gt;Single-Directory Components (SDCs) are Drupal core’s implementation of a user interface components system. Within SDC, all files necessary to render the user interface component are grouped together in a single directory. This includes Twig, YAML, and optional CSS and JavaScript. SDC support was added to Drupal core in 10.1 as an experimental module. The solution has been very well-received and is now part of the base system. No need to enable a module to use this feature.&lt;/p&gt;
&lt;h3&gt;Simplified content organization&lt;/h3&gt;
&lt;p&gt;Menu item editing is now simplified. Advanced options are displayed in a sidebar to help content editors focus on what is most important for the menu item. Taxonomy terms also now have both a dedicated user interface to edit earlier revisions and content moderation support.&lt;/p&gt;
&lt;h3&gt;New Recipes and Default Content APIs&lt;/h3&gt;
&lt;p&gt;Drupal recipes allow the automation of Drupal module installation and configuration. Drupal recipes are easy to share, and can be composed from other Drupal recipes. For example, Drupal 10.3 includes a Standard recipe providing the same functionality as the Standard install profile. It is a combination of 16 component recipes that can be reused in other recipes.&lt;/p&gt;
&lt;p&gt;Recipes provide similar functionality to install profiles but are more flexible. With install profiles only one can be installed on a site. With recipes, multiple recipes can be applied after each other.&lt;/p&gt;
&lt;table align=&quot;center&quot; border=&quot;0&quot; cellpadding=&quot;1&quot; cellspacing=&quot;1&quot;&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th scope=&quot;col&quot;&gt;&lt;/th&gt;
&lt;th scope=&quot;col&quot;&gt;Install profiles/distributions&lt;/th&gt;
&lt;th scope=&quot;col&quot;&gt;Recipes&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;th&gt;Lock-in&lt;/th&gt;
&lt;td&gt;Not possible to uninstall (until Drupal 10.3)&lt;/td&gt;
&lt;td&gt;No lock-in&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;th&gt;Inheritance&lt;/th&gt;
&lt;td&gt;Cannot extend other profiles or distributions&lt;/td&gt;
&lt;td&gt;Can be based on other recipes&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;th&gt;Composability&lt;/th&gt;
&lt;td&gt;Cannot install multiple profiles or distributions&lt;/td&gt;
&lt;td&gt;Multiple recipes can be applied on the site and be the basis of another recipe&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;The &lt;a href=&quot;https://www.drupal.org/starshot&quot; rel=&quot;nofollow&quot;&gt;recently announced Starshot Initiative&lt;/a&gt; will rely heavily on recipes to provide composable features.&lt;/p&gt;
&lt;p&gt;The added APIs include Configuration Actions, Configuration Checkpoints and Default Content.&lt;/p&gt;
&lt;p&gt;Additionally, it is now possible to install Drupal without an install profile, or to uninstall an install profile after Drupal is already set up.&lt;/p&gt;
&lt;p&gt;&lt;img alt=&quot;Animation of the Standard profile being uninstalled&quot; height=&quot;716&quot; src=&quot;/files/UninstallProfile-10.3.gif&quot; width=&quot;1087&quot; /&gt;&lt;/p&gt;
&lt;h3&gt;More flexible access management with the new Access Policy API&lt;/h3&gt;
&lt;p&gt;The new Access Policy API supports the implementation of access management solutions that go beyond permissions and user roles. Other conditions and contexts may be taken into account, like whether the user used two-factor authentication, or whether they reached a rate limit of an activity. Drupal&#039;s existing permission- and role-based access control has been converted to the new API, and custom or contributed projects can add more access policies.&lt;/p&gt;
&lt;h2&gt;The future of Drupal 10&lt;/h2&gt;
&lt;p&gt;Drupal 10.3 is the final feature release of Drupal 10. Drupal 11 is scheduled to be released the week of July 29th. With that, &lt;a href=&quot;https://www.drupal.org/blog/drupal-10-will-be-supported-until-the-release-of-drupal-12-in-mid-late-2026&quot; rel=&quot;nofollow&quot;&gt;Drupal 10 goes into long-term support&lt;/a&gt;. While more minor releases will be made available of Drupal 10, they will not contain new features, only functionality backported to support security and a smoother upgrade to Drupal 11. Drupal 10&#039;s future minor releases will be supported until mid- to late 2026, when Drupal 12 is released and Drupal 11 enters long-term support.&lt;/p&gt;
&lt;h2&gt;Core maintainer team updates&lt;/h2&gt;
&lt;p&gt;&lt;a href=&quot;https://www.drupal.org/u/ckrina&quot; rel=&quot;nofollow&quot;&gt;Cristina Chumillas&lt;/a&gt; (at &lt;a href=&quot;https://www.lullabot.com/&quot; rel=&quot;nofollow&quot;&gt;Lullabot&lt;/a&gt;), &lt;a href=&quot;https://www.drupal.org/u/justafish&quot; rel=&quot;nofollow&quot;&gt;Sally Young&lt;/a&gt; (also at &lt;a href=&quot;https://www.lullabot.com/&quot; rel=&quot;nofollow&quot;&gt;Lullabot&lt;/a&gt;) and &lt;a href=&quot;https://www.drupal.org/u/nod_&quot; rel=&quot;nofollow&quot;&gt;Théodore Biadala&lt;/a&gt; (at &lt;a href=&quot;https://tresbien.tech/drupal-contribution/&quot; rel=&quot;nofollow&quot;&gt;Très Bien Tech&lt;/a&gt;) were all promoted from provisional to full Drupal Core Frontend Framework Managers.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;https://www.drupal.org/u/alexpott&quot; rel=&quot;nofollow&quot;&gt;Alex Pott&lt;/a&gt; (at &lt;a href=&quot;https://www.acrocommerce.com/&quot; rel=&quot;nofollow&quot;&gt;Acro Commerce&lt;/a&gt; and &lt;a href=&quot;https://www.thunder.org/&quot; rel=&quot;nofollow&quot;&gt;Thunder&lt;/a&gt;), &lt;a href=&quot;https://www.drupal.org/u/phenaproxima&quot; rel=&quot;nofollow&quot;&gt;Adam Globus-Hoenich&lt;/a&gt; (at &lt;a href=&quot;https://www.acquia.com/&quot; rel=&quot;nofollow&quot;&gt;Acquia&lt;/a&gt;) and &lt;a href=&quot;https://www.drupal.org/u/thejimbirch&quot; rel=&quot;nofollow&quot;&gt;Jim Birch&lt;/a&gt; (at &lt;a href=&quot;https://www.drupal.org/kanopi-studios&quot; rel=&quot;nofollow&quot;&gt;Kanopi Studios&lt;/a&gt;) are the maintainers of the new Default Content and Recipes subsystems.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;https://www.drupal.org/u/amateescu&quot; rel=&quot;nofollow&quot;&gt;Andrei Mateescu&lt;/a&gt; (at &lt;a href=&quot;https://www.tag1consulting.com/&quot; rel=&quot;nofollow&quot;&gt;Tag1 Consulting&lt;/a&gt;) is the maintainer of the newly stable Workspaces module.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;https://www.drupal.org/u/finnsky&quot; rel=&quot;nofollow&quot;&gt;Ivan Berdinsky&lt;/a&gt; (at &lt;a href=&quot;https://www.skilld.cloud/&quot; rel=&quot;nofollow&quot;&gt;Skilld&lt;/a&gt;) became a co-maintainer of the Umami demo.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;https://www.drupal.org/u/DanielVeza&quot; rel=&quot;nofollow&quot;&gt;Daniel Veza&lt;/a&gt; (at &lt;a href=&quot;http://www.previousnext.com.au/&quot; rel=&quot;nofollow&quot;&gt;PreviousNext&lt;/a&gt;) is a new co-maintainer of Layout Builder.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;https://www.drupal.org/u/e0ipso&quot; rel=&quot;nofollow&quot;&gt;Mateu Aguiló Bosch&lt;/a&gt; (at &lt;a href=&quot;https://www.lullabot.com/&quot; rel=&quot;nofollow&quot;&gt;Lullabot&lt;/a&gt;) and &lt;a href=&quot;https://www.drupal.org/u/pdureau&quot; rel=&quot;nofollow&quot;&gt;Pierre Dureau&lt;/a&gt; are new co-maintainers of the Theme API, focusing on Single-Directory Components.&lt;/p&gt;
&lt;h2&gt;Want to get involved?&lt;/h2&gt;
&lt;p&gt;If you are looking to make the leap from Drupal user to Drupal contributor, or you want to share resources with your team as part of their professional development, there are many opportunities to deepen your Drupal skill set and give back to the community. Check out the &lt;a href=&quot;https://www.drupal.org/community/contributor-guide&quot; rel=&quot;nofollow&quot;&gt;Drupal contributor guide&lt;/a&gt;, or &lt;a href=&quot;https://events.drupal.org/barcelona2024&quot; rel=&quot;nofollow&quot;&gt;join us at DrupalCon Barcelona&lt;/a&gt; and attend sessions, network, and enjoy mentorship for your first contributions.&lt;/p&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;</description>
 <pubDate>Thu, 20 Jun 2024 20:00:04 +0000</pubDate>
 <dc:creator>gábor hojtsy</dc:creator>
 <guid isPermaLink="false">3456034 at https://www.drupal.org</guid>
 <comments>https://www.drupal.org/blog/drupal-10-3-0#comments</comments>
</item>
<item>
 <title>Drupal Innovation in 2024: the Contribution Health Dashboards</title>
 <link>https://www.drupal.org/drupalorg/blog/drupal-innovation-in-2024-the-contribution-health-dashboards</link>
 <description>&lt;div class=&quot;field field-name-body field-type-text-with-summary field-label-hidden&quot;&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;&lt;p&gt;2023 has been an eventful year, full of ideas, discussions and plans regarding innovation, where Drupal is heading, and, in our case, how the Drupal Association can best support. On top of that, you may have already heard, but innovation is a key goal for the Drupal Association.&lt;/p&gt;
&lt;p&gt;Drupal is nothing but a &lt;strong&gt;big, decentralized, community&lt;/strong&gt;. And before we can even think of how we can innovate, we need to understand how contribution actually happens and evolves in our ecosystem. And one of the things we agreed early on was that, without numbers, we don’t even know where we are going. &lt;/p&gt;
&lt;p&gt;For that reason in 2024 we want to introduce you to part of the work we’ve been doing during the last part of 2023 to make sure that we know where we are coming from, we understand where we are going and how the changes we are doing are affecting (or not) the whole contribution ecosystem. I want to introduce you to the &lt;strong&gt;Contribution Health Dashboards (CHD)&lt;/strong&gt;.&lt;/p&gt;
&lt;p&gt;The &lt;strong&gt;CH dashboards&lt;/strong&gt; should help identify what stops or &lt;strong&gt;blocks people from contributing&lt;/strong&gt;, uncover any friction, and if any problems are found, help to investigate and apply adequate remedies while we can as well measure those changes.&lt;/p&gt;
&lt;p&gt;One thing to note is that the numbers we are showing next are based on the &lt;a href=&quot;https://www.drupal.org/drupalorg/contribution-credit&quot;&gt;contribution credit system&lt;/a&gt;. The credit system has been very successful in standardizing and measuring contributions to Drupal.  It also provides &lt;strong&gt;incentives to contribute to Drupal&lt;/strong&gt;, and has raised interest from individuals and organizations.&lt;/p&gt;
&lt;p&gt;Using the credit system to evaluate the contribution is not 100% perfect, and it could show some flaws and imperfections, but we are committed to &lt;strong&gt;review and improve those indicators regularly&lt;/strong&gt;, and we think it’s the most accurate way to measure the way contribution happens in Drupal.&lt;/p&gt;
&lt;p&gt;It must be noted as well that the data is hidden, deep, in the Drupal.org database. Extracting that data has proved a tedious task, and there are numbers and statistics that we would love to extract in the near future to validate further the steps we are taking. Again, future reviews of the work will happen during the next months while we continue &lt;strong&gt;helping contributors to continue innovating&lt;/strong&gt;.&lt;/p&gt;
&lt;p&gt;You can find the dashboards here, in the &lt;a href=&quot;https://www.drupal.org/innovation/dashboards&quot;&gt;Contribution Health Dashboards&lt;/a&gt;, but keep reading next to understand the numbers better.&lt;/p&gt;
&lt;h2&gt;Unique individuals and organisations&lt;/h2&gt;
&lt;p&gt;Jumping to what matters here, the numbers, one of the most important metrics to understand in the Drupal ecosystem is the &lt;strong&gt;number of contributions of both individuals and organisations&lt;/strong&gt;.&lt;/p&gt;
&lt;p&gt;&lt;strong id=&quot;docs-internal-guid-28d47893-7fff-3f49-c2ba-d46ebcc70490&quot;&gt;&lt;img alt=&quot;Unique individual credits and credits year over year&quot; height=&quot;371&quot; src=&quot;https://lh7-us.googleusercontent.com/uTFybaTo6_Fq7o9Wq5r0DT0OHBztQSfGRqu5GV5B_8L7Ge3BfRsdQgUPMhh0B_An6h0J6G342V2SKartJ9xqD7aGYLt60-eGa1eNTFFvymDapOmVJGudQw0B2sfZ-lnWxYYz8WAPZJdqkUIvdJEfk8U&quot; width=&quot;600&quot; /&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;As you can see, the number of individuals has stayed relatively stable, while their contribution has been more and more significant over the years (except for a slide in the first year of the pandemic). In a way this is telling us that &lt;strong&gt;once a user becomes a contributor, they stay for the long run&lt;/strong&gt;. And, in my opinion, the numbers say that they stay actually very committed.&lt;/p&gt;
&lt;p&gt;The number of organisations on the other hand displays a growing healthy trend. This shows that organisations are an important partner for Drupal and the Drupal Association, bringing a lot of value in the form of (but not just) contributors.&lt;/p&gt;
&lt;p&gt;&lt;strong id=&quot;docs-internal-guid-35163f4c-7fff-2aee-8d75-b793389e0117&quot;&gt;&lt;img alt=&quot;Unique organizational contributors and their credits year over year&quot; height=&quot;372&quot; src=&quot;https://lh7-us.googleusercontent.com/taXtEEK78zFADGEYUlRnNeacoeYT1wJB2SlptPyt5a_RXcl0izpRphe-aWeIoMxBPrT1taT8aHFmpiun2t9Wr-yFUomzHjl1BD5wahh82VJStp6WbQeLR7e8B5Ynd1LNcCcPLKGOa1oJxxleupl84io&quot; width=&quot;600&quot; /&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;It definitely means that &lt;strong&gt;we need to continue supporting and listening to them&lt;/strong&gt;. It’s actually a symbiotic relationship. These companies support and help moving forward, not just Drupal, but the whole concept of the Open Web. And their involvement doesn’t end up there, as their daily role in expanding the reach, the number of instances and customers of every size using Drupal is as well key.&lt;/p&gt;
&lt;p&gt;In practical terms in 2023 we have been meeting different companies and organisations, and the plan is to continue listening and finding new ways to help their needs in 2024 and beyond. One of the things we are releasing soon is the &lt;strong&gt;list of priorities and strategic initiatives&lt;/strong&gt; where your contributions, as individuals as well as organisations, are most meaningful. This is something I have been consistently asked for when meeting with those individuals and organisations, and I think it’s going to make a big difference &lt;strong&gt;unleashing innovation in Drupal&lt;/strong&gt;. I recommend you to have a look at the blog post about the &lt;a href=&quot;https://www.drupal.org/drupalorg/blog/introducing-the-bounty-program&quot;&gt;bounty program&lt;/a&gt;.&lt;/p&gt;
&lt;h2&gt;First year contributors&lt;/h2&gt;
&lt;p&gt;The next value we should be tracking is how first time users are interacting with our ecosystem.&lt;/p&gt;
&lt;p&gt;While the previous numbers are encouraging, we have a healthy ecosystem of companies and a crowd of loyal individuals contributing to the project, making sure that we onboard and we make it &lt;strong&gt;easier and attractive for new generations &lt;/strong&gt;to contribute to the project is the only possible way to ensure that this continues to be the case for many years to come.&lt;/p&gt;
&lt;p&gt;That’s why we are looking at first time contributions, or said differently, how many users make a first contribution in their first 12 months from joining the project. During 2024 I would like to look deeper into this data, reveal contribution data further on time, like after 24 and 36 months. For now this will be a good lighthouse that we can use to improve the contribution process.&lt;/p&gt;
&lt;p&gt;&lt;strong id=&quot;docs-internal-guid-afc2d422-7fff-c930-a7a5-94a193e6675c&quot;&gt;&lt;img alt=&quot;New users with a contribution in the first 12 months&quot; height=&quot;371&quot; src=&quot;https://lh7-us.googleusercontent.com/yxtwPh7XU5SH8-Vc84_EZGfct9MgT5uSGILL6xF0QI5SNTD31T7SfMfcAHh2untLc58ELrlFLqo25iKEA4LJCg9wUQdxXrsl6z8akE-nqn0dsVpLJC_HXCVvprrpu6T8TD6azmsrBKlqXYSqYOBLn3s&quot; width=&quot;600&quot; /&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Although last year&#039;s numbers give us a nice feeling of success, we want to be cautious about them, and try to make sure that the trend of previous years of a slight decline does not continue.&lt;/p&gt;
&lt;p&gt;That is the reason why &lt;strong&gt;my first priority during the first months of 2024 is to review the registration process&lt;/strong&gt; and the next step for &lt;strong&gt;new users on their contribution journey&lt;/strong&gt;. From the form they are presented, to the documentation we are facilitating, to the messages we are sending them in the weeks and months after.&lt;/p&gt;
&lt;p&gt;The changes we make should be guided as well by the next important graph, which is the Time To First Contribution. In other words, the amount of time a new user has taken to make their first contribution to Drupal.&lt;/p&gt;
&lt;p&gt;&lt;strong id=&quot;docs-internal-guid-d1f1e5c2-7fff-8801-50f3-936b2649664f&quot;&gt;&lt;img alt=&quot;/files/average-time-to-first-contribution-by-registration-year.png&quot; height=&quot;371&quot; src=&quot;https://lh7-us.googleusercontent.com/MOpNaOfvDv7Pndm-_B9CRVCflwmEHD1mmcgPzg3HRj6DqO9CmA9hbACukvrIGJg0mClZAbgi7jRwxzUqMAUIke2Bznink1qYD000vmnWfjztcn_gj7MF-4u1Q0lZoM2DzS9ts0X4slfUgHkMcIqwsqE&quot; width=&quot;600&quot; /&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;You’ll see that the &lt;a href=&quot;https://www.drupal.org/innovation/dashboards&quot;&gt;Contribution Health Dashboards&lt;/a&gt; includes other data that I have not mentioned in this post. It does not mean that it is not equally important, but given the Drupal Association has a finite amount of resources, we consider that this is the data that we need to track closely to get a grasp of the health of our contribution system.&lt;/p&gt;
&lt;p&gt;For now, have a look at the &lt;a href=&quot;https://www.drupal.org/innovation/dashboards&quot;&gt;Contribution Health Dashboards&lt;/a&gt; to get a grasp of the rest of the information that we have collected. If you are curious about the numbers and maybe would like to give us a hand, please do not hesitate to send me a message at &lt;a href=&quot;mailto:alex.moreno@association.drupal.org?subject=Contributin%20Health%20Dashboards&quot;&gt;alex.moreno@association.drupal.org&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;</description>
 <pubDate>Mon, 22 Jan 2024 15:32:04 +0000</pubDate>
 <dc:creator>alexmoreno</dc:creator>
 <guid isPermaLink="false">3416286 at https://www.drupal.org</guid>
 <comments>https://www.drupal.org/drupalorg/blog/drupal-innovation-in-2024-the-contribution-health-dashboards#comments</comments>
</item>
<item>
 <title>Introducing: the bounty program</title>
 <link>https://www.drupal.org/drupalorg/blog/introducing-the-bounty-program</link>
 <description>&lt;div class=&quot;field field-name-body field-type-text-with-summary field-label-hidden&quot;&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;&lt;p&gt;As part of my role in the Drupal Association, we are trying to find new ways to &lt;strong&gt;unleash innovation&lt;/strong&gt;. Innovation as it happens is a key goal for the Drupal Association. What surprised me when I started with the Drupal Association was to meet companies that were contributors, (some of them known for being long-time contributors) or that are very interested in contributing, but then not knowing &lt;strong&gt;how they could maximize their contributions or even where they should be contributing to&lt;/strong&gt;.&lt;/p&gt;
&lt;p&gt;I don’t think that these are a few isolated cases, as it’s not the first time I&#039;ve seen this trend. Back when I was working for a 100+ developer consultancy firm there was a big corporate push to increase our contribution to open source. And contribute we did. We started “Pizza Fridays”, which meant we were spending Fridays contributing, doing presentations between us, and having pizza for lunch. We had fun, but we lacked structure, purpose, and higher goals (and a healthy diet on Fridays). Our plan was not aligned with anything other than our own appetite to experiment or learn something.&lt;/p&gt;
&lt;p&gt;If we had a structure that aligned us to the project we were contributing to, our contributions would have been more impactful, business would have benefited in a more meaningful way, and the whole team would have probably been allowed to contribute even further and longer in time. We did amazing things, don’t get me wrong, but the impact of those could have been much bigger.&lt;/p&gt;
&lt;p&gt;That’s why, today, we are &lt;strong&gt;introducing the credit bounty program&lt;/strong&gt;. The idea is to do an initial experiment, and if it has an impact on Drupal moving forward, we’ll tweak it if needed and continue with new iterations.&lt;/p&gt;
&lt;p&gt;I expect that the issues and projects that we are promoting will change over time, so we’ll share soon how you can get updated information.&lt;/p&gt;
&lt;p&gt;If you are a maintainer and you would like us to include your issues in this pilot program, that may be a possibility as well, so please send me an email: &lt;a href=&quot;mailto:tim@association.drupal.org&quot;&gt;tim@association.drupal.org&lt;/a&gt;. Depending on how this first phase goes, we may start promoting contributed module issues as well based on the popularity of the modules, usage on sites, complexity, how innovative they are, etc, etc&lt;/p&gt;
&lt;p&gt;For now, this is the list of issues where (core for now) maintainers need your help. The reward will be a boost to marketplace rank equivalent to &lt;strong&gt;5 times the normal amount for these issues&lt;/strong&gt;. Sounds good?&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Cannot save translated nodes after upgrading to 8.8 due to invalid path
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://www.drupal.org/project/drupal/issues/3101344&quot;&gt;https://www.drupal.org/project/drupal/issues/3101344&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Composer scaffolding fails when permissions on default.settings.yml or default.settings.php is not writable
&lt;ul&gt;
&lt;li&gt; &lt;a href=&quot;https://www.drupal.org/project/drupal/issues/3091285&quot;&gt;https://www.drupal.org/project/drupal/issues/3091285&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Configuration language being overwritten during module install
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://www.drupal.org/project/drupal/issues/2905295&quot;&gt;https://www.drupal.org/project/drupal/issues/2905295&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Prevent saving config entities when configuration overrides are applied
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://www.drupal.org/project/drupal/issues/2910353&quot;&gt;https://www.drupal.org/project/drupal/issues/2910353&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Maintainers will grant credit as normal on these issues, and the contributing organizations that the maintainers credit will receive the full bounty&lt;/p&gt;
&lt;p&gt;Make sure to read Drupal Core&#039;s Issue Etiquette for core contribution, and the Contributor Guide. &lt;/p&gt;
&lt;p&gt;Have questions or ideas? Please ping Tim Lehnen(&lt;a href=&quot;/u/hestenet&quot;&gt;hestenet&lt;/a&gt;): &lt;a href=&quot;mailto:tim@association.drupal.org&quot;&gt;tim@association.drupal.org&lt;/a&gt;&lt;br /&gt;
 &lt;/p&gt;
&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;</description>
 <pubDate>Tue, 16 Jan 2024 13:29:58 +0000</pubDate>
 <dc:creator>alexmoreno</dc:creator>
 <guid isPermaLink="false">3414987 at https://www.drupal.org</guid>
 <comments>https://www.drupal.org/drupalorg/blog/introducing-the-bounty-program#comments</comments>
</item>
<item>
 <title>Drupal 10.2 is now available</title>
 <link>https://www.drupal.org/blog/drupal-10-2-0</link>
 <description>&lt;div class=&quot;field field-name-body field-type-text-with-summary field-label-hidden&quot;&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;&lt;h2&gt;New in Drupal 10.2&lt;/h2&gt;
&lt;p&gt;The &lt;a href=&quot;https://www.drupal.org/project/drupal/releases/10.2.0&quot;&gt;second feature release of Drupal 10&lt;/a&gt; improves content modeling, block management, menu and taxonomy organization, and permission administration. New options to sanitize file names make it possible to clean up the names of uploaded files, and media item revisions now have a dedicated user interface.&lt;/p&gt;
&lt;h3&gt;Easier content management&lt;/h3&gt;
&lt;p&gt;&lt;iframe allow=&quot;accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share&quot; allowfullscreen=&quot;&quot; frameborder=&quot;0&quot; height=&quot;349&quot; src=&quot;https://www.youtube-nocookie.com/embed/NqjXFAEZ3Fw?si=jDv0uyRiRcJQ8OPX&amp;amp;controls=0&amp;amp;showinfo=0&quot; title=&quot;New field creation experience in Drupal 10.2&quot; width=&quot;620&quot;&gt;&lt;/iframe&gt;&lt;/p&gt;
&lt;p&gt;10.2 improves the user experience for managing several types of content:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Field types for new fields are visually listed instead of a simple select list. Settings for fields are now all included on one form.&lt;/li&gt;
&lt;li&gt;Menu items and taxonomy terms have a dedicated option to add a child item, which makes item placement easier.&lt;/li&gt;
&lt;li&gt;Media items now have a dedicated user interface to review and manage older revisions.&lt;/li&gt;
&lt;li&gt;CKEditor&#039;s language selector can now be configured to only show languages supported on the site.&lt;/li&gt;
&lt;/ul&gt;
&lt;h3&gt;More flexible block placement&lt;/h3&gt;
&lt;p&gt;A user interface has been added to show or hide each block based on the HTTP response status, so that specific blocks can be added or removed when the page is not found (404) or access is denied (403).&lt;/p&gt;
&lt;h3&gt;New built-in file name sanitization options&lt;/h3&gt;
&lt;p&gt;The functionality of one of the most popular contributed modules is now included in core! Replace whitespace in file names, transliterate text, convert to lowercase, and more.&lt;/p&gt;
&lt;h3&gt;Faster permission management&lt;/h3&gt;
&lt;p&gt;The permissions page now comes with a filter on the top to make it easy to find the permission you planned to adjust.&lt;/p&gt;
&lt;h3&gt;Performance improvements&lt;/h3&gt;
&lt;p&gt;Drupal 10.2 includes numerous performance improvements for content rendering and HTTP responses, as well as improved caching APIs.&lt;/p&gt;
&lt;h3&gt;Works on the latest PHP&lt;/h3&gt;
&lt;p&gt;PHP 8.3 was released three weeks ago, and Drupal 10.2 is already compatible with it.&lt;/p&gt;
&lt;h3&gt;Modern language feature: PHP attributes&lt;/h3&gt;
&lt;p&gt;Drupal core has started adopting PHP attributes, a modern PHP language feature, to provide better developer experience for plugin annotations. Contributed and custom code can begin adopting this improved API for their plugins, and Block and Action plugins can all be converted to the new API.&lt;/p&gt;
&lt;h3&gt;Built-in project news updates&lt;/h3&gt;
&lt;p&gt;To help keep you up to date with project news, the Announcements Feed module became stable and is now installed by default with the standard profile.&lt;/p&gt;
&lt;h3&gt;Help topics now in Help module&lt;/h3&gt;
&lt;p&gt;The experimental Help topics module is now marked as deprecated and all functionality has been integrated into the core Help module.&lt;/p&gt;
&lt;h3&gt;Developer experience improvements&lt;/h3&gt;
&lt;p&gt;Drupal 10.2 comes with a number of developer experience improvements:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;A &lt;code class=&quot;language-php&quot;&gt;PerformanceTestBase&lt;/code&gt; was added to support automated testing of performance metrics with support to send OpenTelemetry traces to an open telemetry endpoint.&lt;/li&gt;
&lt;li&gt;A new &lt;code class=&quot;language-php&quot;&gt;DeprecationHelper::backwardsCompatibleCall()&lt;/code&gt; method is available that helps write Drupal extensions that are compatible with multiple major versions at once.&lt;/li&gt;
&lt;li&gt;PHP Fibers support was added to BigPipe and the Renderer, which allows Drupal to potentially run different code while it&#039;s waiting for an asynchronous operation to return.&lt;/li&gt;
&lt;li&gt;Configuration validation was expanded to better support strict testing and make configuration form validation easier to implement.&lt;/li&gt;
&lt;li&gt;Symfony&#039;s autowiring support was adopted for services, based on PHP 8 attributes, making service creation easier.&lt;/li&gt;
&lt;li&gt;The HTML utility classes and filter system was updated to produce HTML5 syntax instead of XHTML.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;Core team updates&lt;/h2&gt;
&lt;p&gt;Drupal is built by an open source community of collaborators across geographies and organizations. Maintainers assess the work of the community and decide when it&#039;s ready to commit to Drupal core. After a period as a provisional committer, &lt;a href=&quot;https://www.drupal.org/u/longwave&quot;&gt;Dave Long&lt;/a&gt; (at &lt;a href=&quot;https://www.fullfatthings.com/&quot;&gt;Full Fat Things&lt;/a&gt;) was promoted to a full release manager. &lt;a href=&quot;https://www.drupal.org/u/kristiaanvandeneynde&quot;&gt;Kristiaan Van den Eynde&lt;/a&gt; (at &lt;a href=&quot;https://www.factorial.io/en/drupal-agency&quot;&gt;Factorial&lt;/a&gt;) and &lt;a href=&quot;https://www.drupal.org/u/acbramley&quot;&gt;Adam Bramley&lt;/a&gt; (at &lt;a href=&quot;https://www.previousnext.com.au/&quot;&gt;PreviousNext&lt;/a&gt;) have also become core subsystem maintainers. Thanks for stepping up!&lt;/p&gt;
&lt;h2&gt;Want to get involved?&lt;/h2&gt;
&lt;p&gt;If you are looking to make the leap from Drupal user to Drupal contributor, or you want to share resources with your team as part of their professional development, there are many opportunities to deepen your Drupal skill set and give back to the community. Check out the &lt;a href=&quot;https://www.drupal.org/community/contributor-guide&quot;&gt;Drupal contributor guide&lt;/a&gt;, or join us at &lt;a href=&quot;https://events.drupal.org/portland2024&quot;&gt;DrupalCon Portland&lt;/a&gt; and attend sessions, network, and enjoy mentorship for your first contributions.&lt;/p&gt;
&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;</description>
 <pubDate>Fri, 15 Dec 2023 18:27:47 +0000</pubDate>
 <dc:creator>gábor hojtsy</dc:creator>
 <guid isPermaLink="false">3408836 at https://www.drupal.org</guid>
 <comments>https://www.drupal.org/blog/drupal-10-2-0#comments</comments>
</item>
<item>
 <title>Drupal 10 will be supported until the release of Drupal 12 in mid-late 2026</title>
 <link>https://www.drupal.org/blog/drupal-10-will-be-supported-until-the-release-of-drupal-12-in-mid-late-2026</link>
 <description>&lt;div class=&quot;field field-name-body field-type-text-with-summary field-label-hidden&quot;&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;&lt;h2&gt;New major release schedule&lt;/h2&gt;
&lt;p&gt;Beginning with Drupal 10, a new Drupal major version will be released every two years in even years (2022, 2024, etc.). Each major version will receive active support for about two years, followed by maintenance support and security coverage for about two more years. Each is supported until two more major versions have been released.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;https://www.drupal.org/files/Drupal2024-2027.png&quot; rel=&quot;nofollow&quot;&gt;&lt;img alt=&quot;Chart illustrating the overlapping support of Drupal minor and major versions from 2024 to 2027, explained below.&quot; src=&quot;/files/Drupal2024-2027.png&quot; /&gt;&lt;br /&gt;
&lt;em&gt;This is an example.&lt;/em&gt;&lt;/a&gt; &lt;em&gt;The exact schedule varies, and will be published on the &lt;a href=&quot;https://www.drupal.org/about/core/policies/core-release-cycles/schedule&quot; rel=&quot;nofollow&quot;&gt;Drupal core release schedule&lt;/a&gt;.&lt;/em&gt;&lt;/p&gt;
&lt;h2&gt;Drupal 11 will be released in 2024&lt;/h2&gt;
&lt;p&gt;Drupal 11 will be released sometime in 2024. Like Drupal 9.0 and 10.0, Drupal 11.0 has three potential release windows, in June, August, and December. The window used will depend on when the &lt;a href=&quot;https://www.drupal.org/project/drupal/issues/3284879&quot; rel=&quot;nofollow&quot;&gt;beta requirements&lt;/a&gt; are complete. For more information, refer to the &lt;a href=&quot;https://www.drupal.org/about/core/policies/core-release-cycles/schedule#next&quot; rel=&quot;nofollow&quot;&gt;Drupal core release schedule&lt;/a&gt;.&lt;/p&gt;
&lt;h3&gt;Drupal 11 alpha development opens this week&lt;/h3&gt;
&lt;p&gt;Following the release of 10.2.0-beta1, changes to 11.x that diverge from Drupal 10 under the &lt;a href=&quot;https://www.drupal.org/about/core/policies/core-change-policies/continuous-upgrades-between-major-versions&quot; rel=&quot;nofollow&quot;&gt;continuous upgrade path&lt;/a&gt; will begin. Anyone can get involved in completing the &lt;a href=&quot;https://www.drupal.org/project/drupal/issues/3284879&quot; rel=&quot;nofollow&quot;&gt;requirements for Drupal 11&lt;/a&gt;. Join the &lt;code class=&quot;language-php&quot;&gt;#d11readiness&lt;/code&gt; channel in the &lt;a href=&quot;https://www.drupal.org/community/contributor-guide/reference-information/talk/tools/slack&quot; rel=&quot;nofollow&quot;&gt;Drupal community Slack&lt;/a&gt;.&lt;/p&gt;
&lt;h3&gt;Maintenance minor versions of Drupal 10&lt;/h3&gt;
&lt;p&gt;Following the release of Drupal 11.0.0 in 2024, a long-term support phase for Drupal 10 begins, and it will include a new maintenance minor every six months. Each maintenance minor will contain a limited set of changes backported from Drupal 11. For more information, refer to the &lt;a href=&quot;https://www.drupal.org/about/core/policies/core-release-cycles/release-process-overview#s-maintenance-minors-and-the-lts-phase&quot; rel=&quot;nofollow&quot;&gt;Drupal core release process overview&lt;/a&gt;.&lt;/p&gt;
&lt;h3&gt;Use a supported PHP version for the best ongoing support&lt;/h3&gt;
&lt;p&gt;Maintenance minor releases for Drupal 10 will keep adding support for newer PHP versions as they are released. The minimum supported PHP version for Drupal core follows the PHP core team&#039;s support cycle. (Reference: &lt;a href=&quot;https://www.drupal.org/docs/getting-started/system-requirements/php-requirements#s-what-does-it-mean-for-a-php-version-to-be-supported-what-does-it-mean-for-the-php-installation-to-be-too-old&quot; rel=&quot;nofollow&quot;&gt;What does it mean for a PHP version to be supported?&lt;/a&gt;)&lt;/p&gt;
&lt;p&gt;Site owners wishing to take advantage of Drupal 10&#039;s long-term support phase should ensure their platforms always use PHP versions supported by the PHP maintainers.&lt;/p&gt;
&lt;p&gt;&lt;em&gt;Announcement written in collaboration by Dave Long, Jess (xjm), Nathaniel Catchpole and Victoria Spagnolo.&lt;/em&gt;&lt;/p&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;</description>
 <pubDate>Wed, 22 Nov 2023 07:13:55 +0000</pubDate>
 <dc:creator>gábor hojtsy</dc:creator>
 <guid isPermaLink="false">3403229 at https://www.drupal.org</guid>
 <comments>https://www.drupal.org/blog/drupal-10-will-be-supported-until-the-release-of-drupal-12-in-mid-late-2026#comments</comments>
</item>
<item>
 <title>Drupal 9 is end of life</title>
 <link>https://www.drupal.org/about/announcements/blog/drupal-9-is-end-of-life</link>
 <description>&lt;div class=&quot;field field-name-body field-type-text-with-summary field-label-hidden&quot;&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;&lt;h2&gt;Drupal 9 is end of life as of November 1st, 2023&lt;/h2&gt;
&lt;p&gt;Drupal 9 relies on several other software projects, including Symfony, CKEditor, and Twig. With Symfony 4&#039;s end of life, CKEditor 4&#039;s end of life, and Twig 2&#039;s end of life all coming up soon, Drupal 9 went end of life on November 1st, 2023. There will be no further releases of Drupal 9.&lt;/p&gt;
&lt;p&gt;Two changes for Drupal contributed projects will occur before the end of January 2024. One is that the automated testing platform DrupalCI support for Drupal 9 will stop. The other is that release branches of contributed projects that only support Drupal 9 will be marked unsupported (see the &lt;a href=&quot;https://www.drupal.org/project/drupalorg/issues/3398253&quot; rel=&quot;nofollow&quot;&gt;tracking issue for details&lt;/a&gt;).&lt;/p&gt;
&lt;p&gt;Thanks to everyone who helped create and maintain Drupal 9.&lt;/p&gt;
&lt;h2&gt;It is time to update to Drupal 10 compatible releases&lt;/h2&gt;
&lt;h3&gt;If you are a site owner&lt;/h3&gt;
&lt;p&gt;Check the documentation on &lt;a href=&quot;https://www.drupal.org/docs/upgrading-drupal/upgrading-from-drupal-8-or-later/upgrading-from-drupal-9-to-drupal-10/overview&quot; rel=&quot;nofollow&quot;&gt;updating a site to Drupal 10&lt;/a&gt;.&lt;/p&gt;
&lt;h3&gt;If you maintain contributed projects&lt;/h3&gt;
&lt;p&gt;If a contributed project is not yet compatible with Drupal 10, now is a good time to update it. Check for existing Drupal 10 compatibility issues relevant for your projects.&lt;/p&gt;
&lt;p&gt;If your project is already compatible with Drupal 10 but does not yet have a stable release, please tag a release, once you are confident in your project&#039;s stability. Where possible, tag a minor release supporting both Drupal 9 and 10 to ensure users have a smooth upgrade path.&lt;/p&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;</description>
 <pubDate>Wed, 01 Nov 2023 19:09:06 +0000</pubDate>
 <dc:creator>hestenet</dc:creator>
 <guid isPermaLink="false">3398477 at https://www.drupal.org</guid>
 <comments>https://www.drupal.org/about/announcements/blog/drupal-9-is-end-of-life#comments</comments>
</item>
<item>
 <title>The Drupal Association Announces 2023 Board Election Winner and 3 Additional New Board Members</title>
 <link>https://www.drupal.org/association/blog/the-drupal-association-announces-2023-board-election-winner-and-3-additional-new-board-members</link>
 <description>&lt;div class=&quot;field field-name-body field-type-text-with-summary field-label-hidden&quot;&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;&lt;p&gt;The Drupal Association is saying goodbye to three board members and welcoming four new members who will join the Drupal Association Board.&lt;/p&gt;
&lt;p&gt;First off, the Drupal Association extends a sincere thank you to &lt;a href=&quot;https://www.drupal.org/u/mherchel&quot; rel=&quot;nofollow&quot;&gt;Mike Herchel&lt;/a&gt;, &lt;a href=&quot;https://www.drupal.org/u/rszrama&quot; rel=&quot;nofollow&quot;&gt;Ryan Szrama&lt;/a&gt;, and Board Chair &lt;a href=&quot;https://www.drupal.org/u/baddysonja&quot; rel=&quot;nofollow&quot;&gt;Baddý Sonja Breidert&lt;/a&gt; for their service and dedication not only to Drupal but to the Drupal community. Thank you for everything you have done while on the Drupal Association Board! Your time spent on the board made such a difference to the future of the Drupal project, and we thank you all for participating with grace, thoughtfulness, and insightful contributions.&lt;/p&gt;
&lt;p&gt;We are also excited to announce that Baddý will continue as a non-voting Immediate Past Chair on the Executive Committee for one year.&lt;/p&gt;
&lt;p&gt;The Drupal Association would now like to congratulate our newest board members, officially announced during the recent public board meeting at DrupalCon Lille:&lt;/p&gt;

&lt;p&gt;&lt;img alt=&quot;Imre Gmelig Meijling&#039;s headshot&quot; height=&quot;181&quot; src=&quot;/files/IMG_20220301_142459_0.jpg&quot; width=&quot;135&quot; /&gt;&lt;br /&gt;
&lt;a href=&quot;https://www.drupal.org/u/imre-gmelig-meijling&quot; rel=&quot;nofollow&quot;&gt;Imre Gmelig Meijling&lt;/a&gt;&lt;br /&gt;
&lt;/p&gt;

&lt;p&gt;&lt;img alt=&quot;Lenny Moskalyk&#039;s headshot&quot; height=&quot;139&quot; src=&quot;/files/1692131997973.jpeg&quot; width=&quot;139&quot; /&gt;&lt;br /&gt;
&lt;a href=&quot;https://www.drupal.org/u/lenny-moskalyk&quot; rel=&quot;nofollow&quot;&gt;Lenny Moskalyk&lt;/a&gt;&lt;br /&gt;
&lt;/p&gt;

&lt;p&gt;&lt;img alt=&quot;Piyush Poddar&#039;s image&quot; height=&quot;139&quot; src=&quot;/files/1652723445693.jpg&quot; width=&quot;139&quot; /&gt;&lt;br /&gt;
&lt;a href=&quot;https://www.drupal.org/u/piyushpoddar&quot; rel=&quot;nofollow&quot;&gt;Piyush Poddar&lt;/a&gt;&lt;br /&gt;
&lt;/p&gt;

&lt;p&gt;&lt;img alt=&quot;Fei Lauren&#039;s headshot&quot; height=&quot;187&quot; src=&quot;/files/Screen%20Shot%202023-05-29%20at%202.19.44%20PM_0.png&quot; width=&quot;141&quot; /&gt;&lt;br /&gt;
&lt;a href=&quot;https://www.drupal.org/u/feilauren&quot; rel=&quot;nofollow&quot;&gt;Fei Lauren&lt;/a&gt;&lt;br /&gt;
&lt;/p&gt;
&lt;p&gt;An additional congratulations to &lt;a href=&quot;https://www.drupal.org/u/feilauren&quot; rel=&quot;nofollow&quot;&gt;Fei Lauren&lt;/a&gt; for winning the community-elected seat during our 2023 At-Large Board Election! We cannot wait to see what amazing things Fei will accomplish while on the Drupal Association Board. We invite you to get to know Fei and &lt;a href=&quot;https://www.drupal.org/association/blog/board-election-2023-candidate-fei-lauren&quot; rel=&quot;nofollow&quot;&gt;learn more about their background in our ‘Meet Fei Lauren’ blog post&lt;/a&gt;. &lt;/p&gt;
&lt;blockquote&gt;&lt;p&gt;I am deeply honoured to have the support of so many brilliant people - and I can’t wait to see what we can accomplish together.&quot; &lt;em&gt;- Fei Lauren&lt;/em&gt;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;We extend our gratitude to all the candidates who participated in the 2023 election. On behalf of all the staff and board of the Drupal Association, a heartfelt Drupal Thanks to all of you who stood for the election this year. It truly is a big commitment to contribution, the Drupal Association, and to the community, and we are so grateful for all of your voices. Thank you for your willingness to serve, and we hope you’ll consider participating again in 2023!&lt;/p&gt;
&lt;h2&gt;Detailed Voting Results&lt;/h2&gt;
&lt;p&gt;There were 10 candidates in this year’s At-Large board member election.&lt;/p&gt;
&lt;p&gt;477 voters cast their ballots out of a pool of 2,873 eligible voters.&lt;/p&gt;
&lt;p&gt;Under Approval Voting, each voter can give a vote to one or more candidates. The final total of votes was as follows:&lt;/p&gt;
&lt;table&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;&lt;strong&gt;Candidate&lt;/strong&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;strong&gt;Votes&lt;/strong&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;Fei Lauren&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;156&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;Matthew Saunders&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;144&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;Mark Dorison&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;126&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;Vladimir Roudakov&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;113&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;John Doyle&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;107&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;Ashraf Abed&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;104&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;Carlos Ospina&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;101&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;Esaya Jokonya&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;86&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;Stephen Mustgrave&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;85&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;Brad Jones&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;77&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;</description>
 <pubDate>Thu, 19 Oct 2023 10:05:54 +0000</pubDate>
 <dc:creator>Drupal Association</dc:creator>
 <guid isPermaLink="false">3395172 at https://www.drupal.org</guid>
 <comments>https://www.drupal.org/association/blog/the-drupal-association-announces-2023-board-election-winner-and-3-additional-new-board-members#comments</comments>
</item>
<item>
 <title>Drupal 7 End of Life Officially Announced for 5 January 2025</title>
 <link>https://www.drupal.org/association/blog/drupal-7-end-of-life-officially-announced-for-5-january-2025</link>
 <description>&lt;div class=&quot;field field-name-body field-type-text-with-summary field-label-hidden&quot;&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;&lt;p&gt;The Drupal project has announced that Drupal 7 will officially reach its End of Life on &lt;strong&gt;5 January 2025&lt;/strong&gt;. This date marks the 14-year anniversary since Drupal 7 was released on 5 January 2011. This will be the final extension of support for Drupal 7, meaning that after this date, if your site still runs on Drupal 7 it may become more susceptible to security vulnerabilities if no action is taken. Thus, it is recommended to migrate your site as soon as possible.&lt;/p&gt;
&lt;p&gt;In order to assist Drupal 7 site owners in migrating their sites, we have established a &lt;a href=&quot;https://www.drupal.org/about/drupal-7/d7eol/partners&quot; rel=&quot;nofollow&quot;&gt;resource center&lt;/a&gt; and encourages all site owners, support teams, and contractors to &lt;a href=&quot;https://www.drupal.org/about/drupal-7/d7eol/partners&quot; rel=&quot;nofollow&quot;&gt;visit the site to learn about transition options. &lt;/a&gt;We’re here to support you in your Drupal 7 site migration!&lt;/p&gt;
&lt;blockquote&gt;&lt;p&gt;The Drupal Association is working to get the word out to Drupal 7 site owners that support will be ending and to provide them with reliable information to make plans to transition their sites,” commented Tim Doyle, CEO of the Drupal Association, “Drupal 7 site owners have options, from graduating to Drupal 10 or looking at other open source CMS that might be more appropriate given their goals for their site.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;h2&gt;Upgrade to Drupal 10 or migrate to another CMS&lt;/h2&gt;
&lt;p&gt;If you are still maintaining a Drupal 7 site – now is the time to begin your migration plan from Drupal 7! &lt;a href=&quot;https://www.drupal.org/about/drupal-7/d7eol/partners&quot; rel=&quot;nofollow&quot;&gt;The Drupal 7 End of Life page will be continuously updated&lt;/a&gt; with new resources as End of Life approaches, such as how to migrate and a list of migration partners.&lt;/p&gt;
&lt;p&gt;For more technical information, &lt;a href=&quot;https://www.drupal.org/psa-2023-06-07&quot; rel=&quot;nofollow&quot;&gt;refer to the Drupal 7 Security Advisory post&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Ongoing assistance is achievable due to the dedicated efforts of Drupal core maintainers, the Drupal Security Team, as well as the contributions from organizations and volunteers addressing Drupal 7 concerns. You can support the work of the Drupal Security Team by donating on their &lt;a href=&quot;https://donorbox.org/drupal-security&quot; rel=&quot;nofollow&quot;&gt;Security Team Donations&lt;/a&gt; page. Your support is valuable!&lt;/p&gt;
&lt;p&gt;Stay tuned for even more resources that will help you during your migration process. We are confident that this resource page will make your Drupal 7 migration experience a breeze! &lt;a href=&quot;https://www.drupal.org/about/drupal-7/d7eol/partners&quot; rel=&quot;nofollow&quot;&gt;Begin your migration journey now.&lt;/a&gt;&lt;/p&gt;
&lt;h2&gt;Introducing the Drupal Association migration partners program&lt;/h2&gt;
&lt;p&gt;The Drupal Association is working to certify migration partners to help Drupal 7 site owners.&lt;/p&gt;
&lt;p&gt;Certified Migration Partners will be promoted on Drupal.org, alongside a migration resource library, to any end users looking for help. &lt;a href=&quot;https://www.drupal.org/about/drupal-7/d7eol/partners&quot; rel=&quot;nofollow&quot;&gt;Learn more about the Drupal 7 Certified Migration Partners program&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Follow us on &lt;a href=&quot;https://twitter.com/drupalassoc&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;Twitter&lt;/a&gt;, &lt;a href=&quot;https://www.linkedin.com/company/drupal-association&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;LinkedIn&lt;/a&gt;, and &lt;a href=&quot;https://www.instagram.com/drupalassociation&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;Instagram&lt;/a&gt; to also stay up to date on the latest Drupal 7 End of Life news.&lt;/p&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;</description>
 <pubDate>Mon, 14 Aug 2023 10:36:46 +0000</pubDate>
 <dc:creator>Drupal Association</dc:creator>
 <guid isPermaLink="false">3380989 at https://www.drupal.org</guid>
 <comments>https://www.drupal.org/association/blog/drupal-7-end-of-life-officially-announced-for-5-january-2025#comments</comments>
</item>
<item>
 <title>Roadmap for Drupal 10.2, 10.3, and beyond</title>
 <link>https://www.drupal.org/about/core/blog/roadmap-for-drupal-102-103-and-beyond</link>
 <description>&lt;div class=&quot;field field-name-body field-type-text-with-summary field-label-hidden&quot;&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;&lt;p&gt;Dries talked about our &lt;a href=&quot;https://dri.es/drupal-is-for-ambitious-site-builders&quot;&gt;vision&lt;/a&gt; and &lt;a href=&quot;https://dri.es/a-plan-for-drupal-11&quot;&gt;strategy&lt;/a&gt; for Drupal 11 in DrupalCon Portland 2022. The vision Dries laid out was that we want to make &lt;em&gt;Drupal&lt;/em&gt; the tool of choice for ambitious site builders on the open web. In order for us to accomplish this goal, we believe that Drupal needs to provide:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Easy-to-use tools that guide site builders on the right path&lt;/li&gt;
&lt;li&gt;Site building tools for providing an enjoyable experience for content editors&lt;/li&gt;
&lt;li&gt;An inexpensive, easy, and secure way to maintain digital experiences over time&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;New features will be built in the current major version of Drupal. This means that components of this plan will be released gradually in Drupal core minor releases, not in a big bang with Drupal 11.&lt;/p&gt;
&lt;h2&gt;Ongoing efforts&lt;/h2&gt;
&lt;p&gt;We have several ongoing initiatives, but we are doubling down our efforts on these three tracks:&lt;/p&gt;
&lt;h3&gt;Reduce the time it takes for site builders to become proficient with Drupal&lt;/h3&gt;
&lt;p&gt;Drupal is the most powerful digital experience platform when it is well-configured. We want more people to be able to leverage the power of Drupal. Therefore, our goal is to reduce the time and steps it takes to realize the full potential of Drupal.&lt;/p&gt;
&lt;p&gt;We are working on:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;//www.drupal.org/about/core/strategic-initiatives/project-browser&quot;&gt;A simplified way to assess and install modules with the Project Browser&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;//www.drupal.org/about/core/strategic-initiatives-distributions-and-recipes&quot;&gt;Tooling to deliver Drupal starter kits without locking sites into specific distributions&lt;/a&gt; (known as &#039;Recipes&#039;)&lt;/li&gt;
&lt;li&gt;Improvements to the user experience for Drupal&#039;s administrative user interface, including &lt;a href=&quot;//www.drupal.org/project/drupal/issues/3346539&quot;&gt;content modeling enhancements (Field UI)&lt;/a&gt; and &lt;a href=&quot;//www.drupal.org/project/ideas/issues/3364258&quot;&gt;administrative navigation&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h3&gt;Empower site builders to deliver engaging editorial experiences&lt;/h3&gt;
&lt;p&gt;Our goal is to make it easier for site builders to meet the requirements of content editors, who are accustomed to using flexible and easy-to-navigate tools. We will also evolve Drupal into the top choice for ambitious site builders and content creators who need advanced layout or landing page building features.&lt;/p&gt;
&lt;p&gt;We are working on:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;//www.drupal.org/project/drupal/issues/3361359&quot;&gt;Improvements to Layout Builder that makes creating and editing pages easier&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.drupal.org/project/ideas/issues/3375371&quot;&gt;A modernized page building experience that combines the strengths of structured content with modern page building tools&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h3&gt;Reduce the cost of keeping Drupal applications secure&lt;/h3&gt;
&lt;p&gt;Keeping Drupal 10 sites up-to-date can be labor-intensive and require specialized knowledge to assess security releases and potential regressions caused by updates. Our commitment is to make the upkeep of Drupal and its modules less complex, risk-free, and affordable.&lt;/p&gt;
&lt;p&gt;We are working on:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;//www.drupal.org/about/core/strategic-initiatives/automatic-updates&quot;&gt;Automatic application of security and patch updates for core and contributed modules via an &#039;Automatic Updates&#039; feature&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.drupal.org/project/ideas/issues/3375370&quot;&gt;Improvements to our contributed module tooling, processes and documentation to address known friction points that site administrators are facing in the update process&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Moreover, we recognize that a significant number of Drupal sites are still on Drupal 7. The upgrade to Drupal 10 can be labor-intensive and requires specialized expertise.&lt;/p&gt;
&lt;p&gt;We are working on:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://www.drupal.org/community-initiatives/drupal-7-soft-landing-initiative&quot;&gt;Documentation and tooling to make migrating from Drupal 7 easier&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;Let&#039;s build together!&lt;/h2&gt;
&lt;p&gt;We are excited about the road ahead as we are making Drupal the tool of choice for ambitious site builders on the open web. We invite you to join us on this journey, where your expertise, insights, and contributions are invaluable in shaping the future of Drupal.&lt;/p&gt;
&lt;p&gt;&lt;em&gt;Thank you to Gábor Hojtsy, catch, xjm, yoroy, Dries, and effulgentsia for their feedback on this post.&lt;/em&gt;&lt;/p&gt;
&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;</description>
 <pubDate>Wed, 19 Jul 2023 04:31:15 +0000</pubDate>
 <dc:creator>lauriii</dc:creator>
 <guid isPermaLink="false">3375408 at https://www.drupal.org</guid>
 <comments>https://www.drupal.org/about/core/blog/roadmap-for-drupal-102-103-and-beyond#comments</comments>
</item>
<item>
 <title>GitLab CI is now enabled for every project hosted on Drupal.org</title>
 <link>https://www.drupal.org/association/blog/gitlab-ci-is-now-enabled-for-every-project-hosted-on-drupalorg</link>
 <description>&lt;div class=&quot;field field-name-body field-type-text-with-summary field-label-hidden&quot;&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;&lt;p&gt;Did you miss our announcement at DrupalCon Pittsburgh? GitLab CI is now available for every project on Drupal.org. If you maintain a project you can now configure GitLab CI for all of your testing needs. &lt;/p&gt;
&lt;p&gt;&lt;iframe allow=&quot;accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share&quot; allowfullscreen=&quot;&quot; frameborder=&quot;0&quot; height=&quot;315&quot; src=&quot;https://www.youtube.com/embed/RSM4p9rultQ?start=1651&quot; title=&quot;YouTube video player&quot; width=&quot;560&quot;&gt;&lt;/iframe&gt;&lt;/p&gt;
&lt;p&gt;The Drupal Association and community contributors have created a default testing template that will help you get started, and should be automatically kept up to date with new versions of Drupal Core and its system requirements. But if you&#039;re a CI power user, you can customize the testing in any way you please.&lt;/p&gt;
&lt;p&gt;In the short term, DrupalCI is still available so you can use the systems in parallel to make sure your GitLabCI setup is working for your project. But once it is working, we ask you to disable DrupalCI testing on your project to save testing resources. &lt;/p&gt;
&lt;p&gt;Please read the &lt;a href=&quot;https://www.drupal.org/docs/develop/git/using-gitlab-to-contribute-to-drupal/gitlab-ci&quot;&gt;documentation for getting started with GitLab CI&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;The Drupal Association spends more than $10,000/month on testing infrastructure alone. If you would like to support our work you can &lt;a href=&quot;/association/donate&quot;&gt;donate&lt;/a&gt;, become a &lt;a href=&quot;/association/individual-membership&quot;&gt;member&lt;/a&gt;, or &lt;a href=&quot;/association/programs&quot;&gt;become a partner&lt;/a&gt;.&lt;/p&gt;
&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;</description>
 <pubDate>Thu, 13 Jul 2023 22:28:44 +0000</pubDate>
 <dc:creator>hestenet</dc:creator>
 <guid isPermaLink="false">3374527 at https://www.drupal.org</guid>
 <comments>https://www.drupal.org/association/blog/gitlab-ci-is-now-enabled-for-every-project-hosted-on-drupalorg#comments</comments>
</item>
<item>
 <title>Drupal 10.1 is now available</title>
 <link>https://www.drupal.org/blog/drupal-10-1-0</link>
 <description>&lt;div class=&quot;field field-name-body field-type-text-with-summary field-label-hidden&quot;&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;&lt;h2&gt;What&#039;s new in Drupal 10.1?&lt;/h2&gt;
&lt;p&gt;This first feature release of Drupal 10 is packed with amazing improvements! It makes customizing the look of your site easier, adds support for decoupled navigation, improves content modeling and editing, block management, performance and many more.&lt;/p&gt;
&lt;h3&gt;Customizing the look of Drupal is now easier&lt;/h3&gt;
&lt;p&gt;Creating UI components with Drupal is easier and more enjoyable with the new experimental Single Directory Components module. The module bundles template, style, and JavaScript files together as components.&lt;/p&gt;
&lt;p&gt;Twig template debugging and render caching settings are now exposed on an easy to use admin page. Plus the new add_class and set_attribute Twig filters were introduced to make markup manipulation easier.&lt;/p&gt;
&lt;h3&gt;Decoupled navigation gets dedicated support&lt;/h3&gt;
&lt;p&gt;Drupal is widely used as a building block in fully integrated decoupled applications. To make this even easier Drupal 10.1.0 has new APIs for retrieving menus configured in Drupal using the Linkset standard. This makes it easy for developers to provide non-developers the option to manage their menus!&lt;/p&gt;
&lt;h3&gt;Content editing made easier&lt;/h3&gt;
&lt;p&gt;Drupal 10.1 comes with various CKEditor improvements &lt;a href=&quot;https://ckeditor.com/docs/ckeditor5/latest/features/autoformat.html&quot; rel=&quot;nofollow&quot;&gt;including an autoformat feature&lt;/a&gt; that recognizes when you are typing a list or a header and automatically formats it accordingly.&lt;/p&gt;

&lt;p&gt;&lt;img alt=&quot;CKEditor 5 automatic formatting&quot; height=&quot;546&quot; src=&quot;/files/CKEditorFormatting.gif&quot; width=&quot;960&quot; /&gt;&lt;br /&gt;
&lt;em&gt;CKEditor 5 automatic formatting&lt;/em&gt;&lt;br /&gt;
&lt;/p&gt;
&lt;p&gt;For source code examples, the available language options are now customizable in the editor configuration.&lt;/p&gt;
&lt;h3&gt;Content modeling and management streamlined&lt;/h3&gt;
&lt;p&gt;Drupal 10.1 revamps the user interface to reuse existing fields to help site builders with making informed decisions when creating content models. When reusing an existing field, the field settings are now copied from the pre-existing field settings.&lt;/p&gt;

&lt;p&gt;&lt;img alt=&quot;New field reuse interaction&quot; height=&quot;1468&quot; src=&quot;/files/ReuseField.gif&quot; width=&quot;1964&quot; /&gt;&lt;br /&gt;
&lt;em&gt;Improved field reuse experience&lt;/em&gt;&lt;br /&gt;
&lt;/p&gt;
&lt;p&gt;Text fields can now enforce a specific text format, making the user interface for content editors simpler.&lt;/p&gt;
&lt;p&gt;Bulk operation forms now use a floating action bar to reduce the amount of space used when not needed, while still enabling an easy application of actions on multiple selected content items without the need to scroll.&lt;/p&gt;

&lt;p&gt;&lt;img alt=&quot;Bulk operations now use a floating action bar&quot; height=&quot;1142&quot; src=&quot;/files/BulkOperations.png&quot; width=&quot;1688&quot; /&gt;&lt;br /&gt;
&lt;em&gt;New floating bulk operations bar at the bottom&lt;/em&gt;&lt;br /&gt;
&lt;/p&gt;
&lt;p&gt;A unified entity revision editing experience was added. This makes prior versions of content easier to manage regardless of whether they are in content blocks or nodes or other entities. This also makes it easy for developers to provide an experience that is inline with Drupal core for managing revisions in custom entity types.&lt;/p&gt;
&lt;h3&gt;Block and page management made more flexible&lt;/h3&gt;
&lt;p&gt;From Drupal 10.1, you can now create custom blocks directly under Structure in the administrative interface. More granular permissions allow granting block management per type and revisions to block content can be reviewed and rolled back.&lt;/p&gt;
&lt;p&gt;Adding administrative listings is now easier with a new option in Views to allow creating pages that use the administration theme regardless of their path.&lt;/p&gt;
&lt;h3&gt;Faster real and perceived page performance&lt;/h3&gt;
&lt;p&gt;BigPipe is a feature in Drupal that allows browsers to load some dynamic parts of the page after an initial page is loaded, which helps users receive information faster. From Drupal 10.1 BigPipe supports serving interface previews for delayed content, which makes the user experience much smoother with less page reflows.&lt;/p&gt;

&lt;p&gt;&lt;img alt=&quot;BigPipe with a placeholder implementation for comments&quot; height=&quot;615&quot; src=&quot;/files/bigpipe-olivero.gif&quot; width=&quot;832&quot; /&gt;&lt;br /&gt;
&lt;em&gt;BigPipe with a comment placeholder element reduces page reflows&lt;/em&gt;&lt;br /&gt;
&lt;/p&gt;
&lt;p&gt;Responsive images can now be lazy loaded with properly set width and height values for accuracy and oEmbed content can also be configured to be lazy loaded, not holding up the initial page load.&lt;/p&gt;
&lt;p&gt;HTML pages and AJAX responses can now be served before dynamically processed JavaScript and CSS assets have been generated, leading to faster time to first byte on cache misses. JavaScript is minified on the fly out of the box reducing file sizes significantly, something which used to require build steps or contributed modules.&lt;/p&gt;
&lt;p&gt;The request type used for making AJAX requests can be configured allowing certain dynamic requests to be cached using render and edge caching capabilities, enabling faster response times. Views AJAX pagers and filters are now utilizing this feature out of the box.&lt;/p&gt;
&lt;p&gt;An elapsed time formatter was added that calculates the duration on the frontend and can be fully cached, significantly improving accuracy for end users as well as cache hit rates.&lt;/p&gt;
&lt;h3&gt;Project announcements available on your Drupal site&lt;/h3&gt;
&lt;p&gt;A new experimental Announcements module was added to Drupal core. This allows site administrators to get important announcements from the Drupal project on their Drupal site.&lt;/p&gt;
&lt;h3&gt;Automated accessibility testing added to core&lt;/h3&gt;
&lt;p&gt;Drupal Nightwatch tests now include Axe Core accessibility scans. These scans check common pages and forms to help make sure core does not regress our accessibility achievements.&lt;/p&gt;
&lt;h3&gt;Core committer team expanded&lt;/h3&gt;
&lt;p&gt;Since the release of Drupal 10.0, many changes have happened in the core committer team. While we said goodbye to product manager Angela Byron from the team, Lauri Eskola became a new product manager. Ben Mullins was promoted to full frontend framework manager and full accessibility topic maintainer. Theodore Biadala and Sally Young became full JavaScript package committers and provisional frontend framework managers. Victoria Spagnolo was promoted to full release manager.&lt;/p&gt;
&lt;h3&gt;Drupal is now officially a Digital Public Good&lt;/h3&gt;
&lt;p&gt;Drupal 10.1 is also the first feature release since Drupal was approved as a Digital Public Good (DPG) by the &lt;a href=&quot;https://digitalpublicgoods.net/&quot; rel=&quot;nofollow&quot;&gt;Digital Public Good Alliance (DPGA)&lt;/a&gt;. The goal of the DPGA is to promote Digital Public Goods in order to create a more equitable world and help attain the United Nation’s Sustainable Development Goals. DPGs represent an opportunity to enable countries to access cutting edge features, drive their own digital transformation processes, and grow their local ecosystems. As open source solutions, DPGs can be the basis for community building, knowledge sharing, and joint approaches.&lt;/p&gt;
&lt;h3&gt;More technical information&lt;/h3&gt;
&lt;p&gt;&lt;a href=&quot;https://www.drupal.org/project/drupal/releases/10.1.0&quot; rel=&quot;nofollow&quot;&gt;For those updating to Drupal 10.1, further technical information is available in the release notes.&lt;/a&gt;&lt;/p&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;</description>
 <pubDate>Thu, 22 Jun 2023 09:11:30 +0000</pubDate>
 <dc:creator>gábor hojtsy</dc:creator>
 <guid isPermaLink="false">3368367 at https://www.drupal.org</guid>
 <comments>https://www.drupal.org/blog/drupal-10-1-0#comments</comments>
</item>
<item>
 <title>Introducing the Updated Drupal Community Code of Conduct</title>
 <link>https://www.drupal.org/community/blog/introducing-the-updated-drupal-community-code-of-conduct</link>
 <description>&lt;div class=&quot;field field-name-body field-type-text-with-summary field-label-hidden&quot;&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;&lt;p&gt;The &lt;a href=&quot;https://www.drupal.org/community/cwg&quot; rel=&quot;nofollow&quot;&gt;Drupal Community Working Group&lt;/a&gt; (CWG) is excited to announce the release of an updated &lt;a href=&quot;https://www.drupal.org/dcoc&quot; rel=&quot;nofollow&quot;&gt;Code of Conduct&lt;/a&gt; for the Drupal community. It will take effect on July 1, 2023. &lt;/p&gt;
&lt;p&gt;This new version is designed to reflect the growth of the Drupal community since the &lt;a href=&quot;https://www.drupal.org/node/3371429&quot; rel=&quot;nofollow&quot;&gt;original Code of Conduct&lt;/a&gt; was adopted in 2010 and to help foster a safer, more inclusive, and harassment-free environment for everyone. While it retains the same basic structure as the previous document, much of the text was rewritten to make it easier to read. It also includes new elements inspired by other widely-used open source codes of conduct.&lt;/p&gt;
&lt;p&gt;Some of the highlights of the &lt;a href=&quot;https://www.drupal.org/dcoc&quot; rel=&quot;nofollow&quot;&gt;updated Code of Conduct&lt;/a&gt; include:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Improved Readability: &lt;/strong&gt;The new document has shorter sentences and paragraphs than the previous version, making it easier to read and comprehend. It is also written in a less formal tone.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Increased Clarity: &lt;/strong&gt;The updated version includes more detail about where the Code of Conduct applies and the consequences of violating it. It emphasizes the shared responsibility of maintaining a welcoming community.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;More Specificity:&lt;/strong&gt; Examples of positive and unacceptable behaviors have been added to each section to help community members better understand the expectations and guidelines for their conduct within the Drupal community&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Inclusivity and Diversity:&lt;/strong&gt; The updated Code of Conduct places a stronger emphasis on fostering an inclusive and diverse environment for people of all backgrounds and identities, and is more consistent with Drupal’s &lt;a href=&quot;https://www.drupal.org/about/values-and-principles&quot; rel=&quot;nofollow&quot;&gt;Values and Principles&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;More Actionable:&lt;/strong&gt; Instructions for reporting Code of Conduct violations are now broken out in an alert box to make them easier for people to find.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;The process of updating the Code of Conduct began in earnest in the summer of 2022, building upon community feedback gathered by the CWG since 2017. It was spearheaded by a subgroup of the CWG’s Community Health Team, who gathered feedback and shared drafts with a diverse group of stakeholders across our global community. A draft was then &lt;a href=&quot;https://www.drupal.org/community/blog/we-want-your-feedback-on-an-updated-drupal-code-of-conduct&quot; rel=&quot;nofollow&quot;&gt;shared publicly&lt;/a&gt; with the community for additional feedback and revision. Finally, the document was reviewed and approved by the CWG’s Conflict Resolution Team and Review Panel. Additional details about the process was shared at the “&lt;a href=&quot;https://youtu.be/5tqrXLd5qPk&quot; rel=&quot;nofollow&quot;&gt;How We Updated the Drupal Code of Conduct&lt;/a&gt;” session at the DrupalCon Pittsburgh Community Summit.&lt;/p&gt;
&lt;p&gt;We would like to express our gratitude to everyone who contributed to the development of the updated Code of Conduct. Your input and dedication have been invaluable in creating a more inclusive and welcoming environment for all community members.&lt;/p&gt;
&lt;p&gt;We encourage all community members to read and familiarize themselves with the &lt;a href=&quot;https://www.drupal.org/dcoc&quot; rel=&quot;nofollow&quot;&gt;updated Code of Conduct&lt;/a&gt;. Drupal.org users will also be alerted to the new language when it goes into effect July 1.&lt;/p&gt;
&lt;p&gt;If you have any questions or concerns, please do not hesitate to file an issue in the CWG’s &lt;a href=&quot;https://www.drupal.org/project/issues/drupal_cwg&quot; rel=&quot;nofollow&quot;&gt;issue queue&lt;/a&gt;. If you would prefer to reach out privately, you can also send an email to &lt;a href=&quot;mailto:drupal-cwg@drupal.org&quot; rel=&quot;nofollow&quot;&gt;drupal-cwg@drupal.org&lt;/a&gt;. Your feedback is always welcome as we continue to improve and adapt our Code of Conduct to the evolving needs of our community.&lt;/p&gt;
&lt;p&gt;Thank you for being a part of the Drupal community, and for your commitment to making it a welcoming and inclusive place for everyone.&lt;br /&gt;
 &lt;/p&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;</description>
 <pubDate>Wed, 31 May 2023 02:30:13 +0000</pubDate>
 <dc:creator>gdemet</dc:creator>
 <guid isPermaLink="false">3363709 at https://www.drupal.org</guid>
 <comments>https://www.drupal.org/community/blog/introducing-the-updated-drupal-community-code-of-conduct#comments</comments>
</item>
<item>
 <title>Drupal 10.0.0 is available</title>
 <link>https://www.drupal.org/blog/drupal-10-0-0</link>
 <description>&lt;div class=&quot;field field-name-body field-type-text-with-summary field-label-hidden&quot;&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;&lt;p&gt;Thanks to 2129 contributors from 616 organizations resolving 4083 issues in the past two and a half years, Drupal 10.0.0 is available today! This new version sets Drupal up for continued stability and security for the longer term. All new features will be added to Drupal 10 going forward.&lt;/p&gt;
&lt;h2&gt;What’s new in Drupal 10.0.0?&lt;/h2&gt;
&lt;h3&gt;Better looking on the frontend and backend&lt;/h3&gt;
&lt;p&gt;The new Olivero theme provides a modern look and feel. Olivero includes built-in support for multi-level menus and listings in responsive grids. The new administration theme, Claro, provides an accessible, clean interface for site management. The prior default themes Bartik and Seven are available as contributed projects if you wish to use them.&lt;/p&gt;
&lt;p&gt;&lt;img alt=&quot;Screenshots of Olivero and Claro overlayed&quot; src=&quot;/files/OliveroClaro.png&quot; /&gt;&lt;/p&gt;
&lt;h3&gt;CKEditor 5 is the new content editor&lt;/h3&gt;
&lt;p&gt;With CKEditor 4 reaching end of life at the end of 2023, it was time to upgrade. Thanks to a fantastic collaboration with its developers, Drupal 10 comes with CKEditor 5 built-in. The new version brings a modern editing experience with in-place controls and support for arbitrary input and output formats. Optional premium features are also available, such as live collaborative editing. An upgrade path is provided to move editor settings over and developer tools are available to help port any custom integrations. &lt;a href=&quot;https://ckeditor.com/blog/drupal-and-ckeditor-taking-content-editing-to-the-next-level/&quot; rel=&quot;nofollow&quot;&gt;Read more in CKSource&#039;s very extensive blog post.&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;For now, CKEditor 4 is also available as a contributed project, so you can continue using that for Drupal 10 for now until its end of support.&lt;/p&gt;
&lt;p&gt;&lt;img alt=&quot;CKEditor 5 feature highlights&quot; src=&quot;/files/ckeditor-5-features.jpeg&quot; /&gt;&lt;/p&gt;
&lt;h3&gt;Internet Explorer support is removed&lt;/h3&gt;
&lt;p&gt;Microsoft has ended support for Internet Explorer and so has Drupal. This allows Drupal themes to use modern solutions for user facing problems.&lt;/p&gt;
&lt;h3&gt;Responsive grids in views&lt;/h3&gt;
&lt;p&gt;Views now supports a responsive grid display format. Instead of specifying the number of columns, and screen widths, users specify the maximum number of columns, the minimum grid cell width and the gutter spacing. When the grid cells resize to a point where they’re below the minimum width, the grid will reflow to have less columns. Alternatively, the grid will expand to fit in as many columns as permitted, while keeping the grid width above the minimum value. Dropping Internet Explorer 11 support enabled the addition of this feature.&lt;/p&gt;
&lt;h3&gt;Starterkit theme generation tool&lt;/h3&gt;
&lt;p&gt;Drupal 10 introduces a new command line tool to generate a standalone theme from a compatible base theme. We recommend using the tool to prevent breaking a sub-theme when the base theme changes. Runtime theme extension is still supported, but only advised if you have full control of the base theme (e.g. by creating it with the starterkit command).&lt;/p&gt;
&lt;h3&gt;Requires Symfony 6.2 and PHP 8.1&lt;/h3&gt;
&lt;p&gt;Drupal 10.0 depends on the Symfony 6.2 framework, and later Drupal 10 minor versions will be updated to future minor versions of Symfony 6. This sets Drupal up with the latest version of the underlying platform.&lt;/p&gt;
&lt;p&gt;As PHP 7 reached end of life on November 28, 2022, it was clear Drupal 10 must require at least PHP 8. Symfony 6.2 requires PHP 8.1 and choosing that version provides the best support timeline for Drupal 10 itself as well. PHP 8.2 is also fully supported.&lt;/p&gt;
&lt;h3&gt;Non-essential features removed&lt;/h3&gt;
&lt;p&gt;The Quick Edit, Aggregator, HAL, RDF, and Color modules have been removed from core. They are available as contributed projects. This allows Drupal 10 to focus on the core strengths of the system.&lt;/p&gt;
&lt;h3&gt;All features added since Drupal 9.0 are still here&lt;/h3&gt;
&lt;p&gt;Drupal 10.0.0 includes all of the features that were added to Drupal since 9.0, such as lazy image loading support for better frontend performance, WebP support in image styles, a dedicated Content Editor user role, &quot;Manage permissions&quot; tabs for entity bundles, and bundle classes on the PHP level for better code encapsulation, among many other improvements.&lt;/p&gt;
&lt;h3&gt;Thousands of contributed projects ready at launch&lt;/h3&gt;
&lt;p&gt;Thanks to the diligent work of the Drupal community on automated code update tools, porting events and dedicated work on key projects over the past two and a half years, Drupal 10 launches with almost three thousand compatible extensions, 26% more than how many Drupal 9 launched with.&lt;/p&gt;
&lt;h3&gt;The future of Drupal 10&lt;/h3&gt;
&lt;p&gt;All new features will be added to only Drupal 10 going forward. Several key improvements are already in the works as contributed projects. The &lt;a href=&quot;https://www.drupal.org/project/project_browser&quot; rel=&quot;nofollow&quot;&gt;Project Browser contributed project is now in beta&lt;/a&gt; and includes a Composer-based user interface to install contributed projects with all their dependencies. The &lt;a href=&quot;https://www.drupal.org/project/automatic_updates&quot; rel=&quot;nofollow&quot;&gt;Automatic Updates contributed project is already stable&lt;/a&gt;, allowing you to apply patch-level core updates to your site. (Experimental support is included for minor version updates and contributed project updates). &lt;a href=&quot;https://www.drupal.org/project/distributions_recipes&quot; rel=&quot;nofollow&quot;&gt;The Recipes initiative&lt;/a&gt; is less far along but already has early versions of automation functionality to ship composable bundles of Drupal modules and configuration.&lt;/p&gt;
&lt;p&gt;All of these are planned to be added to Drupal 10 core in the future and will help users find, keep up with and combine all the fantastic contributed projects the Drupal community is famous for.&lt;/p&gt;
&lt;h3&gt;Things to consider when updating to Drupal 10&lt;/h3&gt;
&lt;p&gt;&lt;a href=&quot;https://www.drupal.org/project/drupal/releases/10.0.0&quot; rel=&quot;nofollow&quot;&gt;Read the release notes&lt;/a&gt; for more information about platform requirements, removed modules and themes, dependency changes, etc.&lt;/p&gt;
&lt;h2&gt;What does this release mean for me?&lt;/h2&gt;
&lt;p&gt;&lt;img alt=&quot;Visual of support timelines of Drupal minor releases&quot; src=&quot;/files/DrupalTimelines2023.png&quot; /&gt;&lt;/p&gt;
&lt;h3&gt;Drupal 9 site owners&lt;/h3&gt;
&lt;p&gt;Drupal 9 will reach end-of-life alongside two of its key components (Symfony 4 and CKEditor 4 on November 1, 2023). There is a small chance that a final security release of Drupal 9 could be issued between November 1 and November 30, 2023 if one of these dependencies chooses to do so as well.&lt;/p&gt;
&lt;p&gt;Upgrades to Drupal 10 are supported from Drupal 9.4 and 9.5. However, Drupal 9.4 will no longer receive normal bugfixes. For continued bugfix support, Drupal 9 users should update to Drupal 9.5 now.&lt;/p&gt;
&lt;p&gt;Drupal 9.4 and 9.5 will both receive security fixes until the release of 10.1 on June 21, 2023. After that date, Drupal 9.5 will be the only Drupal 9 version to receive security fixes until the November 2023 end-of-life.&lt;/p&gt;
&lt;h3&gt;Drupal 8 site owners&lt;/h3&gt;
&lt;p&gt;&lt;a href=&quot;https://www.drupal.org/psa-2021-11-30&quot; rel=&quot;nofollow&quot;&gt;Drupal 8 is end of life as of November 17, 2021&lt;/a&gt;. There is no direct upgrade path to Drupal 10 from Drupal 8, so you will need to first &lt;a href=&quot;https://www.drupal.org/docs/upgrading-drupal/how-to-prepare-your-drupal-7-or-8-site-for-drupal-9/upgrading-a-drupal-8-site&quot; rel=&quot;nofollow&quot;&gt;upgrade from Drupal 8 to Drupal 9&lt;/a&gt;. There are disclosed security issues with Drupal core that are not fixed in any Drupal 8 version, so if you have not yet upgraded to Drupal 9, do so as soon as possible.&lt;/p&gt;
&lt;h3&gt;Drupal 7 site owners&lt;/h3&gt;
&lt;p&gt;&lt;a href=&quot;https://www.drupal.org/psa-2023-06-07&quot; rel=&quot;nofollow&quot;&gt;Drupal 7 support was extended until January 5, 2025&lt;/a&gt;, and it will continue to receive limited bug and security fixes until that date. The migration path for Drupal 7 sites to Drupal 10 is stable. Choose which Drupal major version to update to based on your project timeline. &lt;a href=&quot;https://www.drupal.org/about/9/from-7&quot; rel=&quot;nofollow&quot;&gt;Read more about the migration to Drupal 10&lt;/a&gt;.&lt;/p&gt;
&lt;h3&gt;Module, theme and translation contributors&lt;/h3&gt;
&lt;p&gt;Drupal 10 removes deprecated APIs. &lt;a href=&quot;https://drupal.org/project/upgrade_status&quot; rel=&quot;nofollow&quot;&gt;Use Upgrade Status&lt;/a&gt; on Drupal 9 to check your custom modules and themes for the changes needed. Upgrade Status will also give suggestions on automating the fixes.&lt;/p&gt;
&lt;p&gt;Translators should &lt;a href=&quot;https://localize.drupal.org/&quot; rel=&quot;nofollow&quot;&gt;check localize.drupal.org&lt;/a&gt; for any untranslated strings.&lt;/p&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;</description>
 <pubDate>Thu, 15 Dec 2022 17:43:23 +0000</pubDate>
 <dc:creator>gábor hojtsy</dc:creator>
 <guid isPermaLink="false">3327047 at https://www.drupal.org</guid>
 <comments>https://www.drupal.org/blog/drupal-10-0-0#comments</comments>
</item>
<item>
 <title>Drupal 9.5.0 is available</title>
 <link>https://www.drupal.org/blog/drupal-9-5-0</link>
 <description>&lt;div class=&quot;field field-name-body field-type-text-with-summary field-label-hidden&quot;&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;&lt;p&gt;The fifth and final feature release of Drupal 9 brings a stable CKEditor 5 module, a command line theme generator and helps prepare for your update to Drupal 10. Bugfixes will be provided for Drupal 9.5 until June 2023 and security fixes will be provided until November 2023.&lt;/p&gt;
&lt;h2&gt;What’s new in Drupal 9.5.0?&lt;/h2&gt;
&lt;h3&gt;CKEditor 5 support is now stable&lt;/h3&gt;
&lt;p&gt;Drupal 9.5.0 is the only feature release of Drupal that includes both a stable CKEditor 4 integration (labeled as the &quot;CKEditor&quot; module) and stable CKEditor 5 integration (exposed as a separate &quot;CKEditor 5&quot; module). CKEditor 4 has been removed from Drupal 10 and moved to a contributed project. The support overlap in Drupal 9.5.0 allows users to move to CKEditor 5 ahead of their Drupal 10 upgrade. (Sites may also install the CKEditor contributed project before upgrading to Drupal 10, but should take note that its security support will still likely end in November 2023.)&lt;/p&gt;
&lt;h3&gt;Starterkit theme and theme generator are stable&lt;/h3&gt;
&lt;p&gt;The Starterkit theme is used as a basis to generate new standalone themes with the theme generator command line tool, rather than being extended at runtime like the Classy core base theme. Currently, the markup provided by the Starterkit theme is the same as Classy&#039;s, but its markup will be improved in future minor releases (whereas Classy&#039;s can&#039;t).&lt;/p&gt;
&lt;h3&gt;Several themes and modules are deprecated&lt;/h3&gt;
&lt;p&gt;Drupal 9.5 deprecates numerous themes and modules that will no longer be a part of Drupal 10 core. Altogether the Bartik, Seven, Classy, and Stable themes have been deprecated, and the Aggregator, CKEditor (4), Color, HAL, Quick Edit, and RDF modules are all deprecated. (Some of these were initially deprecated in 9.4.)&lt;/p&gt;
&lt;p&gt;It is safe to use the Drupal 9 core versions of these modules and themes for as long as a site is on Drupal 9. Before upgrading to Drupal 10, &lt;a href=&quot;https://www.drupal.org/docs/core-modules-and-themes/deprecated-and-obsolete&quot; rel=&quot;nofollow&quot;&gt;review the recommendations for deprecated modules and themes&lt;/a&gt;. Determine whether you actually need these modules or themes, or whether you can replace them with other solutions. Drupal 10 compatible versions are available as contributed projects. Drupal&#039;s Extend list, Appearance page, and Status report pages will all highlight these extensions if they are used. &lt;a href=&quot;https://drupal.org/project/upgrade_status&quot; rel=&quot;nofollow&quot;&gt;Upgrade Status&lt;/a&gt; will also notify you if you are using any deprecated extensions and helps to make a choice about whether you need them going forward.&lt;/p&gt;
&lt;h2&gt;What does this release mean for me?&lt;/h2&gt;
&lt;p&gt;&lt;img alt=&quot;Visual of support timelines of Drupal minor releases&quot; src=&quot;/files/DrupalTimelines2023.png&quot; /&gt;&lt;/p&gt;
&lt;h3&gt;Drupal 9 site owners&lt;/h3&gt;
&lt;p&gt;Drupal 9 will reach end-of-life alongside two of its key components (Symfony 4 and CKEditor 4 on November 1, 2023. (There is a small chance that a final security release of Drupal 9 could be issued between November 1 and November 30, 2023 if one of these dependencies chooses to do so as well.)&lt;/p&gt;
&lt;p&gt;Upgrades to Drupal 10 are supported from Drupal 9.4 and 9.5. However, Drupal 9.4 will no longer receive normal bugfixes. For continued bugfix support, Drupal 9 users should update to Drupal 9.5 now.&lt;/p&gt;
&lt;p&gt;Drupal 9.4 and 9.5 will both receive security fixes until the release of 10.1 on June 21, 2023. After that date, Drupal 9.5 will be the only Drupal 9 version to receive security fixes until the November 2023 end-of-life.&lt;/p&gt;
&lt;h3&gt;Drupal 8 site owners&lt;/h3&gt;
&lt;p&gt;&lt;a href=&quot;https://www.drupal.org/psa-2021-11-30&quot; rel=&quot;nofollow&quot;&gt;Drupal 8 is end of life as of November 17, 2021&lt;/a&gt;. There is no direct upgrade path to Drupal 10 from Drupal 8, so you will need to first &lt;a href=&quot;https://www.drupal.org/docs/upgrading-drupal/how-to-prepare-your-drupal-7-or-8-site-for-drupal-9/upgrading-a-drupal-8-site&quot; rel=&quot;nofollow&quot;&gt;upgrade from Drupal 8 to Drupal 9&lt;/a&gt;. There are disclosed security issues with Drupal core that are not fixed in any Drupal 8 version, so if you have not yet upgraded to Drupal 9, do so as soon as possible.&lt;/p&gt;
&lt;h3&gt;Drupal 7 site owners&lt;/h3&gt;
&lt;p&gt;&lt;a href=&quot;https://www.drupal.org/psa-2022-02-23&quot; rel=&quot;nofollow&quot;&gt;Drupal 7 support was extended until November 1, 2023&lt;/a&gt;, and it will continue to receive bug and security fixes throughout this time. The migration path for Drupal 7 sites to Drupal 10 is stable. Choose which Drupal major version to update to based on your project timeline. &lt;a href=&quot;https://www.drupal.org/about/9/from-7&quot; rel=&quot;nofollow&quot;&gt;Read more about the migration to Drupal 10&lt;/a&gt;.&lt;/p&gt;
&lt;h3&gt;Translation, module, and theme contributors&lt;/h3&gt;
&lt;p&gt;Drupal 9.5.0 includes backward-compatible API additions for developers as well as new features.&lt;/p&gt;
&lt;p&gt;Since minor releases are backward-compatible, modules, themes, and translations that supported Drupal 9.4.x and earlier will be compatible with 9.5.x as well. However, the new version does include some changes to strings, user interfaces, &lt;a href=&quot;https://www.drupal.org/about/core/policies/core-change-policies/drupal-8-and-9-backwards-compatibility-and-internal-api&quot; rel=&quot;nofollow&quot;&gt;internal APIs&lt;/a&gt; and API deprecations. This means that some small updates may be required for your translations, modules and themes. &lt;a href=&quot;https://www.drupal.org/project/drupal/releases/9.5.0&quot; rel=&quot;nofollow&quot;&gt;Read the 9.5.0 release notes&lt;/a&gt; for a full list of changes that may affect your modules and themes.&lt;/p&gt;
&lt;p&gt;Thank you to everyone who contributed to Drupal 9.5.0!&lt;/p&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;</description>
 <pubDate>Thu, 15 Dec 2022 14:55:40 +0000</pubDate>
 <dc:creator>gábor hojtsy</dc:creator>
 <guid isPermaLink="false">3327058 at https://www.drupal.org</guid>
 <comments>https://www.drupal.org/blog/drupal-9-5-0#comments</comments>
</item>
<item>
 <title>PDHlibrary</title>
 <link>https://www.drupal.org/case-study/pdhlibrary</link>
 <description>&lt;div class=&quot;field field-name-field-mainimage field-type-image field-label-hidden&quot;&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;&lt;img src=&quot;https://www.drupal.org/files/styles/case588x306/public/primary-screenshot_3.jpg?itok=YlA4iPn4&quot; width=&quot;588&quot; height=&quot;306&quot; alt=&quot;PDH Library&quot; /&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;field field-name-field-link field-type-link-field field-label-above&quot;&gt;&lt;div class=&quot;field-label&quot;&gt;Completed Drupal site or project URL:&amp;nbsp;&lt;/div&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;&lt;a href=&quot;https://www.pdhlibrary.com&quot;&gt;https://www.pdhlibrary.com&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;field field-name-body field-type-text-with-summary field-label-hidden&quot;&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;&lt;p&gt;The client provides continuing education courses in civil, electrical geotechnical, mechanical, and structural engineering. Their goal is to provide quality continuing education courses at a great price. The client has approached us to migrate their outdated Drupal ecommerce site from Drupal 6.x version to Drupal 7.x.&lt;/p&gt;
&lt;p&gt;Migrating a website from one platform to another can be a stressful and uncertain time if it is not carefully planned and well-executed. A good roadmap is necessary for upgrading the latest version within the CMS (Content Management System), for a smooth transition and minimal downtime. The goal was to deliver just the minimum viable project to meet scope/quality, concrete deliverables, deadline, and budget.&lt;/p&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;</description>
 <pubDate>Sat, 03 Sep 2022 06:02:42 +0000</pubDate>
 <dc:creator>rajesh bhimani</dc:creator>
 <guid isPermaLink="false">3307715 at https://www.drupal.org</guid>
 <comments>https://www.drupal.org/case-study/pdhlibrary#comments</comments>
</item>
<item>
 <title>Drupal 7&#039;s End-of-Life extended to November 1, 2023 - PSA-2022-02-23</title>
 <link>https://www.drupal.org/psa-2022-02-23</link>
 <description>&lt;div class=&quot;field field-name-drupalorg-sa-date field-type-text field-label-inline clearfix&quot;&gt;&lt;div class=&quot;field-label&quot;&gt;Date:&amp;nbsp;&lt;/div&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;2022-February-23&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;field field-name-field-sa-description field-type-text-long field-label-above&quot;&gt;&lt;div class=&quot;field-label&quot;&gt;Description:&amp;nbsp;&lt;/div&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;&lt;div class=&quot;warning&quot;&gt;Drupal 7 End of Life has received a &lt;a href=&quot;https://www.drupal.org/psa-2023-06-07&quot; rel=&quot;nofollow&quot;&gt;final extension to January 5th, 2025&lt;/a&gt;&lt;/div&gt;
&lt;p&gt;More than a decade after its first release, Drupal 7 is still widely used across the web. It can be found powering civic engagement in government installations; managing vast amounts of content for faculty, students, and staff in educational institutions; and providing the digital backbone for many businesses and non-profit organizations. Drupal 9 is well-maintained, secure, stable, and feature-rich, but many organizations still rely on Drupal 7. &lt;/p&gt;
&lt;p&gt;The teams that built and still maintain these legacy Drupal installations, and the end users they serve, are important constituents of the Drupal community. Although these users should still plan their upgrade to a newer version of Drupal, if they are unable to upgrade before the currently announced end-of-life, it would not be responsible of us to leave them vulnerable. &lt;/p&gt;
&lt;p&gt;&lt;strong&gt; Therefore, we are announcing that moving forward, the scheduled Drupal 7 End-of-Life date will be re-evaluated annually. As of today, we are extending the end-of-life by one year to November 1, 2023. &lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;The Drupal project lead, Dries Buytaert, the Drupal Association, and the Drupal Security Working Group have been monitoring the Drupal 7 ecosystem since the &lt;a href=&quot;https://www.drupal.org/psa-2020-06-24&quot; rel=&quot;nofollow&quot;&gt;previous end-of-life extension&lt;/a&gt;. As a majority of all sites in the Drupal project are still on Drupal 7, we have decided that there is a clear need to provide additional support to the members of our community still using this version. At the end of the day, we have a moral imperative to keep as many of those sites secure as we can.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;We will announce by July 2023&lt;/strong&gt; whether we will extend Drupal 7 community support an additional year. Factors that we will consider are community support, Drupal 7 usage, and active Drupal 7 maintainers. Current support is made possible thanks to the many Drupal 7 maintainers and companies that are paying to support Drupal 7.&lt;/p&gt;
&lt;p&gt;You can donate to the Drupal Security Team on our &lt;a href=&quot;https://donorbox.org/drupal-security&quot; rel=&quot;nofollow&quot;&gt;Donations&lt;/a&gt; page.&lt;/p&gt;
&lt;p&gt;For press contacts, please email &lt;a href=&quot;mailto:security-press@drupal.org&quot; rel=&quot;nofollow&quot;&gt;security-press@drupal.org&lt;/a&gt;.&lt;/p&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;field field-name-field-sa-coordinated-by field-type-text-long field-label-above&quot;&gt;&lt;div class=&quot;field-label&quot;&gt;Coordinated By:&amp;nbsp;&lt;/div&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;&lt;p&gt;The following people contributed to this public service announcement. &lt;/p&gt;
&lt;p&gt;Michael Hess&lt;br /&gt;
Tim Lehnen&lt;br /&gt;
Greg Knaddison&lt;br /&gt;
Dries Buytaert&lt;br /&gt;
xjm&lt;br /&gt;
Gábor Hojtsy&lt;br /&gt;
Madison Atkins&lt;/p&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;</description>
 <pubDate>Wed, 23 Feb 2022 13:24:47 +0000</pubDate>
 <dc:creator>Drupal Security Team</dc:creator>
 <guid isPermaLink="false">3266085 at https://www.drupal.org</guid>
</item>
<item>
 <title>Why you should attend your first DrupalCon</title>
 <link>https://www.drupal.org/association/blog/why-you-should-attend-your-first-drupalcon</link>
 <description>&lt;div class=&quot;field field-name-body field-type-text-with-summary field-label-hidden&quot;&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;&lt;p&gt;If you’ve never been to a Drupal event before, you might not realize what all the fuss is about. But attending an event that gathers the community together to talk about Drupal for a few days is a priceless experience. And the thing is, it’s going to be better if you’re there! &lt;/p&gt;
&lt;p&gt;My favorite part of Drupal events is the little interactions with people who have a common interest in Drupal but might use it in a completely different context and come from a completely different background. The Drupal community comprises designers, project managers, developers, translators, content and accessibility experts, and folks with other roles or who do Drupal as one of their many responsibilities. And all of you are welcome at DrupalCon!&lt;/p&gt;
&lt;p&gt;You should especially come to Drupal if you’re new to the community. It might feel like a leap to go from trying a piece of software to attending a conference all about it. But if you count up all the hours you spend doing research, trying to find the right video to watch, and poking around at different modules, you’re guaranteed to get a much richer experience and a better understanding of Drupal’s open source ethos if you attend DrupalCon.&lt;/p&gt;
&lt;p class=&quot;center&quot;&gt;&lt;a href=&quot;https://www.flickr.com/photos/amazeelabs/41369107511/in/pool-drupalconnashville2018/&quot; rel=&quot;nofollow&quot;&gt;&lt;img alt=&quot;People registering at DrupalCon Nashville 2018&quot; height=&quot;334&quot; src=&quot;/files/41369107511_09f1a284cc_c.jpg&quot; width=&quot;501&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;h2&gt;Who should attend?&lt;/h2&gt;
&lt;p&gt;We especially want you to attend if you’re new! I attended my first DrupalCon as a new user, and while it was a lot of information to absorb, it shaped my understanding of the Drupal way and made me realize first-hand the benefits of an open source project that I would come to depend on in my professional life. Don’t worry, there are conference sessions, training, and social events designed specifically for newcomers to help break the ice and get you started.&lt;/p&gt;
&lt;p&gt;If you’re trying to decide if DrupalCon is for you, I think DrupalCon is especially relevant for: &lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Decision-makers responsible for choosing a digital platform&lt;/li&gt;
&lt;li&gt;Developers and technologists learning Drupal (the training courses are particularly relevant!)&lt;/li&gt;
&lt;li&gt;Drupal users who aren’t active in the community, and want to pick up new skills&lt;/li&gt;
&lt;li&gt;Anyone who inherits a Drupal project&lt;/li&gt;
&lt;li&gt;Agencies who are using Drupal for the first time&lt;/li&gt;
&lt;li&gt;People looking to switch careers&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;Before you attend!&lt;/h2&gt;
&lt;p&gt;Here are some things to do before you go to DrupalCon to help you get the most out of the experience.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;https://www.drupal.org/try-drupal&quot; rel=&quot;nofollow&quot;&gt;Install Drupal &lt;/a&gt;- If it’s your first DrupalCon and you’re relatively new to Drupal, I would recommend installing a sandbox Drupal before heading to DrupalCon. I spent my first DrupalCon jotting down modules to try out, and techniques to explore, and having a sandbox ready-to-go will make that experimentation much easier! &lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://drupal.org/join-slack&quot; rel=&quot;nofollow&quot;&gt;Join the Drupal Slack&lt;/a&gt; - If you’re already using Slack daily, this will give you a gateway to lots of conversations and expertise. And while you’re at DrupalCon, ask people which channels they belong to so you can continue those interesting conversations you start at the event!&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;https://events.drupal.org/portland2022/schedule/2022-04-25&quot; rel=&quot;nofollow&quot;&gt;Review the schedule&lt;/a&gt; - There’s so much great content at DrupalCon! Take a look at the sessions on offer in advance so you can scout out the most intriguing topics. Don’t ignore the “Birds of a Feather” more informal sessions. And keep in mind that great conversations are just as valuable as presentations.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;https://events.drupal.org/portland2022/schedule/2022-04-25&quot; rel=&quot;nofollow&quot;&gt;Consider Contribution&lt;/a&gt; - If you’ve always been curious about the open source project, DrupalCon is a great way to see it in action. You can attend contribution events at the conference to get involved and see how you can help improve Drupal itself. Note that everyone is welcome to contribute, and I guarantee you that your skills are needed!&lt;/p&gt;
&lt;p&gt;In conclusion, don’t feel intimidated if it’s your first DrupalCon. If you’re new to the Drupal community, we cannot wait to welcome you with open arms, and I hope to see you at DrupalCon Portland this year! &lt;a href=&quot;https://events.drupal.org/portland2022&quot; rel=&quot;nofollow&quot;&gt;Learn more and register now.&lt;/a&gt;&lt;/p&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;</description>
 <pubDate>Thu, 17 Feb 2022 19:36:18 +0000</pubDate>
 <dc:creator>pixelite</dc:creator>
 <guid isPermaLink="false">3265071 at https://www.drupal.org</guid>
 <comments>https://www.drupal.org/association/blog/why-you-should-attend-your-first-drupalcon#comments</comments>
</item>
<item>
 <title>Drupal 9.3.0 is available</title>
 <link>https://www.drupal.org/blog/drupal-9-3-0</link>
 <description>&lt;div class=&quot;field field-name-body field-type-text-with-summary field-label-hidden&quot;&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;&lt;h2&gt;What’s new in Drupal 9.3.0?&lt;/h2&gt;
&lt;p&gt;The third feature release of Drupal 9 introduces experimental support for CKEditor 5, makes the Olivero theme stable and introduces various content editor and developer improvements.&lt;/p&gt;
&lt;h3&gt;The Olivero frontend theme is now stable!&lt;/h3&gt;
&lt;p&gt;The new Olivero frontend theme was added in Drupal 9.1.0 and thanks to various contributors since then is now stable. A modern and clear theme, Olivero is planned to become the new default Drupal theme later (replacing Bartik). Subtheming Olivero is currently not supported, but formal support may be included in the future.&lt;/p&gt;
&lt;p&gt;The theme is named after Rachel Olivero (1982-2019). She was the head of the organizational technology group at the National Federation of the Blind, a well-known accessibility expert, a Drupal community contributor, and a friend to many.&lt;/p&gt;
&lt;h3&gt;New experimental support for CKEditor 5&lt;/h3&gt;
&lt;p&gt;A new beta experimental CKEditor 5 module is included with Drupal 9.3.0. Version 5 of CKEditor is an entirely new editor with visual and architectural improvements. While building the integration, the team worked hard with CKSource to implement functionality crucial for Drupal sites, such as General HTML Support and ways to dynamically load CKEditor plugins, so the visual web based setup of the editor is still available in Drupal. Also special care was given to providing a fluid upgrade path from CKEditor 4 configurations.&lt;/p&gt;
&lt;p&gt;Drupal extensions that integrate with CKEditor 4 &lt;a href=&quot;https://www.drupal.org/docs/core-modules-and-themes/core-modules/ckeditor-5-module/upgrading-modules-extending-ckeditor-4-to-support-ckeditor-5&quot;&gt;still need to be updated for CKEditor 5&lt;/a&gt;, however the plan is to remove CKEditor 4 support in Drupal 10, so we encourage everyone to &lt;a href=&quot;https://www.drupal.org/node/3249061&quot;&gt;try the new module on non-production environments&lt;/a&gt;.&lt;/p&gt;
&lt;h3&gt;New Content Editor role&lt;/h3&gt;
&lt;p&gt;A new dedicated Content Editor role was added to the standard profile with content editing, media management, translation, content workflow and revision handling permissions enabled by default.&lt;/p&gt;
&lt;h3&gt;Various developer improvements&lt;/h3&gt;
&lt;p&gt;Entity bundles can now declare their own class, encapsulating the required business logic. A bundle class must be a subclass of the base entity class, such as &lt;code class=&quot;language-php&quot;&gt;\Drupal\node\Entity\Node&lt;/code&gt;. Encapsulating all the required logic for each bundle into its own subclass opens up many possibilities for making more clear, simple, maintainable, and testable code.&lt;/p&gt;
&lt;p&gt;Each user role now depends on the modules that provide the role&#039;s permissions, which means that &lt;a href=&quot;https://www.drupal.org/node/3193348&quot;&gt;permissions will be automatically cleaned up when a module is uninstalled&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;PHP 8.1.0 was recently released and Drupal 9.3.0 comes with full support for the new version. The recommended PHP version to install Drupal 9.3.0 is PHP 8, but PHP 7.3+ support is kept.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;https://www.drupal.org/project/drupal/releases/9.3.0&quot;&gt;Read the 9.3.0 release notes&lt;/a&gt; for more information on developer improvements and changes.&lt;/p&gt;
&lt;h2&gt;What does this mean for me?&lt;/h2&gt;
&lt;h3&gt;Drupal 9 site owners&lt;/h3&gt;
&lt;p&gt;Update to 9.3.0 to continue receiving bug fixes and prepare for 10.0.0 (or 9.4.0). The next bug-fix release (9.3.1) is scheduled for January 5, 2022. (See the &lt;a href=&quot;https://www.drupal.org/core/release-cycle-overview#windows&quot;&gt;release schedule overview&lt;/a&gt; for more information.) As of this release, sites on Drupal 9.1 will no longer receive security coverage. (Drupal 9.2 will continue receiving security fixes until June 15, 2022.)&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;https://www.drupal.org/node/2700999&quot;&gt;Updating your site&lt;/a&gt; from 9.2.10 to 9.3.0 with &lt;code class=&quot;language-php&quot;&gt;update.php&lt;/code&gt; is exactly the same as updating from 9.2.9 to 9.2.10. Drupal 9.3.0 also has updates to several dependencies. Modules, themes, and translations may need updates for these and other changes in this minor release, so test the update carefully before updating your production site. &lt;a href=&quot;https://www.drupal.org/project/drupal/releases/9.3.0&quot;&gt;Read the 9.3.0 release notes&lt;/a&gt; for a full list of changes that may affect your site.&lt;/p&gt;
&lt;h3&gt;Drupal 8 site owners&lt;/h3&gt;
&lt;p&gt;&lt;a href=&quot;https://www.drupal.org/psa-2021-11-30&quot;&gt;Drupal 8 is end of life as of November 17, 2021&lt;/a&gt;. To continue receving security coverage &lt;a href=&quot;https://www.drupal.org/docs/upgrading-drupal/how-to-prepare-your-drupal-7-or-8-site-for-drupal-9/upgrading-a-drupal-8-site&quot;&gt;upgrade from Drupal 8 to Drupal 9.2x at least as soon as possible&lt;/a&gt; to continue receiving security coverage. Upgrading is supported directly from 8.8.x and 8.9.x. 99% of the top 1000 most used drupal.org projects are updated for Drupal 9, so the modules and themes you rely on are most likely compatible.&lt;/p&gt;
&lt;h3&gt;Drupal 7 site owners&lt;/h3&gt;
&lt;p&gt;&lt;a href=&quot;https://www.drupal.org/psa-2020-06-24&quot;&gt;Drupal 7 is supported until November 28, 2022&lt;/a&gt;, and will continue to receive bug and security fixes throughout this time. From November 2022 until at least November 2025, the &lt;a href=&quot;https://www.drupal.org/project/d7es&quot;&gt;Drupal 7 Vendor Extended Support program&lt;/a&gt; will be offered by vendors.&lt;/p&gt;
&lt;p&gt;On the other hand, the migration path for Drupal 7 sites to Drupal 9 is stable. &lt;a href=&quot;https://www.drupal.org/about/9/from-7&quot;&gt;Read more about the migration to Drupal 9&lt;/a&gt;.&lt;/p&gt;
&lt;h3&gt;Translation, module, and theme contributors&lt;/h3&gt;
&lt;p&gt;Minor releases like Drupal 9.3.0 include backwards-compatible API additions for developers as well as new features.&lt;/p&gt;
&lt;p&gt;Since minor releases are backwards-compatible, modules, themes, and translations that supported Drupal 9.2.x and earlier will be compatible with 9.3.x as well. However, the new version does include some changes to strings, user interfaces, &lt;a href=&quot;https://www.drupal.org/about/core/policies/core-change-policies/drupal-8-and-9-backwards-compatibility-and-internal-api&quot;&gt;internal APIs&lt;/a&gt; and API deprecations. This means that some small updates may be required for your translations, modules, and themes. &lt;a href=&quot;https://www.drupal.org/project/drupal/releases/9.3.0&quot;&gt;Read the 9.3.0 release notes&lt;/a&gt; for a full list of changes that may affect your modules and themes.&lt;/p&gt;
&lt;p&gt;This release has further advanced the Drupal project and represents the efforts of hundreds of volunteers and contributors from various organizations. Thank you to everyone who contributed to Drupal 9.3.0!&lt;/p&gt;
&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;</description>
 <pubDate>Wed, 08 Dec 2021 22:21:48 +0000</pubDate>
 <dc:creator>gábor hojtsy</dc:creator>
 <guid isPermaLink="false">3253554 at https://www.drupal.org</guid>
 <comments>https://www.drupal.org/blog/drupal-9-3-0#comments</comments>
</item>
<item>
 <title>Drupal 8 is now end-of-life - PSA-2021-11-30</title>
 <link>https://www.drupal.org/psa-2021-11-30</link>
 <description>&lt;div class=&quot;field field-name-drupalorg-sa-date field-type-text field-label-inline clearfix&quot;&gt;&lt;div class=&quot;field-label&quot;&gt;Date:&amp;nbsp;&lt;/div&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;2021-November-30&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;field field-name-field-sa-description field-type-text-long field-label-above&quot;&gt;&lt;div class=&quot;field-label&quot;&gt;Description:&amp;nbsp;&lt;/div&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;&lt;p&gt;As of November 17, 2021, the Drupal core version 8 series has reached end-of-life. This means that all releases of Drupal 8 core (with 8.y.x version numbers) and Drupal contributed project releases that are compatible with only Drupal 8 will be marked unsupported as they no longer have security team support.&lt;/p&gt;
&lt;p&gt;Drupal 8.0.0 was first released on November 9, 2015.  The last version was released on November 17, 2021.&lt;/p&gt;
&lt;p&gt;All Drupal 8 site owners must &lt;a href=&quot;https://www.drupal.org/docs/upgrading-drupal/how-to-prepare-your-drupal-7-or-8-site-for-drupal-9/upgrading-a-drupal-8-site&quot; rel=&quot;nofollow&quot;&gt;upgrade to Drupal 9&lt;/a&gt; to receive security updates and bug fixes. The Drupal Association will also disable testing with unsupported versions of Drupal.  &lt;/p&gt;
&lt;p&gt;Security issues that only affect Drupal 8 (and not Drupal 9 or Drupal 7) will be made public and sites are at risk of having these issues exploited if they do not upgrade.&lt;/p&gt;
&lt;h3&gt;What about Drupal 7 and Drupal 9?&lt;/h3&gt;
&lt;p&gt;Contributed projects like themes and modules will still receive security advisories if they are compatible with either Drupal 7 or 9 and have opted in to security coverage.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;https://www.drupal.org/psa-2020-06-24&quot; rel=&quot;nofollow&quot;&gt;Drupal 7&#039;s end-of-life is currently scheduled for November of 2022&lt;/a&gt;, and it will receive security updates until then. Drupal 9&#039;s end-of-life is scheduled for November of 2023. For more information on release schedules, see the &lt;a href=&quot;https://www.drupal.org/core/release-cycle-overview&quot; rel=&quot;nofollow&quot;&gt;core release cycle overview&lt;/a&gt;.&lt;/p&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;</description>
 <pubDate>Tue, 30 Nov 2021 19:31:42 +0000</pubDate>
 <dc:creator>Drupal Security Team</dc:creator>
 <guid isPermaLink="false">3251948 at https://www.drupal.org</guid>
</item>
<item>
 <title>Drupal 9.2.0 is available</title>
 <link>https://www.drupal.org/blog/drupal-9-2-0</link>
 <description>&lt;div class=&quot;field field-name-body field-type-text-with-summary field-label-hidden&quot;&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;&lt;h2&gt;What’s new in Drupal 9.2.0?&lt;/h2&gt;
&lt;p&gt;The second feature release of Drupal 9 helps keep your site even more secure, and comes with increased visitor privacy protection, improved migration tools from Drupal 7, enhancements to the Olivero frontend theme and early support for the WebP image format.&lt;/p&gt;
&lt;p&gt;&lt;a class=&quot;link-button&quot; href=&quot;/project/drupal/releases/9.2.0&quot; rel=&quot;nofollow&quot;&gt;Download Drupal 9.2.0&lt;/a&gt;&lt;/p&gt;
&lt;h3&gt;Security and privacy improvements&lt;/h3&gt;
&lt;p&gt;Critical security advisories and public service announcements will now be displayed on the status report page and certain administration pages for the site&#039;s administrators. This helps prepare site owners to apply security fixes in a timely manner. For increased privacy protection of your site visitors, Drupal 9.2.0 now blocks Google Federated Learning of Cohorts (FLoC) cookie-less user tracking by default.&lt;/p&gt;
&lt;h3&gt;Better building blocks out of the box&lt;/h3&gt;
&lt;p&gt;The Olivero theme, soon to be Drupal&#039;s new default frontend theme, has dozens of major improvements in this release, including a new form design and various accessibility fixes. The built-in Umami demo is now also more flexible with a built-in editor role and more versatile Layout Builder demonstration.&lt;/p&gt;
&lt;h3&gt;On the way to Drupal 10&lt;/h3&gt;
&lt;p&gt;In preparation for Drupal 10, all Symfony 5 and and several Symfony 6 compatibility issues have been resolved. As part of modernizing the frontend of Drupal 9, core&#039;s Tour feature now uses ShepherdJS instead of jQuery Joyride. This significantly improves accessibility of tours and removes one more reliance on jQuery.&lt;/p&gt;
&lt;h3&gt;Other improvements&lt;/h3&gt;
&lt;p&gt;The already stable migration path from Drupal 7 is now expanded with migrations for user settings, node/user reference fields and other previously missing pieces.&lt;/p&gt;
&lt;p&gt;Drupal&#039;s GD toolkit integration, and, therefore image styles, can now manage WebP images. There is more to do for complete WebP support. Stay tuned for improvements in future releases.&lt;/p&gt;
&lt;h3&gt;Sneak peek at future core features&lt;/h3&gt;
&lt;p&gt;The upcoming core &lt;a href=&quot;https://www.drupal.org/project/ckeditor5&quot; rel=&quot;nofollow&quot;&gt;CKEditor 5 upgrade is being worked on in a contributed project&lt;/a&gt;. Progress has been made on &lt;a href=&quot;https://www.drupal.org/project/ckeditor5/issues/3201824&quot; rel=&quot;nofollow&quot;&gt;various aspects of the roadmap&lt;/a&gt;, and the project is near to completing all issues identified as requirements for tagging a beta release. Core inclusion is expected in Drupal 9.3.0, but contributed projects are requested to build compatibility ahead of that.&lt;/p&gt;
&lt;p&gt;The &lt;a href=&quot;https://www.drupal.org/about/core/strategic-initiatives/automatic-updates&quot; rel=&quot;nofollow&quot;&gt;Automated Updates Initiative&lt;/a&gt; has been very active in the repositories under &lt;a href=&quot;https://github.com/php-tuf&quot; rel=&quot;nofollow&quot;&gt;https://github.com/php-tuf&lt;/a&gt; building a PHP implementation of &lt;a href=&quot;https://theupdateframework.io/&quot; rel=&quot;nofollow&quot;&gt;The Update Framework (TUF)&lt;/a&gt; with Typo3 and Joomla developers to provide signing and verification for secure PHP application updates. Results will be included with later Drupal releases.&lt;/p&gt;
&lt;p&gt;Check out &lt;a href=&quot;https://www.youtube.com/watch?v=IIxbaT-jmNc&amp;amp;list=PLpeDXSh4nHjRmry7-h62UHfo86evvMK7E&quot; rel=&quot;nofollow&quot;&gt;the initiative keynotes from DrupalCon North America 2021&lt;/a&gt; on what else is in the works.&lt;/p&gt;
&lt;h2&gt;What does this mean for me?&lt;/h2&gt;
&lt;h3&gt;Drupal 9 site owners&lt;/h3&gt;
&lt;p&gt;Drupal 9.0.x is now out of security coverage. Update at least to 9.1.x to continue to receive security support.&lt;/p&gt;
&lt;h3&gt;Drupal 8 site owners&lt;/h3&gt;
&lt;p&gt;Update to at least 8.9.x to continue receiving bug fixes until Drupal 8&#039;s end of life in November 2021. The next bug-fix release (8.9.17) is scheduled for July 7, 2021. (See the &lt;a href=&quot;https://www.drupal.org/core/release-cycle-overview#windows&quot; rel=&quot;nofollow&quot;&gt;release schedule overview&lt;/a&gt; for more information.) Versions of Drupal 8 before 8.9.x no longer receive security coverage.&lt;/p&gt;
&lt;p&gt;With only five months left until the end of life of Drupal 8, we suggest that you &lt;a href=&quot;https://www.drupal.org/docs/upgrading-drupal/how-to-prepare-your-drupal-7-or-8-site-for-drupal-9/upgrading-a-drupal-8-site&quot; rel=&quot;nofollow&quot;&gt;upgrade from Drupal 8 to Drupal 9 as soon as possible&lt;/a&gt;. Upgrading is supported directly from 8.8.x and 8.9.x. Of the top 1000 most used drupal.org projects, 94% are updated for Drupal 9, so the modules and themes you rely on are most likely compatible.&lt;/p&gt;
&lt;h3&gt;Drupal 7 site owners&lt;/h3&gt;
&lt;p&gt;&lt;a href=&quot;https://www.drupal.org/psa-2020-06-24&quot; rel=&quot;nofollow&quot;&gt;Drupal 7 is supported until November 28, 2022&lt;/a&gt;, and will continue to receive bug and security fixes throughout this time. From November 2022 until at least November 2025, the &lt;a href=&quot;https://www.drupal.org/project/d7es&quot; rel=&quot;nofollow&quot;&gt;Drupal 7 Vendor Extended Support program&lt;/a&gt; will be offered by vendors.&lt;/p&gt;
&lt;p&gt;On the other hand, the migration path for Drupal 7 sites to Drupal 9 is stable. &lt;a href=&quot;https://www.drupal.org/about/9/from-7&quot; rel=&quot;nofollow&quot;&gt;Read more about the migration to Drupal 9&lt;/a&gt;.&lt;/p&gt;
&lt;h3&gt;Translation, module, and theme contributors&lt;/h3&gt;
&lt;p&gt;Minor releases like Drupal 9.2.0 include backwards-compatible API additions for developers as well as new features.&lt;/p&gt;
&lt;p&gt;Since minor releases are backwards-compatible, modules, themes, and translations that supported Drupal 9.1.x and earlier will be compatible with 9.2.x as well. However, the new version does include some changes to strings, user interfaces, &lt;a href=&quot;https://www.drupal.org/about/core/policies/core-change-policies/drupal-8-and-9-backwards-compatibility-and-internal-api&quot; rel=&quot;nofollow&quot;&gt;internal APIs&lt;/a&gt; and API deprecations. This means that some small updates may be required for your translations, modules, and themes. &lt;a href=&quot;https://www.drupal.org/project/drupal/releases/9.2.0&quot; rel=&quot;nofollow&quot;&gt;Read the 9.2.0 release notes&lt;/a&gt; for a full list of changes that may affect your modules and themes.&lt;/p&gt;
&lt;p&gt;This release has further advanced the Drupal project and represents the efforts of hundreds of volunteers and contributors from various organizations. Thank you to everyone who contributed to Drupal 9.2.0!&lt;/p&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;</description>
 <pubDate>Wed, 16 Jun 2021 12:48:39 +0000</pubDate>
 <dc:creator>gábor hojtsy</dc:creator>
 <guid isPermaLink="false">3219094 at https://www.drupal.org</guid>
 <comments>https://www.drupal.org/blog/drupal-9-2-0#comments</comments>
</item>
</channel>
</rss>
