Custom installation version
Added in Tiki 10
Rolled back
Tracking installation versions can be done in other ways, e.g. by using include_general.tpl in your templates/styles/yourstyle. db/local.php is also a candidate to store this info.
Rollback for now.
When using a "customized" version of Tiki, it is good to be able to track this customized version number. This is now possible.
To activate
- Rename tiki-root/install_version_php to tiki-root/install_version.php
- Update install_version.php. Set $CUSTOM_INSTALL_VERSION to the custom installation version.
Setting $CUSTOM_INSTALL_VERSION = "Tiki 10 test A";
The custom version number will display in Admin | General > General Preferences, preceding the Tiki version number.