Adding history page to changelog/credits
parent
c5a849eafc
commit
2ddf2126ab
|
@ -11,6 +11,8 @@
|
|||
- Adding Bulgarian language file (thanks to Plamen Vasilev).
|
||||
- Added user profile page.
|
||||
- Added history tracking of server uptime.
|
||||
- Added history graphs of server uptime and latency (thanks to Jérôme Cabanis).
|
||||
- Date format is taken from language file and localized per language (thanks to Jérôme Cabanis).
|
||||
- When checking a website, the updater will now follow 302 Location headers.
|
||||
- String/pattern search on websites did not work for websites with compression turned on.
|
||||
- Switched from mysql_* to PDO.
|
||||
|
|
3
CREDITS
3
CREDITS
|
@ -3,6 +3,7 @@ Credits
|
|||
|
||||
* Bugfixes & features - Perri Vardy-Mason
|
||||
* PHP Mailer - Brent R. Matzelle
|
||||
* History page & more - Jérôme Cabanis
|
||||
* German translation - Brunbaur Herbert
|
||||
* French translation - David Ribeiro
|
||||
* Korean translation - Ik-Jun
|
||||
|
@ -10,4 +11,4 @@ Credits
|
|||
* Bulgarian translation - Plamen Vasilev
|
||||
* Bootstrap implementation - Luiz Alberto S. Ribeiro
|
||||
* Mosms implementation - Andreas Ek
|
||||
* Status page - Michael Greenhill
|
||||
* Status page - Michael Greenhill
|
||||
|
|
Loading…
Reference in New Issue