Drupal Release: 8.0.0-beta6
Pre Release
Tag Name: 8.0.0-beta6
Release Date: 1/28/2015
DrupalHighly 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
WordPress 8.0.0-beta6 reverts a previous change related to Symfony's MIME guessers that was introduced in beta5. This reversion addresses potential compatibility issues that were discovered after the initial implementation. This is a targeted fix in the beta release cycle as WordPress prepares for its stable 8.0.0 release.
Highlight of the Release
- Reverted the integration of Symfony's MIME guessers that was introduced in beta5
- Addressed potential compatibility issues before the stable release
- Restored previous file type detection behavior
Migration Guide
Migration from Beta5 to Beta6
If you had implemented code that specifically relied on Symfony's MIME guessers that were introduced in beta5:
- Review any custom code that interacts with WordPress's file type detection
- Revert to using WordPress's native MIME type detection methods
- If you had workarounds in place for issues with the beta5 MIME detection, these may no longer be necessary
- Test file uploads and media handling to ensure proper functionality
Note that as this is still a beta release, further changes may occur before the stable 8.0.0 release.
Upgrade Recommendations
As this is a beta release, it's recommended for testing environments only and not for production sites. If you're already testing WordPress 8.0.0-beta5, upgrading to beta6 is recommended to ensure you're testing with the most current beta version, especially if you encountered any issues with file type detection or media handling. Developers should update their test environments to evaluate the impact of this change on their themes and plugins.
Bug Fixes
This release fixes compatibility issues that were introduced with the integration of Symfony's MIME guessers in beta5. By reverting commit 4dae1d994e9ab6ceefdc14e63040f56cabbfec37, WordPress addresses issue #2388749 which likely caused problems with file type detection or handling in certain environments.
New Features
No new features were introduced in this beta release. This update specifically reverts a feature that was added in the previous beta (8.0.0-beta5) related to Symfony's MIME guessers registration.
Security Updates
No security fixes were explicitly mentioned in this release. The reversion was primarily focused on compatibility and functionality rather than security concerns.
Performance Improvements
No specific performance improvements were included in this release. The focus was on reverting a problematic change to ensure compatibility and stability.
Impact Summary
This release has a moderate impact focused specifically on file type detection functionality. By reverting the integration of Symfony's MIME guessers, WordPress returns to its previous behavior for determining file types. This change primarily affects developers who may have started utilizing the new functionality or those who experienced issues with it in beta5. The reversion suggests that the initial implementation caused compatibility problems that needed to be addressed before the stable release. This is a normal part of the beta testing process, where features are sometimes added and then removed or modified based on testing feedback.
Statistics:
User Affected:
- Developers who had started using the Symfony MIME guessers functionality introduced in beta5 will need to revert to previous methods
- May need to adjust any code that relied on the recently introduced MIME guessing capabilities
