Strapi Release: 3.0.5
Tag Name: v3.0.5
Release Date: 6/23/2020
StrapiOpen-source headless CMS built with Node.js. Provides developers with complete freedom in choosing their favorite tools and frameworks for frontend development.
TL;DR
Strapi v3.0.5 fixes a critical bug in the admin panel where users were unable to access the Media Library due to a permissions issue. This patch ensures proper access to media management functionality for authorized users.
Highlight of the Release
- Fixed critical permission issue preventing access to the Media Library in the admin panel
- Resolved issue #6775 that was blocking media management functionality
Migration Guide
No migration steps are required for this update. This is a straightforward bug fix that doesn't require any configuration changes or data migrations.
Simply update your Strapi version to v3.0.5 to apply the fix.
Upgrade Recommendations
This update is highly recommended for all Strapi v3.0.x users who utilize the Media Library functionality in the admin panel.
The bug fix addresses a critical issue that prevents proper access to media management features, which could significantly impact content operations. Upgrading to v3.0.5 will resolve these permission problems without introducing any breaking changes.
To upgrade:
npm install [email protected]
# or
yarn upgrade [email protected]
Bug Fixes
Media Library Access Fix
Fixed a critical issue (#6775) where users were unable to access the Media Library in the admin panel due to a permissions problem. The fix ensures that users with appropriate permissions can now properly access and manage media assets through the admin interface.
This bug was preventing content managers from uploading and managing media files, which was a significant blocker for content operations.
New Features
No new features were introduced in this release. This is a bug fix release focused on resolving a specific issue with the Media Library permissions.
Security Updates
No security fixes were included in this release. The changes were focused on resolving a functional bug related to Media Library access permissions.
Performance Improvements
No specific performance improvements were included in this release. The focus was on fixing the Media Library access issue.
Impact Summary
This release addresses a specific but critical bug in the Strapi admin panel that was preventing users from accessing the Media Library due to permission issues. The fix ensures that users with appropriate permissions can now properly manage media assets.
The impact is primarily positive for content managers and administrators who rely on the Media Library for uploading and managing media files. No new features or breaking changes were introduced, making this a safe and recommended upgrade for all Strapi v3.0.x users.
The fix was contributed by community member @soupette and resolves GitHub issue #6775, which was a significant blocker for content operations in affected Strapi installations.
