Skip to content

Commit dd48b19

Browse files
committed
Merge remote-tracking branch 'origin/development' into production
2 parents b38fdb3 + 8df7b82 commit dd48b19

5 files changed

Lines changed: 26 additions & 4 deletions

File tree

content/en/docs/community-tools/mendix-community.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ The following tabs are available in **Posts**:
3939
* **Commented** – The questions, exchanges, and ideas that you have commented on
4040
* **Drafts** – The post drafts you have started
4141

42-
## General
42+
## Forum
4343

4444
### Questions {#questions-tab}
4545

content/en/docs/marketplace/platform-supported-content/modules/excel-exporter.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,19 @@ On the template details page, you can define the template with the following ite
5555
* **Upload existing excel file**: uploads an Excel file which is used as a template
5656

5757
{{% alert color="info" %}}If you use an uploaded Excel file as a template, the names of the sheets and columns in your template will be used. However, the background color in your template will be overruled by the **Background color** (including **none**) specified in the applicable style. {{% /alert %}}
58-
58+
59+
* **Sanitize formulas to text**: When enabled, the module automatically sanitizes any string values that begin with potentially dangerous characters:
60+
- `=` (equals)
61+
- `+` (plus)
62+
- `-` (minus/hyphen)
63+
- `@` (at)
64+
65+
{{% alert color="info" %}} When sanitization is enabled, the exporter prepends a apostrophe (`'`) to any string value starting with these
66+
characters. This forces Excel and CSV applications to treat the value as literal text rather than a formula.
67+
Formula sanitization is **disabled by default**.
68+
Enable this feature if your exported data may contain user-generated content.
69+
This setting applies to both Excel (*.xlsx*, *.xls*, *.xlsm*) and CSV exports. {{% /alert %}}
70+
5971
* **Worksheets**: contains the following items that you can use to define sheets in an exported document:
6072
* **New**: opens a new [sheet details page](#sheet-details) to create a sheet
6173
* **Edit**: opens the sheet details page for the selected sheet where you can make changes

content/en/docs/mendix-portal/maia-portal.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,10 @@ These are the tasks you can achieve with Maia in Mendix Portal:
3333

3434
* **Maia for Feedback** – An AI-assisted tools that help you organize unsorted feedback into groups and themes. This is available on the [Feedback](/developerportal/app-insights/feedback/#organizing-feedback-with-maia) page.
3535

36+
## Maia Plan
37+
38+
Maia Plan helps you plan and generate an app from within Mendix Portal. All you need to do is provide project context, review and refine the generated project scope, and approve the solution proposal to start your app development. For detailed steps, refer to [Maia Plan](/developerportal/maia-plan/).
39+
3640
## Maia Chat {#maia-chat}
3741

3842
{{% alert color="info" %}}

content/en/docs/refguide/mendix-ai-assistance/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ For more information on how to ensure optimal performance of Maia, see the [Best
2727

2828
## Fair Use Policy {#fair-use}
2929

30-
Mendix applies fair use limits to maintain a reliable experience for all users. If usage exceeds these limits, your Maia access may be paused for one week.
30+
Mendix applies fair use limits to maintain a reliable experience for all users. If usage exceeds these limits, your Maia access may be temporarily paused. Account access is reviewed on a weekly schedule. Your account will be automatically reactivated within seven days once the review period concludes.
3131

3232
## Network Configuration Requirements {#maia-network-requirement}
3333

content/en/docs/releasenotes/marketplace/marketplace-services/private-service.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,13 @@ weight: 20
77
numberless_headings: true
88
---
99

10-
## 1.0.3 (`latest`)
10+
## 1.0.4 (`latest`)
11+
12+
**Release date: May 18, 2026**
13+
14+
This release includes routine security updates, which do not pose any apparent risk to Mendix customers.
15+
16+
## 1.0.3
1117

1218
**Release date: March 06, 2026**
1319

0 commit comments

Comments
 (0)