From 4d34fdc37679a7f9fd2ba7d08949d44408f59579 Mon Sep 17 00:00:00 2001 From: ConnorLand Date: Thu, 30 Jan 2025 13:36:17 +0100 Subject: [PATCH 01/10] Upload RNs --- .../docs/releasenotes/studio-pro/10/10.18.md | 34 +++++++++++++++++++ 1 file changed, 34 insertions(+) diff --git a/content/en/docs/releasenotes/studio-pro/10/10.18.md b/content/en/docs/releasenotes/studio-pro/10/10.18.md index 7cae753a870..06525c6be4c 100644 --- a/content/en/docs/releasenotes/studio-pro/10/10.18.md +++ b/content/en/docs/releasenotes/studio-pro/10/10.18.md @@ -10,6 +10,40 @@ weight: 82 This is the [MTS](/releasenotes/studio-pro/lts-mts/#mts) version 10 release for apps in production. {{% /alert %}} +## 10.18.2 {#10182} + +**Release date: January , 2025** +{{% button color="info" href="https://marketplace.mendix.com/link/studiopro/10.18.2" text="Go to Marketplace" title="Download version 10.18.2 from the Marketplace" %}} + +## 10.18.2 + +### Improvements + +- We added a progress dialog when doing rename, including or excluding a document/module in the App Explorer +- We made the commit dialog faster and more responsive, this will make the dialog smoother to use. + +### Fixes + +- Fix an error in XPath constraint processing for the web client, that caused a "System.ArgumentException: QueryConstraint not found" exception in Studio Pro (Ticket #236719) +- We have improved the memory usage of the Dojo client when running an app for an extended period of time by fixing several memory leaks that would occur when opening thousands of pages. (Ticket 232228) +- We fixed an issue where list view item actions were not working correctly in the native client in some cases. (Tickets 237875, 238176) +- We fixed an issue where deployment could fail when an entity had one system association (owner or changedBy) already in the database and a second one was added later. +- In the logic editors, we fixed extracting microflows to correctly create parameters when variables were used in loops. +- In the logic editors, we fixed the displayed output variable name for the **Import with a mapping** action. (Tickets 237120, 237336, 238026, 238771, 238994) +- In the logic editors, we fixed a bug where we translated variable names which could cause error messages to be shown. +- We fixed an issue where a wrong homepage was shown briefly before the one configured by a nanoflow action finished loading. +- We fixed an issue where the creation of an index fails when one of its attributes is not available on the offline database (Ticket 239701) +- We fixed a Windows specific issue where temporary files created for images upload were not cleaned up (Ticket 181323). +- We received reports of multiple tasks being scheduled for the same scheduled event. To handle this situation gracefully, we now clean up the superfluous tasks on startup. Additionally we introduced extra logging to help diagnosing these issues. +- We fixed an issue where applications using the Dojo client would sometimes break caused by browser extensions injecting scripts into the page. (Ticket 236663) +- We fixed an Oops dialog that occurred when opening the 'View on Your device' dialog when running an app with navigation profiles of the same kind. (Ticket 233598) +- We introduced a consistency error when the data source is an entity path with steps traversing from a local to a remote entity. (Ticket 203958) + +### Breaking Changes + +- We reverted the fix for listening between widgets to continue after hiding the selecting widget, such as data grid 2, with conditional visibility. The issue will be addressed in a future release. (Ticket 206642) + + ## 10.18.1 {#10181} **Release date: January 10, 2025** From 652e49cea740c50cddb47919c67fe17d78b3a30a Mon Sep 17 00:00:00 2001 From: ConnorLand Date: Thu, 30 Jan 2025 13:37:30 +0100 Subject: [PATCH 02/10] Delete line --- content/en/docs/releasenotes/studio-pro/10/10.18.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/content/en/docs/releasenotes/studio-pro/10/10.18.md b/content/en/docs/releasenotes/studio-pro/10/10.18.md index 06525c6be4c..6d5641362c1 100644 --- a/content/en/docs/releasenotes/studio-pro/10/10.18.md +++ b/content/en/docs/releasenotes/studio-pro/10/10.18.md @@ -15,8 +15,6 @@ This is the [MTS](/releasenotes/studio-pro/lts-mts/#mts) version 10 release for **Release date: January , 2025** {{% button color="info" href="https://marketplace.mendix.com/link/studiopro/10.18.2" text="Go to Marketplace" title="Download version 10.18.2 from the Marketplace" %}} -## 10.18.2 - ### Improvements - We added a progress dialog when doing rename, including or excluding a document/module in the App Explorer From 4126135c93a2f17061726210ee8812e6dd0a86a0 Mon Sep 17 00:00:00 2001 From: ConnorLand Date: Thu, 30 Jan 2025 14:49:10 +0100 Subject: [PATCH 03/10] Improve RNs --- .../docs/releasenotes/studio-pro/10/10.18.md | 22 +++++++++---------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/content/en/docs/releasenotes/studio-pro/10/10.18.md b/content/en/docs/releasenotes/studio-pro/10/10.18.md index 6d5641362c1..44a9b4bbc02 100644 --- a/content/en/docs/releasenotes/studio-pro/10/10.18.md +++ b/content/en/docs/releasenotes/studio-pro/10/10.18.md @@ -22,26 +22,26 @@ This is the [MTS](/releasenotes/studio-pro/lts-mts/#mts) version 10 release for ### Fixes -- Fix an error in XPath constraint processing for the web client, that caused a "System.ArgumentException: QueryConstraint not found" exception in Studio Pro (Ticket #236719) -- We have improved the memory usage of the Dojo client when running an app for an extended period of time by fixing several memory leaks that would occur when opening thousands of pages. (Ticket 232228) -- We fixed an issue where list view item actions were not working correctly in the native client in some cases. (Tickets 237875, 238176) -- We fixed an issue where deployment could fail when an entity had one system association (owner or changedBy) already in the database and a second one was added later. -- In the logic editors, we fixed extracting microflows to correctly create parameters when variables were used in loops. -- In the logic editors, we fixed the displayed output variable name for the **Import with a mapping** action. (Tickets 237120, 237336, 238026, 238771, 238994) -- In the logic editors, we fixed a bug where we translated variable names which could cause error messages to be shown. +- We fixed an error in XPath constraint processing for the web client that caused a **System.ArgumentException: QueryConstraint not found** exception in Studio Pro. (Ticket #236719) +- We fixed Dojo client memory usage when running an app for an extended period of time. Specifically, we fixed several memory leaks that would occur when opening thousands of pages. (Ticket 232228) +- We fixed an issue where list view item actions were not working correctly in the native client. (Tickets 237875, 238176) +- We fixed an issue where deployment could fail when an entity had one system association (**owner** or **changedBy**) already in the database and a second one was added later. +- We fixed multiple things involving the logic editors: + - We fixed extracting microflows to correctly create parameters when variables were used in loops. + - We fixed the displayed output variable name for the **Import with a mapping** action. (Tickets 237120, 237336, 238026, 238771, 238994) + - We fixed a bug where we translated variable names which could cause error messages to be shown. - We fixed an issue where a wrong homepage was shown briefly before the one configured by a nanoflow action finished loading. -- We fixed an issue where the creation of an index fails when one of its attributes is not available on the offline database (Ticket 239701) -- We fixed a Windows specific issue where temporary files created for images upload were not cleaned up (Ticket 181323). +- We fixed an issue where the creation of an index fails when one of its attributes is not available on the offline database. (Ticket 239701) +- We fixed a Windows specific issue where temporary files created for images upload were not cleaned up. (Ticket 181323) - We received reports of multiple tasks being scheduled for the same scheduled event. To handle this situation gracefully, we now clean up the superfluous tasks on startup. Additionally we introduced extra logging to help diagnosing these issues. - We fixed an issue where applications using the Dojo client would sometimes break caused by browser extensions injecting scripts into the page. (Ticket 236663) -- We fixed an Oops dialog that occurred when opening the 'View on Your device' dialog when running an app with navigation profiles of the same kind. (Ticket 233598) +- We fixed an **Oops** dialog that occurred when opening the **View on Your device** dialog when running an app with navigation profiles of the same kind. (Ticket 233598) - We introduced a consistency error when the data source is an entity path with steps traversing from a local to a remote entity. (Ticket 203958) ### Breaking Changes - We reverted the fix for listening between widgets to continue after hiding the selecting widget, such as data grid 2, with conditional visibility. The issue will be addressed in a future release. (Ticket 206642) - ## 10.18.1 {#10181} **Release date: January 10, 2025** From eab232beb261f956ed365fbd523acc8981fefe1c Mon Sep 17 00:00:00 2001 From: ConnorLand Date: Thu, 30 Jan 2025 14:53:23 +0100 Subject: [PATCH 04/10] Reorder fixes --- .../docs/releasenotes/studio-pro/10/10.18.md | 20 ++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) diff --git a/content/en/docs/releasenotes/studio-pro/10/10.18.md b/content/en/docs/releasenotes/studio-pro/10/10.18.md index 44a9b4bbc02..a7bea4e6046 100644 --- a/content/en/docs/releasenotes/studio-pro/10/10.18.md +++ b/content/en/docs/releasenotes/studio-pro/10/10.18.md @@ -21,22 +21,24 @@ This is the [MTS](/releasenotes/studio-pro/lts-mts/#mts) version 10 release for - We made the commit dialog faster and more responsive, this will make the dialog smoother to use. ### Fixes - -- We fixed an error in XPath constraint processing for the web client that caused a **System.ArgumentException: QueryConstraint not found** exception in Studio Pro. (Ticket #236719) + +- We fixed a Windows specific issue where temporary files created for images upload were not cleaned up. (Ticket 181323) +- We introduced a consistency error when the data source is an entity path with steps traversing from a local to a remote entity. (Ticket 203958) - We fixed Dojo client memory usage when running an app for an extended period of time. Specifically, we fixed several memory leaks that would occur when opening thousands of pages. (Ticket 232228) -- We fixed an issue where list view item actions were not working correctly in the native client. (Tickets 237875, 238176) -- We fixed an issue where deployment could fail when an entity had one system association (**owner** or **changedBy**) already in the database and a second one was added later. +- We fixed an **Oops** dialog that occurred when opening the **View on Your device** dialog when running an app with navigation profiles of the same kind. (Ticket 233598) +- We fixed an issue where applications using the Dojo client would sometimes break caused by browser extensions injecting scripts into the page. (Ticket 236663) +- We fixed an error in XPath constraint processing for the web client that caused a **System.ArgumentException: QueryConstraint not found** exception in Studio Pro. (Ticket #236719) + + - We fixed multiple things involving the logic editors: - We fixed extracting microflows to correctly create parameters when variables were used in loops. - We fixed the displayed output variable name for the **Import with a mapping** action. (Tickets 237120, 237336, 238026, 238771, 238994) - We fixed a bug where we translated variable names which could cause error messages to be shown. -- We fixed an issue where a wrong homepage was shown briefly before the one configured by a nanoflow action finished loading. +- We fixed an issue where list view item actions were not working correctly in the native client. (Tickets 237875, 238176) - We fixed an issue where the creation of an index fails when one of its attributes is not available on the offline database. (Ticket 239701) -- We fixed a Windows specific issue where temporary files created for images upload were not cleaned up. (Ticket 181323) - We received reports of multiple tasks being scheduled for the same scheduled event. To handle this situation gracefully, we now clean up the superfluous tasks on startup. Additionally we introduced extra logging to help diagnosing these issues. -- We fixed an issue where applications using the Dojo client would sometimes break caused by browser extensions injecting scripts into the page. (Ticket 236663) -- We fixed an **Oops** dialog that occurred when opening the **View on Your device** dialog when running an app with navigation profiles of the same kind. (Ticket 233598) -- We introduced a consistency error when the data source is an entity path with steps traversing from a local to a remote entity. (Ticket 203958) +- We fixed an issue where deployment could fail when an entity had one system association (**owner** or **changedBy**) already in the database and a second one was added later. +- We fixed an issue where a wrong homepage was shown briefly before the one configured by a nanoflow action finished loading. ### Breaking Changes From 756bda23d6ef3cddcec9efe802ed8dc5241d9d3e Mon Sep 17 00:00:00 2001 From: ConnorLand Date: Thu, 30 Jan 2025 14:54:25 +0100 Subject: [PATCH 05/10] Delete line breaks --- content/en/docs/releasenotes/studio-pro/10/10.18.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/content/en/docs/releasenotes/studio-pro/10/10.18.md b/content/en/docs/releasenotes/studio-pro/10/10.18.md index a7bea4e6046..0f7da0d0584 100644 --- a/content/en/docs/releasenotes/studio-pro/10/10.18.md +++ b/content/en/docs/releasenotes/studio-pro/10/10.18.md @@ -28,8 +28,6 @@ This is the [MTS](/releasenotes/studio-pro/lts-mts/#mts) version 10 release for - We fixed an **Oops** dialog that occurred when opening the **View on Your device** dialog when running an app with navigation profiles of the same kind. (Ticket 233598) - We fixed an issue where applications using the Dojo client would sometimes break caused by browser extensions injecting scripts into the page. (Ticket 236663) - We fixed an error in XPath constraint processing for the web client that caused a **System.ArgumentException: QueryConstraint not found** exception in Studio Pro. (Ticket #236719) - - - We fixed multiple things involving the logic editors: - We fixed extracting microflows to correctly create parameters when variables were used in loops. - We fixed the displayed output variable name for the **Import with a mapping** action. (Tickets 237120, 237336, 238026, 238771, 238994) From aef146a7c13d3e6fa752ad7904a689d56c88b969 Mon Sep 17 00:00:00 2001 From: ConnorLand Date: Thu, 30 Jan 2025 14:57:12 +0100 Subject: [PATCH 06/10] Make lang consistent with 10.6.20 --- content/en/docs/releasenotes/studio-pro/10/10.18.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/content/en/docs/releasenotes/studio-pro/10/10.18.md b/content/en/docs/releasenotes/studio-pro/10/10.18.md index 0f7da0d0584..5093de70d93 100644 --- a/content/en/docs/releasenotes/studio-pro/10/10.18.md +++ b/content/en/docs/releasenotes/studio-pro/10/10.18.md @@ -22,10 +22,10 @@ This is the [MTS](/releasenotes/studio-pro/lts-mts/#mts) version 10 release for ### Fixes -- We fixed a Windows specific issue where temporary files created for images upload were not cleaned up. (Ticket 181323) +- We fixed an issue on Windows where temporary files created for image uploads were not cleaned up. (Ticket 181323) - We introduced a consistency error when the data source is an entity path with steps traversing from a local to a remote entity. (Ticket 203958) - We fixed Dojo client memory usage when running an app for an extended period of time. Specifically, we fixed several memory leaks that would occur when opening thousands of pages. (Ticket 232228) -- We fixed an **Oops** dialog that occurred when opening the **View on Your device** dialog when running an app with navigation profiles of the same kind. (Ticket 233598) +- We fixed an **Oops** dialog that occurred when opening the **View on your device** dialog when running an app with navigation profiles of the same kind. (Ticket 233598) - We fixed an issue where applications using the Dojo client would sometimes break caused by browser extensions injecting scripts into the page. (Ticket 236663) - We fixed an error in XPath constraint processing for the web client that caused a **System.ArgumentException: QueryConstraint not found** exception in Studio Pro. (Ticket #236719) - We fixed multiple things involving the logic editors: @@ -34,7 +34,7 @@ This is the [MTS](/releasenotes/studio-pro/lts-mts/#mts) version 10 release for - We fixed a bug where we translated variable names which could cause error messages to be shown. - We fixed an issue where list view item actions were not working correctly in the native client. (Tickets 237875, 238176) - We fixed an issue where the creation of an index fails when one of its attributes is not available on the offline database. (Ticket 239701) -- We received reports of multiple tasks being scheduled for the same scheduled event. To handle this situation gracefully, we now clean up the superfluous tasks on startup. Additionally we introduced extra logging to help diagnosing these issues. +- We received reports of multiple tasks being scheduled for the same scheduled event. To handle this situation gracefully, we now clean up superfluous tasks on startup. Additionally, we introduced extra logging to help diagnose these issues. - We fixed an issue where deployment could fail when an entity had one system association (**owner** or **changedBy**) already in the database and a second one was added later. - We fixed an issue where a wrong homepage was shown briefly before the one configured by a nanoflow action finished loading. From e8889fb30e261d233e2bb591f68b96c528af926f Mon Sep 17 00:00:00 2001 From: ConnorLand <47385345+ConnorLand@users.noreply.github.com> Date: Thu, 30 Jan 2025 15:12:43 +0100 Subject: [PATCH 07/10] add line break --- content/en/docs/releasenotes/studio-pro/10/10.18.md | 1 + 1 file changed, 1 insertion(+) diff --git a/content/en/docs/releasenotes/studio-pro/10/10.18.md b/content/en/docs/releasenotes/studio-pro/10/10.18.md index 5093de70d93..923b3411818 100644 --- a/content/en/docs/releasenotes/studio-pro/10/10.18.md +++ b/content/en/docs/releasenotes/studio-pro/10/10.18.md @@ -13,6 +13,7 @@ This is the [MTS](/releasenotes/studio-pro/lts-mts/#mts) version 10 release for ## 10.18.2 {#10182} **Release date: January , 2025** + {{% button color="info" href="https://marketplace.mendix.com/link/studiopro/10.18.2" text="Go to Marketplace" title="Download version 10.18.2 from the Marketplace" %}} ### Improvements From 9862b771a4a332fb26e94eb946c0953495b68726 Mon Sep 17 00:00:00 2001 From: Maria Shaposhnikova Date: Fri, 31 Jan 2025 13:04:39 +0100 Subject: [PATCH 08/10] Align with other release notes for consistency --- .../docs/releasenotes/studio-pro/10/10.18.md | 39 +++++++++---------- 1 file changed, 19 insertions(+), 20 deletions(-) diff --git a/content/en/docs/releasenotes/studio-pro/10/10.18.md b/content/en/docs/releasenotes/studio-pro/10/10.18.md index 923b3411818..976dc92db11 100644 --- a/content/en/docs/releasenotes/studio-pro/10/10.18.md +++ b/content/en/docs/releasenotes/studio-pro/10/10.18.md @@ -17,31 +17,30 @@ This is the [MTS](/releasenotes/studio-pro/lts-mts/#mts) version 10 release for {{% button color="info" href="https://marketplace.mendix.com/link/studiopro/10.18.2" text="Go to Marketplace" title="Download version 10.18.2 from the Marketplace" %}} ### Improvements - -- We added a progress dialog when doing rename, including or excluding a document/module in the App Explorer -- We made the commit dialog faster and more responsive, this will make the dialog smoother to use. + +* We added a progress pop-up window when renaming, including or excluding a document/module in the App Explorer. +* We made the **Commit** dialog box faster and more responsive, which makes it smoother to use. ### Fixes -- We fixed an issue on Windows where temporary files created for image uploads were not cleaned up. (Ticket 181323) -- We introduced a consistency error when the data source is an entity path with steps traversing from a local to a remote entity. (Ticket 203958) -- We fixed Dojo client memory usage when running an app for an extended period of time. Specifically, we fixed several memory leaks that would occur when opening thousands of pages. (Ticket 232228) -- We fixed an **Oops** dialog that occurred when opening the **View on your device** dialog when running an app with navigation profiles of the same kind. (Ticket 233598) -- We fixed an issue where applications using the Dojo client would sometimes break caused by browser extensions injecting scripts into the page. (Ticket 236663) -- We fixed an error in XPath constraint processing for the web client that caused a **System.ArgumentException: QueryConstraint not found** exception in Studio Pro. (Ticket #236719) -- We fixed multiple things involving the logic editors: - - We fixed extracting microflows to correctly create parameters when variables were used in loops. - - We fixed the displayed output variable name for the **Import with a mapping** action. (Tickets 237120, 237336, 238026, 238771, 238994) - - We fixed a bug where we translated variable names which could cause error messages to be shown. -- We fixed an issue where list view item actions were not working correctly in the native client. (Tickets 237875, 238176) -- We fixed an issue where the creation of an index fails when one of its attributes is not available on the offline database. (Ticket 239701) -- We received reports of multiple tasks being scheduled for the same scheduled event. To handle this situation gracefully, we now clean up superfluous tasks on startup. Additionally, we introduced extra logging to help diagnose these issues. -- We fixed an issue where deployment could fail when an entity had one system association (**owner** or **changedBy**) already in the database and a second one was added later. -- We fixed an issue where a wrong homepage was shown briefly before the one configured by a nanoflow action finished loading. +* We fixed a Windows-specific issue where temporary files created for images upload were not cleaned up. (Ticket 181323) +* We introduced a consistency error when the data source was an entity path with steps traversing from a local to an external entity. (Ticket 203958) +* We improved the memory usage of the Dojo client when running an app for an extended period of time by fixing several memory leaks that occurred when opening thousands of pages. (Ticket 232228) +* We fixed an **Oops** pop-up window that appeared when opening the **View on Your device** dialog box while running an app with navigation profiles of the same kind. (Ticket 233598) +* We fixed an issue where apps using the Dojo client broke due to browser extensions injecting scripts into the page. (Ticket 236663) +* We fixed an error in XPath constraint processing for the web client, that caused a *System.ArgumentException: QueryConstraint not found* exception in Studio Pro. (Ticket 236719) +* In the logic editors, we fixed the displayed output variable name for the **Import with a mapping** action. (Tickets 237120, 237336, 238026, 238771, 238994) +* We fixed an issue where list view item actions were not working correctly in the native client. (Tickets 232033, 237875, 238176) +* We fixed an issue where the creation of an index failed when one of its attributes was not available on the offline database. (Ticket 239701) +* We received reports of multiple tasks being scheduled for the same scheduled event. To handle this situation gracefully, we now clean up the superfluous tasks on startup. Additionally we introduced extra logging to help diagnosing these issues. +* We fixed an issue where deployment failed when an entity had one system association (**owner** or **changedBy**) already in the database and a second one was added later. +* We fixed an issue where a wrong homepage was shown briefly before the one configured by a nanoflow action finished loading. +* In the logic editors, we fixed extracting microflows to correctly create parameters when variables were used in loops. +* We fixed a bug where we translated variable names which caused error messages to be shown. ### Breaking Changes - -- We reverted the fix for listening between widgets to continue after hiding the selecting widget, such as data grid 2, with conditional visibility. The issue will be addressed in a future release. (Ticket 206642) + +* We reverted the fix for listening between widgets to continue after hiding the selecting widget, such as data grid 2, with conditional visibility. The issue will be addressed in a future release. (Ticket 206642) ## 10.18.1 {#10181} From f4c2415ff509ec5374971b97c109fab8be65709d Mon Sep 17 00:00:00 2001 From: Maria Shaposhnikova Date: Fri, 31 Jan 2025 13:06:13 +0100 Subject: [PATCH 09/10] Review --- content/en/docs/releasenotes/studio-pro/10/10.18.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/releasenotes/studio-pro/10/10.18.md b/content/en/docs/releasenotes/studio-pro/10/10.18.md index 976dc92db11..7c63a143c82 100644 --- a/content/en/docs/releasenotes/studio-pro/10/10.18.md +++ b/content/en/docs/releasenotes/studio-pro/10/10.18.md @@ -36,7 +36,7 @@ This is the [MTS](/releasenotes/studio-pro/lts-mts/#mts) version 10 release for * We fixed an issue where deployment failed when an entity had one system association (**owner** or **changedBy**) already in the database and a second one was added later. * We fixed an issue where a wrong homepage was shown briefly before the one configured by a nanoflow action finished loading. * In the logic editors, we fixed extracting microflows to correctly create parameters when variables were used in loops. -* We fixed a bug where we translated variable names which caused error messages to be shown. +* In the logic editors, we fixed a bug where we translated variable names which caused error messages to be shown. ### Breaking Changes From 730472689714c204d240683c66daffae36af72ac Mon Sep 17 00:00:00 2001 From: Maria Shaposhnikova <38249778+MariaShaposhnikova@users.noreply.github.com> Date: Tue, 4 Feb 2025 10:21:12 +0100 Subject: [PATCH 10/10] Update the date --- content/en/docs/releasenotes/studio-pro/10/10.18.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/releasenotes/studio-pro/10/10.18.md b/content/en/docs/releasenotes/studio-pro/10/10.18.md index 7c63a143c82..5e64fedaefd 100644 --- a/content/en/docs/releasenotes/studio-pro/10/10.18.md +++ b/content/en/docs/releasenotes/studio-pro/10/10.18.md @@ -12,7 +12,7 @@ This is the [MTS](/releasenotes/studio-pro/lts-mts/#mts) version 10 release for ## 10.18.2 {#10182} -**Release date: January , 2025** +**Release date: February 4, 2025** {{% button color="info" href="https://marketplace.mendix.com/link/studiopro/10.18.2" text="Go to Marketplace" title="Download version 10.18.2 from the Marketplace" %}}