From e4afd2bf87852dba7830a1d130e1b6c2e0855634 Mon Sep 17 00:00:00 2001 From: Johannes Meyer Date: Mon, 15 Jul 2019 11:59:35 +0200 Subject: [PATCH] doc: Add upgrading note for module developers due to the jQuery update --- doc/80-Upgrading.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/doc/80-Upgrading.md b/doc/80-Upgrading.md index 2a7dc7e68..5a3a38754 100644 --- a/doc/80-Upgrading.md +++ b/doc/80-Upgrading.md @@ -6,6 +6,13 @@ Icinga Web 2 database. Specific version upgrades are described below. Please note that version updates are incremental. An upgrade from v2.3 to v2.5 requires to follow the instructions for v2.4 too. +## Upgrading to Icinga Web 2 2.7.x + +**Breaking changes** + +* We've upgraded jQuery to version 3.4.1. If you're a module developer, check what's been deprecated since + v2.1 or earlier and has now been removed. (https://api.jquery.com/category/deprecated/) + ## Upgrading to Icinga Web 2 2.6.x * Icinga Web 2 version 2.6.x does not introduce any backward incompatible change.