1.10.4 (2023-06-30)
Features
- add locale to displayed API URL (b22d157)
Tag Name: v1.10.4
Release Date: 6/30/2023
Payload CMSPayload CMS is a modern, self-hosted headless content management system built with TypeScript, Node.js, and MongoDB. It's designed specifically for developers who want full control over their content management system while maintaining a powerful admin interface for content editors.
Payload CMS v1.10.4 adds locale information to displayed API URLs, making it easier for developers to work with localized content. This small but useful enhancement improves the developer experience when working with multilingual sites by clearly showing which locale is being accessed in the API.
No migration is required for this release. The change is purely visual in the admin interface and does not affect existing functionality or require any code changes in your application.
This is a minor feature enhancement that improves the developer experience when working with localized content. Upgrading is recommended but not critical, especially if you work with multilingual sites where seeing the locale in API URLs would be beneficial.
To upgrade:
npm install [email protected]
# or
yarn add [email protected]
No specific bug fixes were included in this release.
The displayed API URLs in the Payload admin panel now include locale information, making it clearer which language version of content is being accessed. This enhancement helps developers and content editors better understand the context of the API endpoints they're working with, especially in multilingual applications.
Previously, the API URLs shown in the interface did not explicitly indicate which locale was being used. With this update, the locale parameter is now visible in the displayed URLs, providing immediate context about the language version being accessed.
No security fixes were included in this release.
No specific performance improvements were included in this release.
This release adds a small but useful enhancement to Payload CMS by including locale information in displayed API URLs within the admin interface. While this change is relatively minor, it significantly improves clarity for developers and content editors working with multilingual sites.
The update is purely visual and doesn't require any migration or code changes. It simply makes the locale parameter visible in API URLs shown in the admin panel, providing better context about which language version of content is being accessed.
This enhancement is particularly valuable for teams working on multilingual applications where understanding the locale context is important for development and content management workflows.