Winter\Storm\Database\Attach\File
model now uses "fillable" attributes as opposed to "guarded" attributes to control mass assignment. If you extend the File
(or the main System\Models\File
) model to provide additional fields, you must now copy the "fillable" attributes to your extension and add any additional fields to this definition (backported from 1.1.0).js
/ .svg
files rendered as partials through {% partial %}
, {% include %}
, or $this->renderPartial()
). NOTE: This hotfix will not be available in Build 1.1.x so existing code still needs to be fixed to not use those unsupported file types.{% include 'path' %}
or {{ source(path) }}
Twig functionsSign up to our newsletter and receive updates on Winter releases, new features in the works, plugin and theme promotions and much more!