Home

>

Tools

>

Strapi

>

Releases

>

3.0.0-alpha.24.1

Strapi Release: 3.0.0-alpha.24.1

Tag Name: v3.0.0-alpha.24.1

Release Date: 2/19/2019

Strapi LogoStrapi

Open-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.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.

Highlight of the Release

    • Fixed critical issue with Content Manager plugin ID that was causing build failures
    • Updated migration guide with relevant information
    • Improved stability for the Content Manager plugin

Migration Guide

Upgrading from v3.0.0-alpha.24

To upgrade from v3.0.0-alpha.24 to v3.0.0-alpha.24.1:

  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"
    }
    
  2. Run npm install or yarn install to update the dependencies

  3. Restart your Strapi server

No database migrations or configuration changes are required for this update.

Upgrade Recommendations

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.

Bug Fixes

Content Manager Plugin Fix

The primary bug fix in this release addresses an issue with the plugin ID in the Content Manager build:

  • Fixed incorrect plugin ID in the Content Manager that was causing build failures
  • Resolved compatibility issues between the Content Manager plugin and the core Strapi system
  • Ensured proper identification and loading of the Content Manager plugin

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.

New Features

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.

Security Updates

No security fixes were included in this hotfix release. The focus was solely on fixing the plugin ID issue in the Content Manager build.

Performance Improvements

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.

Impact Summary

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.

Full Release Notes

🐛 Bug fix

Statistics:

File Changed39
Line Additions81
Line Deletions79
Line Changes160
Total Commits5

User Affected:

  • Can now properly build and use the Content Manager plugin without ID-related errors
  • Will experience improved stability when working with the Content Manager

Contributors:

lauriejim