Releases: greystate/Greystate-XSLT-Helpers
Version 1.2.1 - "Custom All The Things!"
Version 1.2.0 - "Advanced Templating"
Makes it possible to have your own template invoke the apply-templates for each page, thus allowing for using moded templates, passing parameters etc.
Version 1.0.0 - "Se7en"
This release updates the Media Helper to be compatible with the new Media stuff in Umbraco 7.
The ZIP is the complete Umbraco Package - the XSLT file is the new Media Helper if you just want to try it out, or upgrade.
Version 0.9.2.1 - "Uncluttered"
This release shoves the helpers into their own helpers
subdirectory so they're no longer intermingled with your other XSLT files.
Note: If you're upgrading to this version from a previous version, you'll need to change the xsl:include or xsl:import statements in your existing XSLT files that use these helpers.
Version 0.9.1 - "MultiPicker with Media too"
This adds support for the odd case of using the MultiPicker Helper for an MNTP in Media mode.
(XSLTHelpers-0.9.1.zip
is the Umbraco package - but you can upgrade from v0.9 using just the _MultiPickerHelper.xslt
file just as well)
Version 0.9 - "Add MultiPicker Helper"
Add _MultiPickerHelper.xslt
to the mix, enabling a simple one-liner for rendering nodes from one of the various pickers storing nodeId
XML elements (e.g. Multi-Node Tree Picker or CheckBoxTree)
Version 0.8.6 - "Custom Sortable Pagination"
This updates the Pagination Helper to v1.4, allowing custom sorting by way of your own <xsl:sort>
statements.
The file XSLTHelpers-0.8.6.zip
is an installable Umbraco package - give it a go and don't hesitate to throw feedback this way.
Alternatively, you can just grab the updated _PaginationHelper.xslt
file.