Home

>

Tools

>

Strapi

>

Releases

>

4.24.1

Strapi Release: 4.24.1

Tag Name: v4.24.1

Release Date: 5/2/2024

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 v4.24.1: Bug Fix Release

This patch release addresses critical bugs in the Strapi admin interface and content manager. It fixes issues with Enterprise Edition (EE) route loading and improves the bulk publish functionality to correctly display all selected entries. The update also includes security documentation updates related to the upcoming Strapi 5 Beta.

Highlight of the Release

    • Fixed Enterprise Edition routes loading issue in the admin interface
    • Resolved bulk publish functionality bug in content manager
    • Updated SECURITY.md with changes related to Strapi 5 Beta
    • Fixed Enterprise Edition extension issue

Migration Guide

No specific migration steps are required for this patch release (v4.24.0 to v4.24.1).

For general updates:

Upgrade Recommendations

This patch release (v4.24.1) fixes important bugs in the admin interface and content manager. It's recommended for all Strapi users to upgrade, especially:

  • Enterprise Edition users who may be experiencing issues with route loading
  • Users who rely on bulk publishing functionality in the content manager
  • Anyone currently on v4.24.0

The upgrade should be straightforward with minimal risk as this is a patch release focused on bug fixes. Standard backup procedures are recommended before upgrading.

Bug Fixes

  • Admin Interface: Fixed issue where Enterprise Edition routes weren't being loaded before rendering the admin interface (#20238)

  • Content Manager: Fixed bulk publish functionality that was only showing the first entry to be published instead of all selected entries (#20234)

  • Enterprise Edition: Fixed issue where Enterprise Edition was not being extended properly due to missing default export (#20171)

  • Other: Fixed issue #20138 (#20240)

New Features

No new features were introduced in this patch release. This version focuses on bug fixes and improvements to existing functionality.

Security Updates

No explicit security fixes were mentioned in this release. However, the SECURITY.md file was updated with changes related to the upcoming Strapi 5 Beta, which may include security-related information for users planning to migrate to the new version.

Performance Improvements

No specific performance improvements were highlighted in this patch release. The changes were primarily focused on bug fixes and documentation updates.

Impact Summary

Strapi v4.24.1 is a maintenance release that addresses several important bugs affecting the admin interface and content management functionality. The most significant fixes include resolving an issue with Enterprise Edition routes not loading properly before rendering the admin interface, and fixing the bulk publish functionality that was only displaying the first selected entry.

These fixes improve the reliability of the Strapi admin interface, particularly for Enterprise Edition users, and enhance the content management workflow by ensuring bulk operations work correctly. The update to the security documentation also prepares users for the upcoming Strapi 5 Beta release.

While this is a minor patch release, it addresses issues that could impact day-to-day operations for content editors and administrators, making it a recommended upgrade for all Strapi users, especially those using the Enterprise Edition or relying heavily on bulk content operations.

Full Release Notes

🔥 Bug fix

  • [core:admin] fix(admin): if were in EE mode wait for the EE routes to be loaded before rendering (#20238) @joshuaellis
  • [core:content-manager] fix(content-manager): bulk publish would only ever show first entry to be published (#20234) @Feranchz

📚 Update and Migration Guides

  • General update guide can be found here
  • Migration guides can be found here 📚

Statistics:

File Changed60
Line Additions656
Line Deletions470
Line Changes1,126
Total Commits10

User Affected:

  • Fixed issue with Enterprise Edition routes not loading properly before rendering the admin interface
  • Improved bulk publishing functionality to correctly display all selected entries instead of just the first one

Contributors:

alexandrebodinderrickmehaffymarkkaylorFeranchzjoshuaellisMarc-Roig