Releases: virginiacommonwealthuniversity/T4Utils2
Releases · virginiacommonwealthuniversity/T4Utils2
Ordinal Indicators Fix
ordinalIndicators
are now properly working in TerminalFour Version 8.1! Here's what's changed:
- For the ordinalIndicators module
pageFirst
,pageLast
, andpageIndex
, the CSHelper API calls still refer to the ID of the content-type a piece of content utilizes ascontent.getTemplateID();
. This is different from how to retrieve the content-type ID of the current content your in, which iscontent.getContentTypeID()
Initial Release
A complete port of the original T4Utils, optimized for TerminalFour Version 8.1. Here's what's new:
- Cleaned up indentation, spacing, and Javascript formatting
- Cleaned up the commenting to render standardized, efficient JSDoc3 documentation
- Fixed 7.4 API calls in the
ordinalIndicators
module to work with 8.1