0.6.4 (2021-04-21)
Bug Fixes
- allows _verificationToken to come back via showHiddenFields (74430ea)
Tag Name: v0.6.4
Release Date: 4/21/2021
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 v0.6.4 fixes an issue with the _verificationToken field, now allowing it to be returned when using the showHiddenFields option. This is a minor bug fix release that improves the functionality of hidden fields in the CMS.
_verificationToken not being returned when using showHiddenFieldsNo migration is required for this release. This is a backward-compatible bug fix that doesn't require any changes to your existing code.
This is a minor bug fix release. If you're using the showHiddenFields option and need access to the _verificationToken field, we recommend upgrading to this version. For all other users, upgrading is optional but recommended to stay on the latest stable version.
_verificationToken field was not being returned in API responses even when the showHiddenFields option was enabledNo new features were added in this release.
No security fixes were included in this release.
No performance improvements were included in this release.
This release has a low impact, focusing on a single bug fix that affects the behavior of the showHiddenFields option. The fix ensures that the _verificationToken field is properly returned when hidden fields are requested to be shown in API responses. This improves the consistency of the API and provides developers with access to all hidden fields when needed.