Many of the PHP, XSLT and Velocity scripts in a Web Framework site are a single line that points to a shared asset. These scripts should be updated from pointing to version 1.x to pointing to version 1.2.x. Follow the steps below to point to the updated shared assets.
Step 3: Updating PHP, XSLT, and Velocity scripts
Step 3.1
For PHP, review all PHP files in _php
and replace all instances of 1.x with 1.2.x.
Submit to save all changes.
Step 3.2
For Velocity, review all script assets in _internal/velocity
and change all version references from 1.x to 1.2.x in all instances that contain the line site://IU-FRAME-WEBS.common/velocity
.
Submit to save changes.
Step 3.3
For XSLT, review the asset _internal/xsl/Template
and change the version reference from 1.x to 1.2.x in the line that contains site://IU-FRAME-WEBS.common/xsl
.
Submit to save changes.