style
attribute for repeater widgets, which controls repeater item behaviour. Allows items to be expanded or collapsed on load, or allows a repeater to act as an "accordion" widget.registerSchedule
method in PluginBase
updated to correctly hint the Illuminate\Console\Scheduling\Schedule
object that is passed to it.exception.beforeReport
and exception.report
eventscms.backendForceSecure
no longer supports the value of null
(where it would be considered the inverse of app.debug
) as this resulted in confusion when disabling debug mode while the application was behind a proxy causing an infinite loop. Ultimately it's the server's responsibility to handle forcing HTTPS.showSetup
being false
.PluginBase::boot
method changed from array
to void
.db:seed
artisan commandqueueOn
and laterOn
methods of the Mail
facade throwing an invalid argument exception due to queue name string being defined where the queue manager is meant to be defined. The queue name is now injected into the Mailable
object that is created, and the default queue manager is used instead.sync()
command.type: number
fields with 0
as their value.Sign up to our newsletter and receive updates on Winter releases, new features in the works, plugin and theme promotions and much more!