From 79e33779ddd77cc04063484aa65d3844d50c3025 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Furkan=20Arabac=C4=B1?= Date: Thu, 12 Jun 2025 17:46:47 +0200 Subject: [PATCH 1/3] update mendix_release for op-sqlite database migration --- mendix_version.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/mendix_version.json b/mendix_version.json index cbe940d5..27cf313d 100644 --- a/mendix_version.json +++ b/mendix_version.json @@ -3,8 +3,12 @@ "max": "*", "min": "15.0.0" }, - ">=10.22.0": { + ">=10.24.0": { "max": "14.*.*", + "min": "14.1.3" + }, + ">=10.22.0": { + "max": "14.1.2", "min": "14.0.0" }, ">=10.21.0": { From e29ec2a9d469f3c75f8bc680e23cfd062d5f1d37 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Furkan=20Arabac=C4=B1?= Date: Thu, 12 Jun 2025 17:49:52 +0200 Subject: [PATCH 2/3] fix spacing --- mendix_version.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mendix_version.json b/mendix_version.json index 27cf313d..2dfa7cd9 100644 --- a/mendix_version.json +++ b/mendix_version.json @@ -3,7 +3,7 @@ "max": "*", "min": "15.0.0" }, - ">=10.24.0": { + ">=10.24.0": { "max": "14.*.*", "min": "14.1.3" }, From b42840fbe2b0dea1ca269e1396d8431b73247819 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Furkan=20Arabac=C4=B1?= Date: Thu, 12 Jun 2025 17:55:10 +0200 Subject: [PATCH 3/3] fix 10.23 instead of 10.24 --- mendix_version.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mendix_version.json b/mendix_version.json index 2dfa7cd9..55b3df26 100644 --- a/mendix_version.json +++ b/mendix_version.json @@ -7,7 +7,7 @@ "max": "14.*.*", "min": "14.1.3" }, - ">=10.22.0": { + ">=10.23.0": { "max": "14.1.2", "min": "14.0.0" },