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 committed by Pepijn Over
parent 14388657f2
commit 3adf2ca5b6
2 changed files with 12 additions and 6 deletions

View File

@ -1,15 +1,21 @@
######################### #########################
# #
# Version 2.x # Version 2.2.0
# ?, 2014 # ?, 2014
# #
######################### #########################
- User login system - New project url: http://www.phpservermonitor.org
- Switched from mysql_* to PDO. - 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. - 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. - 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( $sm_lang = array(
'system' => array( 'system' => array(
'title' => 'Мониторинг система', 'title' => 'Server Monitor',
'install' => 'Инсталация', 'install' => 'Инсталация',
'action' => 'Действие', 'action' => 'Действие',
'save' => 'Запиши', 'save' => 'Запиши',