Win7 Download

Drupal full changelog

Drupal full changelog

Drupal 11.1.0 released Dec 19, 2024 (New Release)
This is a a feature minor release of Drupal 11 and is ready for use on production sites. Learn more about Drupal 11 and the Drupal core release cycle.
This minor release provides improvements and new functionality. It does not break backward compatibility (BC) for public APIs. There may be changes in internal APIs and experimental modules. If so, contributed and custom modules and themes may need updating. This is according to Drupal core's backward compatibility and experimental module policies.
This release may include string changes and additions. Translators can review the latest translation status on localize.drupal.org.
Drupal 11.1.x will receive security support until December 2025. Drupal 11.0.x will continue to receive security support until June 2025.
11.1.0 tag has been moved:
Due to a packaging issue the 11.1.0 tag has been moved and recreated. This will not affect anything unless you fetched tags between Friday December 13th 2024 and Monday December 16th 2024.
Changes to site-owner-managed files
A directive has been added to the default .htaccess file that attaches the correct image/webp header for webp images when the MIME Apache module is enabled. This is needed for sites hosted on Apache web servers running on operating systems that do not support the webp image MIME type. These sites should update their .htaccess files to take advantage of this improvement.
The sid_length and sid_bits_per_character configuration options are no longer supported in PHP 8.4 or Symfony 7.2, so they have been removed from default.services.yml. Sites should remove these settings from any services.yml files.
The "Access the Content blocks overview page" permission is no longer required to create blocks. This means that roles that have "Create new content block" permission for a given block type will be able to create these blocks when they could not in previous releases. Site owners should audit their Block Content permissions to ensure that block creat
Drupal 11.0.7 released Nov 14, 2024 (New Release)
All changes in this release:
Issue #3486195 by longwave, alexpott, dmundra: An update to symfony/http-foundation plus a trailing space took down the views UI
Issue #3485956 by mradcliffe, jan kellermann, gillesbailleux, raphaelbertrand, cilefen, larowlan: Recursion limit exceeded with Twig v3.14.1 when editing a node or a block
Drupal 11.0.6 released Nov 8, 2024 (New Release)
All changes in this release:
Issue #3482062 by quietone, phenaproxima: Remove phenaproxima as a Migrate subsystem maintainer
Issue #3483515 by megakeegman, mlncn: D7 node_revision table is referred to as node_revisions
Issue #3481418 by tomdearden, longwave: Typo in error message when MySQL socket connection fails
Issue #3477346 by mondrake, smustgrave, larowlan: ExtensionMimeTypeGuesser::guessMimeType returns less accurate MIME type when file extensions have multiple parts
Issue #3463111 by sanket.tale, jaydeep_patel, yujiman85, sheetal.pathak, rachel_norfolk, sagarmohite0031, rduterte, binssss, smustgrave: Spacing issue between Checkbox label and button
Issue #3344765 by lauriii, nayana_mvr, kleiton_rodrigues, smustgrave: Inconsistencies in system-status-counter RTL styles
Issue #2479449 by sudiptadas19, smustgrave, akashkumar07, rithesh bk, rpayanm, pradhumanjain2311, tstoeckler, mrinalini9, tatisilva, larowlan, andypost, dawehner, xjm, yesct: contact_menu_local_tasks_alter() should check whether ['tabs'][0] is set
Issue #3477613 by quietone: Add doc block for $modules in tests
Issue #3475753 by quietone: Use install/uninstall in layout builder expose all field
Issue #3469607 by murz, drumm, mcdruid, greggles: Nightwatch tests from submodules do not run in Gitlab CI because of missing option to follow symlinks
Issue #3473999 by mondrake, smustgrave, catch: Ajax-enabled image effect forms do not update to the latest ajax processed configuration
Issue #3319601 by pooja_sharma, sunlix, bkosborne, quietone, smustgrave, longwave, lendude: Media image thumbnail incorrectly ends up as NULL when it should be an empty string
Issue #3479857 by amateescu: User login and password reset forms should be workspace-safe
Issue #1427838 by sukr_s, smustgrave, quietone, tim.plunkett, alexpott: password_confirm children do not pick up #states or #attributes
Issue #3478166 by quietone, smustgrave, mstrelan: Add MissingParamType for form, form_state and form_id
Issue #3458215 by finns
Drupal 11.0.5 released Oct 4, 2024 (New Release)
Important changes in this release:
Webpack is updated to version 5.95.0 to incorporate a security release which does not affect Drupal core. This update introduces a change to the supported browser list, which allows more modern CSS to be produced, notably the :dir pseudo class. Drupal core has required all browser versions to support :dir since December 2023, so this is applying what was already an existing policy.
All changes in this release:
Issue #3457781 by catch, longwave, senscybersecurity, cmlara, cilefen, poker10, greggles, alexpott, ericgsmith, xjm: Maintenance pages leak sensitive environment information
Issue #3456699 by nicoschi, joelpittet, doxigo: The dotfiles are ignored when copied over in Starterkit
Issue #3477805 by spokje, longwave: Update Webpack to 5.95.0
Issue #3477373 by finnsky, bbrala, longwave: Fix "Not passing an instance of "TwigFunction" when creating a function of type "FunctionExpression" is deprecated."
Issue #3477374 by finnsky, longwave, bbrala: Fix "The "tag" constructor argument of the "DrupalCoreTemplateTwigNodeTrans" class is deprecated and ignored"
Issue #3474692 by longwave, foxtrotcharlie, bbrala: Fix "TwigNodexpressionFilterExpression" deprecation introduced in twig/twig 3.12.0
Issue #3457168 by raphaelbertrand, gauravvvv, bbrala, longwave: Since twig/twig 3.9: error with "twig_escape_filter" function usage in /core/lib/Drupal/Core/Template/TwigExtension.php
Issue #3470641 by bbrala, catch, mstrelan, cmlara, nicoloye: gitlab artifact caching doesn't work due to differences with project ID and build directories
Issue #3458565 by nishtha.pradhan, sadamafridi, joachim, smustgrave, vinmayiswamy, rodrigoaguilera, dksdev01, bibliophileaxe, devjuarez: TablesInterface::addField() doesn't document that $field can contain relationships
Issue #3302833 by akhil babu, b_sharpe, alexpott, oily, smustgrave: Improve PluginNotFound exception to include possible
Drupal 11.0.4 released Sep 12, 2024 (New Release)
This release reverts #3471741: Fix null $cid in CacheCollector classes, released in 11.0.3, which conflicted with Menu Trail by Path, Entity Manager and Gin Toolbar modules.
Drupal 11.0.3 released Sep 12, 2024 (New Release)
This release reverts #3471741: Fix null $cid in CacheCollector classes, released in 10.3.4, which conflicted with Menu Trail by Path, Entity Manager and Gin Toolbar modules.
Drupal 11.0.1 released Aug 9, 2024 (New Release)
All changes in this release:
Issue #3447994 by Akhil Babu, Josue2591, thejimbirch, mikelutz, jnicola, b_sharpe: Example recipe isn't functional
Issue #3466524 by catch: ModuleConfigureRouteTest is slow
Issue #3464271 by mondrake, smustgrave: Method getMockForAbstractClass() of class PHPUnitFrameworkTestCase is deprecated in PHPUnit 10 - replace in class ControllerBaseTest
Issue #3463108 by catch, smustgrave: Use artifacts to share the eslint and styleint caches from core to MRs
Issue #3449875 by nod_, catch, xjm, DamienMcKenna: Update to jQuery UI 1.14.0
Issue #3454092 by mstrelan, nicxvan, catch: Convert WebAssertTest to a Unit test
Issue #3439903 by pooja_sharma, SolimanHarkas, pradhumanjain2311, vensires, smustgrave: Fix Node tests that rely on UID1's super user behavior - Blocks
Issue #3368537 by catch, TwoD, alexpott, cmlara, sboden: Ensure trailing whitespace at the end of a cache ID results in a unique cache item
Issue #3465353 by mstrelan: ComponentGenerator hardcodes PHP 7.3.0
Issue #3458177 by mondrake, catch, quietone, godotislate, longwave, larowlan, xjm: Changing plugins from annotations to attributes in contrib leads to error if plugin extends from a missing dependency
Issue #3463351 by catch, heddn: Consolidate Umami performance tests
Back to dev.
Drupal 11.0.0 released Aug 3, 2024 (New Release)
The key changes in 11.0.0 are:
Deprecated code, including entire modules and themes, has been removed.
Dependencies have been updated to new major versions as appropriate.
Platform requirements (including supported PHP and database versions, Composer requirements, and supported browsers) have been updated.
Drupal Pro released Oct 29, 2006 (Alpha)
no

Drupal for Windows 7 - free download notice

Windows 7 Download periodically updates software information of Drupal from the publisher.
« BACK
My Account
Help
Windows 7 Software Coupons
My Saved Stuff
You have not saved any software.
Click "Save" next to each software.

Would you like to receive announcements of new versions of your software by email or by RSS reader? Register for FREE!
Windows 7 Downloads Picks
Popular Tags
Popular Windows 7 Software
© 2025 Windows7Download.com - All logos, trademarks, art and other creative works are and remain copyright and property of their respective owners. Microsoft Windows is a registered trademarks of Microsoft Corporation. Microsoft Corporation in no way endorses or is affiliated with windows7download.com.