This is a maintenance release that fixes PHP 8.5 deprecation warnings caused by
using null as an array offset, and an incompatibility with IPL HTML in
SelectElement::getOption() calls.
Upgrading
Packages are available as icinga-vspheredb. If you missed the packages
introduced with v1.8.0, consider switching to them now. For non-package
installations, please check our Upgrade Script.
Fixed issues
- You can find issues and feature requests related to this release on our
roadmap
PHP Support
- FIX: No longer using
nullas array offset, which is deprecated in PHP 8.5
IPL Compatibility
- FIX:
SelectElement::getOption()now receives an empty string instead of
nullfor the placeholder option (#621)