🐛 Bug fix
- [Plugin] Fix plugin id content manager build (#2851) @lauriejim
Tag Name: v3.0.0-alpha.24.1
Release Date: 2/19/2019
StrapiOpen-source headless CMS built with Node.js. Provides developers with complete freedom in choosing their favorite tools and frameworks for frontend development.
Strapi v3.0.0-alpha.24.1 is a hotfix release that addresses a critical issue with the Content Manager plugin build. This patch fixes the plugin ID for the Content Manager, ensuring proper functionality and preventing build failures. This is an important update for developers using Strapi v3.0.0-alpha.24 who may be experiencing issues with the Content Manager plugin.
To upgrade from v3.0.0-alpha.24 to v3.0.0-alpha.24.1:
Update your Strapi version in your package.json:
"dependencies": {
"strapi": "3.0.0-alpha.24.1",
"strapi-admin": "3.0.0-alpha.24.1",
"strapi-utils": "3.0.0-alpha.24.1",
"strapi-plugin-content-type-builder": "3.0.0-alpha.24.1",
"strapi-plugin-content-manager": "3.0.0-alpha.24.1",
"strapi-plugin-users-permissions": "3.0.0-alpha.24.1",
"strapi-plugin-email": "3.0.0-alpha.24.1",
"strapi-plugin-upload": "3.0.0-alpha.24.1"
}
Run npm install or yarn install to update the dependencies
Restart your Strapi server
No database migrations or configuration changes are required for this update.
This is a highly recommended upgrade for all users currently on v3.0.0-alpha.24 as it fixes a critical issue with the Content Manager plugin build.
The update is a minor hotfix that addresses a specific plugin ID issue and should not introduce any breaking changes or require complex migration steps. The risk of upgrading is minimal compared to the benefits of having a properly functioning Content Manager plugin.
Users experiencing any issues with the Content Manager in v3.0.0-alpha.24 should upgrade immediately to resolve these problems.
The primary bug fix in this release addresses an issue with the plugin ID in the Content Manager build:
This fix ensures that the Content Manager plugin can be properly built and loaded, preventing errors that were occurring in v3.0.0-alpha.24.
No new features were introduced in this hotfix release. This is strictly a bug fix release focused on resolving the plugin ID issue in the Content Manager build.
No security fixes were included in this hotfix release. The focus was solely on fixing the plugin ID issue in the Content Manager build.
No specific performance improvements were included in this hotfix release. The focus was solely on fixing the plugin ID issue in the Content Manager build.
This hotfix release has a moderate impact focused specifically on the Content Manager plugin functionality. By fixing the plugin ID issue, it resolves build failures and ensures proper operation of the Content Manager, which is a core component of the Strapi admin interface.
The fix is particularly important for developers who are actively building with Strapi v3.0.0-alpha.24 and may be experiencing issues with the Content Manager plugin. The update ensures that content types can be properly managed and edited through the admin interface without encountering errors related to the plugin ID.
While this is a small change in terms of code modifications, it has a significant impact on the usability and stability of the Strapi instance, particularly for content editors who rely on the Content Manager for their daily workflows.