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/SentryLogger/plugin.json
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/SentryLogger/plugin.json')
-rw-r--r--plugins/SentryLogger/plugin.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/SentryLogger/plugin.json b/plugins/SentryLogger/plugin.json
index 668912072c..e765e45e0f 100644
--- a/plugins/SentryLogger/plugin.json
+++ b/plugins/SentryLogger/plugin.json
@@ -3,6 +3,6 @@
"author": "Ultimaker B.V.",
"version": "1.0.0",
"description": "Logs certain events so that they can be used by the crash reporter",
- "api": "7.6.0",
+ "api": 7,
"i18n-catalog": "cura"
}