User Tools

Site Tools


reference-guide:files:ow_version

OW_VERSION.XML

  • File type: .xml
  • Cached: no.
  • Location: website root.
  • Permissions: 644.
  • Related to: core platform.
  • Platform updates: overwrite the file.
  • Related database tables: _base_config.

ow_version.xml file stores information about source code of core platform currently used on your website: software name, build, version, copyrights and license data.

Default content

<?xml version="1.0" encoding="utf-8"?>

<ow>
    <name>Oxwall community software</name>
    <build>{$build_number_here}</build>
    <version>:{$version_number_here}</version>
    <copyright>Copyright 2012 Oxwall Foundation. All rights reserved.</copyright>
    <license>Common Public Attribution License Version 1.0</license>
    <licenseUrl>http://www.oxwall.org/license</licenseUrl>
</ow>

Where to find ow_version.xml

ow_version.xml file of SkaDate software is located in website's root directory. Same location is used to store other software related files such as .htaccess and index.php.

ow_version.xml file can be opened from cPanel's File Manager or FTP client ( ex. FileZilla).

To open ow_version.xml from FTP client:

  • Log in to your server via FTP.
  • Navigate to your website's root directory.
  • Right mouse click over found ow_version.xml file.
  • Select view/edit/download from opened action menu.

To open .ow_version.xml from File Manager:

  • Log in to cPanel.
  • Click the “File Manager” icon from “Files” section.
  • Navigate to your website's root directory.
  • Right click on the mouse over found file.
  • Select view/edit/download from opened action menu.

If you are not sure how to use FTP client or File Manager, please refer to hosting provider's documentation.

Build and Version

Software build and version are numerical values given to a particular software release. <version>- Ex: 1.8.2, 1.8.3 <build> - Ex: (10400), (10600).

reference-guide/files/ow_version.txt · Last modified: 2017/06/07 09:11 by 127.0.0.1