Iterates through the change history of the page. The "current page" always becomes the particular version of the page currently in iteration. ---- !Usage ;:''HTML or JSP'' !Parameters ;__id__: Name of the variable to create. !Example {{{
<% if( currentPage.getVersion() > 1 ) { %> from version <%=currentPage.getVersion()-1%> to <%=currentPage.getVersion()%> <% } %>
}}}