From ce769d7474a715f479970cbfff97ad982eee646c Mon Sep 17 00:00:00 2001 From: Alexandre BODIN Date: Thu, 23 Jul 2020 18:25:35 +0200 Subject: [PATCH] Add migration warning (#7143) * Add migration warning Signed-off-by: Alexandre Bodin * minor tweak to grammer Signed-off-by: Derrick Mehaffy Co-authored-by: Derrick Mehaffy --- docs/v3.x/migration-guide/migration-guide-3.0.x-to-3.1.x.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/v3.x/migration-guide/migration-guide-3.0.x-to-3.1.x.md b/docs/v3.x/migration-guide/migration-guide-3.0.x-to-3.1.x.md index 36e5f1ade3..9b431e4193 100644 --- a/docs/v3.x/migration-guide/migration-guide-3.0.x-to-3.1.x.md +++ b/docs/v3.x/migration-guide/migration-guide-3.0.x-to-3.1.x.md @@ -2,6 +2,12 @@ **Make sure your server is not running until the end of the migration** +:::warning +If you are using **extensions** to create custom code or modifying existing code, you will need to update your code and compare your version to the new changes on the repository. +
+Not updating your **extensions** can break your app in unexpected ways that we cannot predict. +::: + ## Summary [[toc]]