From 880eabb5581fe863425d7415b67547fbf55c55bf Mon Sep 17 00:00:00 2001 From: Konstantinos Karmas Date: Wed, 15 Sep 2021 16:04:02 +0200 Subject: [PATCH] Add the VersionUpgrade411to412 to the bundled plugins Due to its name, it will end up between the VersionUpgrade41to42 and VersionUpgrade42to43 in the list of installed plugins, but that's not really that big of an issue. CURA-85100 --- resources/bundled_packages/cura.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/resources/bundled_packages/cura.json b/resources/bundled_packages/cura.json index 641a6dca66..c2c4b374fb 100644 --- a/resources/bundled_packages/cura.json +++ b/resources/bundled_packages/cura.json @@ -986,6 +986,24 @@ } } }, + "VersionUpgrade411to412": { + "package_info": { + "package_id": "VersionUpgrade411to412", + "package_type": "plugin", + "display_name": "Version Upgrade 4.11 to 4.12", + "description": "Upgrades configurations from Cura 4.11 to Cura 4.12", + "package_version": "1.0.0", + "sdk_version": 7, + "sdk_version_semver": "7.7.0", + "website": "https://ultimaker.com", + "author": { + "author_id": "UltimakerPackages", + "display_name": "Ultimaker B.V.", + "email": "plugins@ultimaker.com", + "website": "https://ultimaker.com" + } + } + }, "X3DReader": { "package_info": { "package_id": "X3DReader",