⚙️ Chore
- [core:content-type-builder] Swedish translations for content-type builder (#14549) @alvesvaren
Tag Name: v4.4.5
Release Date: 10/19/2022
StrapiOpen-source headless CMS built with Node.js. Provides developers with complete freedom in choosing their favorite tools and frameworks for frontend development.
Strapi v4.4.5 is a maintenance release that adds Swedish translations to the Content-Type Builder and fixes a critical bug related to CORS handling that was introduced by a dependency update. This release ensures better accessibility for Swedish users and restores proper API functionality for all Strapi applications.
No specific migration steps are required for this patch release. This is a minor update that fixes compatibility issues and adds translations.
For general update guidance:
This patch release (v4.4.5) is recommended for all Strapi users, especially:
To upgrade:
npm install [email protected] --save
# or
yarn upgrade [email protected]
After upgrading, restart your Strapi application to apply the changes.
Fixed a breaking change that was introduced by a patch version bump in the koa/cors dependency. This issue could have affected API accessibility and cross-origin requests to Strapi applications. The fix ensures that CORS handling works as expected, maintaining compatibility with client applications.
PR: #14677 by @Convly
The Content-Type Builder now includes Swedish language support, making Strapi more accessible to Swedish-speaking developers. This enhancement allows Swedish users to interact with the Content-Type Builder interface in their native language, improving the overall user experience and accessibility of the platform.
PR: #14549 by @alvesvaren
No security fixes were explicitly mentioned in this release.
No specific performance improvements were included in this release. The changes were focused on translations and bug fixes.
This is a minor patch release that addresses a compatibility issue with CORS handling and improves internationalization by adding Swedish translations to the Content-Type Builder. The CORS fix is particularly important as it resolves a breaking change introduced by a dependency update that could affect API accessibility. The addition of Swedish translations continues Strapi's commitment to making the platform more accessible to users worldwide. Overall, this release improves stability and user experience without introducing any breaking changes or requiring migration steps.