Skip to content

Releases: greystate/Greystate-XSLT-Helpers

Version 1.2.1 - "Custom All The Things!"

11 May 20:51
Compare
Choose a tag to compare

This release allows for both customSort and customApply to be used at the same time (so the selection sent to the customApply template will have been sorted by the customSort template).

Version 1.2.0 - "Advanced Templating"

09 May 22:45
Compare
Choose a tag to compare

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"

06 May 21:42
Compare
Choose a tag to compare

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"

25 Apr 21:57
Compare
Choose a tag to compare

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"

05 Dec 22:48
Compare
Choose a tag to compare

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"

05 Dec 21:08
Compare
Choose a tag to compare

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"

24 Sep 21:52
Compare
Choose a tag to compare

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.

Version 0.8.5 - "Sortable Pagination"

09 Aug 20:11
Compare
Choose a tag to compare

This updates the Pagination Helper to v1.3 by supporting sorting by way of the sortBy parameter.

The file XSLTHelpers-0.8.5.zip is an installable Umbraco package (finally!) - give it a go and don't hesitate to throw feedback this way.