Adding latest changes to CHANGELOG

issue #31: changing title back to name of application for all languages
pull/36/merge
Pepijn Over 2014-03-24 16:45:02 +01:00
parent 97edea3487
commit c756da3b1e
3 changed files with 13 additions and 7 deletions

View File

@ -1,15 +1,21 @@
#########################
#
# Version 2.x
# Version 2.2.0
# ?, 2014
#
#########################
- User login system
- Switched from mysql_* to PDO.
- New project url: http://www.phpservermonitor.org
- Added user login system with 2 user levels (administrator and regular user).
- Added warning threshold option (set number of failed checks before server goes offline).
- Added SMTP support.
- Updated PHPMailer package to v5.2.6.
- Adding Bulgarian language file (thanks to Plamen Vasilev).
- Added user profile page.
- Added history tracking of server uptime.
- When checking a website, the updater will now follow 302 Location headers.
- Adding Bulgarian language file (thanks to Plamen Vasilev)
- String/pattern search on websites did not work for websites with compression turned on.
- Switched from mysql_* to PDO.
- Updated PHPMailer package to v5.2.6.
- Fixed several XSS vulnerabilities.
#########################
#

View File

@ -27,7 +27,7 @@
$sm_lang = array(
'system' => array(
'title' => 'Мониторинг система',
'title' => 'Server Monitor',
'install' => 'Инсталация',
'action' => 'Действие',
'save' => 'Запиши',

View File

@ -27,7 +27,7 @@
$sm_lang = array(
'system' => array(
'title' => 'Surveillance de serveurs',
'title' => 'Server Monitor',
'install' => 'Installer',
'action' => 'Action',
'save' => 'Enregistrer',