Fixed
- CreateClassCacheCommand deprecation message on container compiling
- Crash with Twig 2.11 with message
Template "@SonataAdmin/CRUD/base_edit_form.html.twig" cannot be used as a trait.
Changed
- Changed the rendering for the audit revision timestamp in order to use
<time>
tags, which print the dates in UTC usingdatetime
andtitle
attributes, allowing to view the UTC date with the default browser tooltip.