kopia lustrzana https://github.com/wagtail/wagtail
release note for #1212
rodzic
fcac6fadad
commit
cc276dfe53
|
|
@ -5,6 +5,7 @@ Changelog
|
||||||
~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
* The `{% image %}` tag now supports filters on the image variable, e.g. `{% image primary_img|default:secondary_img width-500 %}`
|
* The `{% image %}` tag now supports filters on the image variable, e.g. `{% image primary_img|default:secondary_img width-500 %}`
|
||||||
|
* Moved the style guide menu item into the Settings sub-menu
|
||||||
|
|
||||||
|
|
||||||
1.0 (xx.xx.xxxx)
|
1.0 (xx.xx.xxxx)
|
||||||
|
|
|
||||||
|
|
@ -15,3 +15,4 @@ Minor features
|
||||||
~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~
|
||||||
|
|
||||||
* The ``{% image %}`` tag now supports filters on the image variable, e.g. ``{% image primary_img|default:secondary_img width-500 %}``
|
* The ``{% image %}`` tag now supports filters on the image variable, e.g. ``{% image primary_img|default:secondary_img width-500 %}``
|
||||||
|
* Moved the style guide menu item into the Settings sub-menu
|
||||||
|
|
|
||||||
Ładowanie…
Reference in New Issue