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.
This commit is contained in:
Remco Burema 2021-06-17 11:15:33 +02:00
parent ddfcc94649
commit 8aa071056b
No known key found for this signature in database
GPG key ID: 215C49431D43F98C
60 changed files with 60 additions and 60 deletions

View file

@ -3,6 +3,6 @@
"author": "Ultimaker B.V.",
"version": "1.0.1",
"description": "Provides machine actions for Ultimaker machines (such as bed leveling wizard, selecting upgrades, etc.).",
"api": "7.6.0",
"api": 7,
"i18n-catalog": "cura"
}