Home

>

Tools

>

Payload CMS

>

Releases

>

Release 1.10.4

Payload CMS Release: Release 1.10.4

Tag Name: v1.10.4

Release Date: 6/30/2023

Payload CMS LogoPayload CMS

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

TL;DR

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.

Highlight of the Release

    • Added locale information to displayed API URLs in the admin interface
    • Improved developer experience for multilingual sites
    • Enhanced visibility of locale context when working with the API

Migration Guide

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.

Upgrade Recommendations

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]

Bug Fixes

No specific bug fixes were included in this release.

New Features

Locale in API URLs

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.

Security Updates

No security fixes were included in this release.

Performance Improvements

No specific performance improvements were included in this release.

Impact Summary

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.

Full Release Notes

1.10.4 (2023-06-30)

Features

  • add locale to displayed API URL (b22d157)

Statistics:

File Changed6
Line Additions12
Line Deletions5
Line Changes17
Total Commits4

User Affected:

  • Can now see the locale in API URLs displayed in the admin panel
  • Improved clarity when working with localized content
  • Reduced potential for confusion when accessing different language versions of content

Contributors:

AlessioGrjmikrut