nagiosql/doc/CHANGELOG

35 lines
1.3 KiB
Plaintext
Raw Normal View History

2019-04-17 11:40:50 +02:00
CHANGELOG 3.4.0
---------------
- Support for PHP 7.x (developped and tested with PHP 7.2.4)
- Support for PHP < 5.5 dropped
- Code reworked to follow PSR1/PSR2 standards
- New class autoloader function
- Several minor bugfixes
- Moved sourcecode to GitLab
- FTP now supports encrypted communication (FTPS) - new option in config targets
- Full support for Nagios 4.x added (importance and service parents)
- Nagios cgi.cfg path is now handled by NagiosQL
- Nagios ressource.cfg path is now handled by NagiosQL
2017-10-20 15:00:08 +02:00
CHANGELOG 3.3.0
---------------
2019-04-17 11:40:50 +02:00
- [OK] Support for PHP version 7.0 (not 7.1 or higher)
2017-10-20 15:00:08 +02:00
- [OK] Database interface changed from mysql to mysqli
2017-05-22 11:24:21 +02:00
CHANGELOG 3.2.0
---------------
- [OK] Enable/Disable regardless of register
- [OK] HTML reworking
- [OK] Domain separation (Data / Configuration)
- [OK] Additional user settings
o Language
o Standard domain
- [OK] Better HTML/CSS implementation for IE (scroll fields)
- [OK] Configuration name is stored as free variable inside the configuration file
- [OK] New support page with additional checks
- [OK] New/reworked installer
- [OK] Servicegroup support for servicedependencies and serviceescalations
- [OK][BUG] Reworked service selection in servicedependencies and serviceescalations
- [OK][BUG] Reworked right management (menu access / read rights)