From 990e9dc8c7005e47e571eca0fb8747b3f1bd147b Mon Sep 17 00:00:00 2001 From: Arjen Hoekstra Date: Tue, 22 Jul 2025 15:23:19 +0200 Subject: [PATCH 1/2] Migration notes for Deep Link module --- content/en/docs/refguide/installation/upgrading-from-10-to-11.md | 1 + 1 file changed, 1 insertion(+) diff --git a/content/en/docs/refguide/installation/upgrading-from-10-to-11.md b/content/en/docs/refguide/installation/upgrading-from-10-to-11.md index 4ff5d653c51..d7e6307e34c 100644 --- a/content/en/docs/refguide/installation/upgrading-from-10-to-11.md +++ b/content/en/docs/refguide/installation/upgrading-from-10-to-11.md @@ -113,3 +113,4 @@ You can resolve the error by enabling entity access for the microflow that calls * Client API `mx.logger` is no longer supported. All calls to it should be replaced with standard `console.log`, `console.warn`, and other such standard calls. All widgets that use the `mx.logger` need to be updated. * We no longer convert `empty` values sent to the client into empty strings. All client side expressions must be adjusted accordingly. * We no longer support the runtime API class `com.mendix.modules.email.EmailModule` which was deprecated in [Mendix 10.12](https://docs.mendix.com/releasenotes/studio-pro/10.12/#deprecate-email). We recommend using the [Email Connector](https://marketplace.mendix.com/link/component/120739) module instead. +* The [Deep Link module](https://marketplace.mendix.com/link/component/43) is deprecated and will not receive active support anymore in Mendix 11. The functionality this module offers has been replaced by built-in features of the Mendix Platform like Page URLs and Microflow URLs. See the [migration guide](https://docs.mendix.com/appstore/modules/deep-link/#migrate-page-micro) on how to migrate to these built-in features. From 74b9f71ccf02943ffbd743c78df32e8db39492a1 Mon Sep 17 00:00:00 2001 From: nicoletacoman Date: Tue, 22 Jul 2025 17:13:16 +0200 Subject: [PATCH 2/2] TW review --- .../en/docs/refguide/installation/upgrading-from-10-to-11.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/refguide/installation/upgrading-from-10-to-11.md b/content/en/docs/refguide/installation/upgrading-from-10-to-11.md index d7e6307e34c..7faf0b1c9c1 100644 --- a/content/en/docs/refguide/installation/upgrading-from-10-to-11.md +++ b/content/en/docs/refguide/installation/upgrading-from-10-to-11.md @@ -113,4 +113,4 @@ You can resolve the error by enabling entity access for the microflow that calls * Client API `mx.logger` is no longer supported. All calls to it should be replaced with standard `console.log`, `console.warn`, and other such standard calls. All widgets that use the `mx.logger` need to be updated. * We no longer convert `empty` values sent to the client into empty strings. All client side expressions must be adjusted accordingly. * We no longer support the runtime API class `com.mendix.modules.email.EmailModule` which was deprecated in [Mendix 10.12](https://docs.mendix.com/releasenotes/studio-pro/10.12/#deprecate-email). We recommend using the [Email Connector](https://marketplace.mendix.com/link/component/120739) module instead. -* The [Deep Link module](https://marketplace.mendix.com/link/component/43) is deprecated and will not receive active support anymore in Mendix 11. The functionality this module offers has been replaced by built-in features of the Mendix Platform like Page URLs and Microflow URLs. See the [migration guide](https://docs.mendix.com/appstore/modules/deep-link/#migrate-page-micro) on how to migrate to these built-in features. +* The [Deep Link module](https://marketplace.mendix.com/link/component/43) is deprecated, and no longer receives active support starting with Studio Pro 11. The functionality this module offers has been replaced with built-in features of the Mendix Platform, such as Page URLs and Microflow URLs. Refer to the [Migrating to Page and Microflow URLs](/appstore/modules/deep-link/#migrate-page-micro) section in *Deep Link* for details on how to migrate to these built-in features.