Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRemco Burema <r.burema@ultimaker.com>2021-06-17 12:15:33 +0300
committerRemco Burema <r.burema@ultimaker.com>2021-06-17 12:15:33 +0300
commit8aa071056b2937a49968c75d406f5aab462410c6 (patch)
treefaed4e5978d3199d6c8dda4d4a44c56a8b04590e /plugins/VersionUpgrade/VersionUpgrade47to48
parentddfcc946492867de66343eda63f71a1d7ca04421 (diff)
Now unused API field only took integers originally.
We want to keep it this way so people can still make plugins work for older versions of Cura, like 3.6, where the 'api' field with just a single major version, instead of the 'supported_sdk_versions', which can be either a version-string like '7.6.0' or a list of version strings.
Diffstat (limited to 'plugins/VersionUpgrade/VersionUpgrade47to48')
-rw-r--r--plugins/VersionUpgrade/VersionUpgrade47to48/plugin.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/VersionUpgrade/VersionUpgrade47to48/plugin.json b/plugins/VersionUpgrade/VersionUpgrade47to48/plugin.json
index 9674eb0ad2..908db388b9 100644
--- a/plugins/VersionUpgrade/VersionUpgrade47to48/plugin.json
+++ b/plugins/VersionUpgrade/VersionUpgrade47to48/plugin.json
@@ -3,6 +3,6 @@
"author": "Ultimaker B.V.",
"version": "1.0.0",
"description": "Upgrades configurations from Cura 4.7 to Cura 4.8.",
- "api": "7.6.0",
+ "api": 7,
"i18n-catalog": "cura"
}