Release 2.6.0

This commit is contained in:
Lukas Eder 2012-10-26 10:44:31 +02:00
parent de4cf1c3fa
commit 75a0bcccbe

View File

@ -22,6 +22,9 @@ function printContent() {
else if (isset($_GET['version']) && $_GET['version'] == '2.4') {
$contents = file('inc/RELEASENOTES-2.4.txt');
}
else if (isset($_GET['version']) && $_GET['version'] == '2.5') {
$contents = file('inc/RELEASENOTES-2.5.txt');
}
else {
$contents = file('inc/RELEASENOTES.txt');
}