Skip to content

Commit 0504d7e

Browse files
authored
File Uploader v2.4.2: Update changelog (#2188)
2 parents 3b8878f + 19b090c commit 0504d7e

5 files changed

Lines changed: 13 additions & 3 deletions

File tree

packages/modules/file-uploader/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,14 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66

77
## [Unreleased]
88

9+
## [2.4.2] FileUploader - 2026-04-23
10+
11+
### [2.4.2] FileUploader
12+
13+
#### Fixed
14+
15+
- We fixed an issue with Download button not working on Mendix 11.8.
16+
917
## [2.4.1] FileUploader - 2026-02-12
1018

1119
### Fixed

packages/modules/file-uploader/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@mendix/file-uploader",
33
"moduleName": "File Uploader module",
4-
"version": "2.4.1",
4+
"version": "2.4.2",
55
"copyright": "© Mendix Technology BV 2025. All rights reserved.",
66
"license": "Apache-2.0",
77
"private": true,

packages/pluggableWidgets/file-uploader-web/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66

77
## [Unreleased]
88

9+
## [2.4.2] - 2026-04-23
10+
911
### Fixed
1012

1113
- We fixed an issue with Download button not working on Mendix 11.8.

packages/pluggableWidgets/file-uploader-web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@mendix/file-uploader-web",
33
"widgetName": "FileUploader",
4-
"version": "2.4.1",
4+
"version": "2.4.2",
55
"description": "Upload files via drag-and-drop or file dialog. Supports multiple file uploads and image preview thumbnails.",
66
"copyright": "© Mendix Technology BV 2025. All rights reserved.",
77
"license": "Apache-2.0",

packages/pluggableWidgets/file-uploader-web/src/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8" ?>
22
<package xmlns="http://www.mendix.com/package/1.0/">
3-
<clientModule name="FileUploader" version="2.4.1" xmlns="http://www.mendix.com/clientModule/1.0/">
3+
<clientModule name="FileUploader" version="2.4.2" xmlns="http://www.mendix.com/clientModule/1.0/">
44
<widgetFiles>
55
<widgetFile path="FileUploader.xml" />
66
</widgetFiles>

0 commit comments

Comments
 (0)