v0.52.0
- The
date
transformation now supports the time zone argument. The only available value isutc
, which converts a date to UTC. This is useful if the specified DateTime field is local, but you want to force UTC in the entry slug, e.g.{{date | date('YYYYMMDD-HHmm', 'utc')}}
. This solves #278 (comment). - Bug fixes and improvements.
Full Changelog: v0.51.1...v0.52.0