Skip to content

Commit 804fcf6

Browse files
authored
Merge pull request mendix#11026 from mendix/ctl-11.9.1-RNs
11.9.1 SP RNs
2 parents a36e8ea + fa77faa commit 804fcf6

1 file changed

Lines changed: 17 additions & 2 deletions

File tree

  • content/en/docs/releasenotes/studio-pro/11

content/en/docs/releasenotes/studio-pro/11/11.9.md

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,23 @@ title: "11.9"
33
url: /releasenotes/studio-pro/11.9/
44
description: "The release notes for Mendix Studio Pro 11.9 (including all patches) with details on new features, bug fixes, and known issues."
55
weight: 91
6-
# KI: "Import module with widgets": APPEXT-1301
6+
# KI: "Using an Oracle database": Ticket 275597
77
---
88

9+
## 11.9.1 {#1191}
10+
11+
**Release date: April 17 , 2026**
12+
13+
{{% button color="info" href="https://marketplace.mendix.com/link/studiopro/11.9.1" text="Go to Marketplace" title="Download version 11.9.1 from the Marketplace" %}}
14+
15+
### Fixes
16+
17+
- <a id="fix-module-import"></a>We fixed a [known issue](/releasenotes/studio-pro/11.9/#known-issues) where subsequent imports of widget-containing modules silently failed.
18+
- We significantly improved the load times for microflows in the Extensibility API.
19+
- We fixed a bug where wrong type name was returned for **Custom Blob** documents during the rename event payload in the Extensibility API.
20+
- We made Event sub-process start activity in workflow not draggable.
21+
- We made main start activity in Workflow not draggable to prevent users from accidentally dragging it and losing their progress. This change will help improve the user experience and prevent frustration caused by accidental drags.
22+
923
## 11.9.0 {#1190}
1024

1125
**Release date: March 31, 2026**
@@ -68,7 +82,7 @@ For more information, see [Portable App Distribution](/developerportal/deploy/po
6882

6983
#### Widget and Module Marketplace Metadata {#widget-module-metadata}
7084

71-
We changed how Studio Pro stores Marketplace identity data for widgets. This data is now stored in a single shared file, widgets-appstore-metadata.json, located in the root of your app project, instead of inside each individual widget's .mpk file. Additionally, some Marketplace modules could have an incorrect version string in the app model, these are now corrected automatically. When you open your app, all widget files are updated, the new `widgets-appstore-metadata.json` file is created, and any module version strings are corrected. These will appear as changes in your version control, commit them as part of your upgrade.
85+
We changed how Studio Pro stores Marketplace identity data for widgets. This data is now stored in a single shared file, `widgets-appstore-metadata.json`, located in the root of your app project, instead of inside each individual widget's *.mpk* file. Additionally, some Marketplace modules could have an incorrect version string in the app model, these are now corrected automatically. When you open your app, all widget files are updated, the new `widgets-appstore-metadata.json` file is created, and any module version strings are corrected. These will appear as changes in your version control, commit them as part of your upgrade.
7286

7387
#### Other Improvements
7488

@@ -173,3 +187,4 @@ We changed how Studio Pro stores Marketplace identity data for widgets. This dat
173187

174188
* When using an Oracle database, invalid SQL is generated by the task queue subsystem, causing application startup to fail. (Ticket 275597)
175189
* After you import a module with widgets (for example, the Data Widgets module) or just a widget, Studio Pro enters a state where subsequent imports of widget-containing modules silently fail. Studio Pro may appear to complete the import successfully but fails to actually import the module and its widgets. Studio Pro must be restarted to install another module with widgets, it is not sufficient to close the app or the Marketplace. The issue also persists for downloaded modules with widgets that are manually installed. <br/> We are working on the solution for this issue, the fix will be released as soon as possible in the upcoming patched versions.
190+
* Fixed in [11.9.1](#fix-module-import)

0 commit comments

Comments
 (0)