From 575fd9b8091e4de46708b9f48fe62f49e09ffc69 Mon Sep 17 00:00:00 2001 From: Nidhi Soni <33543834+Nidhi251289@users.noreply.github.com> Date: Thu, 27 Aug 2026 16:15:14 +0200 Subject: [PATCH] Update release notes for Private Mendix Platform Download portal 1.0 Version 1.0.0 of Private Mendix Platform Download Portal introduces several fixes, including improved API responses and support for multiple component versions in marketplace bundles. --- .../private-platform-download-portal/1.0.md | 21 +++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 content/en/docs/releasenotes/private-platform-download-portal/1.0.md diff --git a/content/en/docs/releasenotes/private-platform-download-portal/1.0.md b/content/en/docs/releasenotes/private-platform-download-portal/1.0.md new file mode 100644 index 00000000000..2a1472c207f --- /dev/null +++ b/content/en/docs/releasenotes/private-platform-download-portal/1.0.md @@ -0,0 +1,21 @@ +--- +title: "1.0" +url: /releasenotes/private-platform-download-portal/1-0/ +description: "Release notes for version 1.0 of Private Mendix Platform Download Portal" +weight: 4 +lts: true +--- + +These release notes cover changes made to the [Private Mendix Platform Download Portal](/private-mendix-platform-download-portal/) in version 1.0. + +## 1.0.0 + +### Release date: August 27, 2026 + +Version 1.0.0 of Private Mendix Platform Download Portal introduces a number of fixes. + +#### Fixes + +* Added fix to retrieve all contents while creating new marketplace bundles. The API response is now in alignment with the public marketplace. [286142](https://mendixsupport.zendesk.com/agent/tickets/286142) +* Added support to add multiple versions of the same component in the marketplace bundles. [286140](https://mendixsupport.zendesk.com/agent/tickets/286140) +* Updated version filter in Marketplace bundles to align with public mendix marketplace. [286137](https://mendixsupport.zendesk.com/agent/tickets/286137) [286143](https://mendixsupport.zendesk.com/agent/tickets/286143)