v11.12.0
⚠️ Potential Breaking Changes
Fixed USER_CREATED, USER_UPDATED, DATE_CREATED, and DATE_UPDATED values in content versioning. These fields now correctly reflect the actual user and timestamp of creation or last update, rather than the user and date of promotion. (#25744)
-
Requesting a non-existent version will now return a Forbidden error.
-
The
USER_CREATED,USER_UPDATED,DATE_CREATED, andDATE_UPDATEDfields will now represent the last actual changes, not the promotion metadata. -
@directus/app
- Fixed
USER_CREATED,USER_UPDATED,DATE_CREATED, andDATE_UPDATEDvalues in content versioning. These fields now correctly reflect the actual user and timestamp of creation or last update, rather than the user and date of promotion. ( by @Nitwel)
- Fixed