Updating changelog with latest changes
parent
0f692b135f
commit
6b327d95b8
43
CHANGELOG
43
CHANGELOG
|
@ -1,10 +1,13 @@
|
|||
#########################
|
||||
#
|
||||
# Version 2.x
|
||||
# Version 2.1
|
||||
#
|
||||
#########################
|
||||
- merged PHP Server Monitor Plus project by Luiz Alberto S. Ribeiro (https://github.com/madeinnordeste/PHP-Server-Monitor-Plus)
|
||||
- support for mosms provider by Andreas Ek (https://github.com/EkAndreas/PHP-Server-Monitor-Plus/commit/105c734a02477befc01831e3b9b2b8fefd9b5ca5)
|
||||
- Merged PHP Server Monitor Plus project by Luiz Alberto S. Ribeiro (https://github.com/madeinnordeste/PHP-Server-Monitor-Plus).
|
||||
-- New layout (thanks to twitter bootstrap)
|
||||
- Support for mosms provider by Andreas Ek (https://github.com/EkAndreas/PHP-Server-Monitor-Plus/commit/105c734a02477befc01831e3b9b2b8fefd9b5ca5).
|
||||
- Language files are now automatically detected, instead of a hardcoded list.
|
||||
- Adding Korean language file (thanks to Ik-Jun).
|
||||
|
||||
#########################
|
||||
#
|
||||
|
@ -12,14 +15,14 @@
|
|||
# October 29, 2011
|
||||
#
|
||||
#########################
|
||||
- adding german language file (thanks to Brunbaur Herbert)
|
||||
- adding french language file (thanks to David Ribeiro)
|
||||
- classes/sm/smUpdaterStatus.class.php: the curl option CURLOPT_CUSTOMREQUEST has been changed to CURLOPT_NOBODY
|
||||
- servers page: auto refresh can be configured at the config page
|
||||
- servers page: if the server is a website, the "Domain/Ip" field will be a link to the website
|
||||
- new text message gateway: Clickatell.com (thanks to Simon)
|
||||
- if cURL is not installed, the install.php script will throw an error
|
||||
- HTTP status codes 5xx will also be treated as error
|
||||
- Adding German language file (thanks to Brunbaur Herbert).
|
||||
- Adding French language file (thanks to David Ribeiro).
|
||||
- classes/sm/smUpdaterStatus.class.php: the curl option CURLOPT_CUSTOMREQUEST has been changed to CURLOPT_NOBODY.
|
||||
- Servers page: auto refresh can be configured at the config page.
|
||||
- Servers page: if the server is a website, the "Domain/Ip" field will be a link to the website.
|
||||
- New text message gateway: Clickatell.com (thanks to Simon).
|
||||
- If cURL is not installed, the install.php script will throw an error.
|
||||
- HTTP status codes 5xx will also be treated as error.
|
||||
|
||||
#########################
|
||||
#
|
||||
|
@ -27,12 +30,12 @@
|
|||
# October 19, 2009
|
||||
#
|
||||
#########################
|
||||
- server type ("service" or "website")
|
||||
- different types of notification
|
||||
- new text message gateways
|
||||
- code rewrite
|
||||
- new layout
|
||||
- check for updates function
|
||||
- Server type ("service" or "website").
|
||||
- Different types of notification.
|
||||
- New text message gateways.
|
||||
- Code rewrite.
|
||||
- New layout.
|
||||
- Check for updates function.
|
||||
|
||||
#########################
|
||||
#
|
||||
|
@ -40,9 +43,7 @@
|
|||
# September 18, 2008
|
||||
#
|
||||
#########################
|
||||
|
||||
|
||||
- log.php
|
||||
- tpl/log.tpl.html
|
||||
select order by clause used datetime field after DATE_FORMAT had been performed,
|
||||
resulting in a wrong list of log entries shown
|
||||
- Select order by clause used datetime field after DATE_FORMAT had been performed,
|
||||
resulting in a wrong list of log entries shown.
|
Loading…
Reference in New Issue