Home

>

Tools

>

Drupal

>

Releases

>

8.6.1

Drupal Release: 8.6.1

Tag Name: 8.6.1

Release Date: 9/10/2018

Drupal LogoDrupal

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

TL;DR

Drupal 8.6.1: Critical Taxonomy Hierarchy Fix and Accessibility Improvements

This minor release addresses a critical bug in the taxonomy hierarchy system that affected sites upgrading to 8.6.0, and improves accessibility through better image upload placeholder text. While this is a small update with only 39 changes across 6 files, the taxonomy fix is particularly important for sites using hierarchical taxonomies.

Highlight of the Release

    • Fixed critical issue with missing taxonomy hierarchy items after upgrading to 8.6.0
    • Improved accessibility of image upload functionality with better placeholder text
    • Addressed compatibility issues with taxonomy hierarchies in update path

Migration Guide

No specific migration steps are required for this update. This is a standard minor version update from 8.6.0 to 8.6.1.

If you experienced issues with missing taxonomy hierarchy items after upgrading to 8.6.0, upgrading to 8.6.1 should resolve these issues automatically without requiring manual intervention.

To update:

  1. Back up your database and site files
  2. Update Drupal core using your preferred method (Composer, Drush, or manual update)
  3. Run the database updates by visiting /update.php or using Drush
  4. Clear caches

No additional steps are required beyond the standard update process.

Upgrade Recommendations

Priority: High

This update is highly recommended for all Drupal 8.6.0 sites, especially those using hierarchical taxonomies for content organization. The taxonomy hierarchy issue fixed in this release could impact content organization, navigation, and filtering functionality on affected sites.

The update is a standard minor version increment (8.6.0 to 8.6.1) and should be straightforward to apply with minimal risk. As always, testing in a development environment before deploying to production is recommended.

Sites still on versions prior to 8.6.0 should update directly to 8.6.1 to avoid encountering the taxonomy hierarchy issue.

Bug Fixes

Fixed Missing Taxonomy Hierarchy Items

This release addresses a critical issue (#2997960) where taxonomy hierarchy items were missing after upgrading to Drupal 8.6.0. The problem occurred specifically in the taxonomy update process (taxonomy_update_8502), which failed to properly maintain hierarchical relationships between taxonomy terms during the upgrade process.

The fix ensures that all taxonomy hierarchy data is properly preserved when upgrading from earlier versions of Drupal 8 to version 8.6.x, maintaining the integrity of hierarchical taxonomies that are critical for content organization and navigation on many sites.

New Features

No significant new features were introduced in this minor release. This update focuses on bug fixes and accessibility improvements to the existing functionality.

Security Updates

No security fixes were included in this minor release. The focus was on fixing critical bugs and improving accessibility.

Performance Improvements

No specific performance improvements were included in this minor release. The focus was on fixing critical bugs and improving accessibility.

Impact Summary

Drupal 8.6.1 delivers two important improvements that enhance both functionality and accessibility. The most significant impact comes from fixing the taxonomy hierarchy issue, which ensures proper content categorization and navigation for sites using hierarchical taxonomies. This fix is particularly important for sites that upgraded to 8.6.0 and may have experienced missing taxonomy relationships.

The accessibility improvement to image upload placeholder text, while seemingly minor, represents an important step in making Drupal more inclusive and usable for all users, including those with disabilities. This change aligns with Drupal's ongoing commitment to accessibility standards.

Overall, this release maintains compatibility with existing Drupal 8.6.x installations while resolving critical issues that could impact content organization and user experience. The small footprint of changes (39 changes across 6 files) indicates a focused release addressing specific issues rather than introducing new functionality.

Statistics:

File Changed6
Line Additions27
Line Deletions12
Line Changes39
Total Commits4

User Affected:

  • Can now properly view and manage hierarchical taxonomy terms that may have been missing after upgrading to 8.6.0
  • Will benefit from the fixed taxonomy hierarchy system when managing content categorization

Contributors:

xjmalexpott