Content
The version of MediaWiki installed on your website is listed in several locations:
- Go to Special pages menu -> Version (e.g. http://yourdomain.com/index.php?title=Special:Version)
- Check the source code of your website’s pages. The version number is listed in the following line (example):
1
|
<meta name=“generator” content=“MediaWiki 1.28.2”/>
|
- In the file includes/DefaultSettings.php, located in the installation folder of your website. You can open this file using File Manager in cPanel, or FTP and the version number is listed in the line that begins $wgVersion:
1
|
$wgVersion = ‘1.28.2’
|