What's new
- Added a
key
parameter to thecache
tag. #2589 - Search indexes can define transformers. #2462
What's improved
- The
locale
method on theEntry
class can accept aSite
object. - The
toggle
fieldtype can understand0
and1
in your YAML files, rather than justtrue
andfalse
. - French translation has been updated. #2591
What's fixed
- Entries are placed appropriately into a collection's structure when localizing them. #2471
- The
date
method on theEntry
class checks forCarbon\Carbon
, rather thanIlluminate\Support\Carbon
. - The subrequest is passed along to the cascade in Live Preview, which fixes things like
segment_x
variables using the CP URL.