You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Critical: Entry creation no longer crashes with "Cannot access offset of type string on string" when data contains complex nested fields (Bard, Replicator)
Date fields now accept any common format (Y-m-d, Y-m-d H:i, ISO 8601, {date, time} objects) — values are normalized to the Zulu format Statamic expects before validation
date and published in entry data are now correctly extracted as first-class entry properties instead of failing blueprint validation on dated collections
Added
NormalizesDateFields trait for consistent date handling across all routers (Entries, Terms, Globals)
13 new integration tests covering date normalization, published extraction, and error handling