From bc5260bbcfdf70319cefdcf917253bfa381cd4d1 Mon Sep 17 00:00:00 2001 From: solvedDev <33347616+solvedDev@users.noreply.github.com> Date: Sun, 6 Jan 2019 17:06:48 +0100 Subject: [PATCH] min_app_version for plugins --- .../components/plugin_install/CloudPlugin.vue | 13 ++++++++++--- src/renderer/scripts/VersionUtils.js | 10 ++++++++++ 2 files changed, 20 insertions(+), 3 deletions(-) create mode 100644 src/renderer/scripts/VersionUtils.js diff --git a/src/renderer/components/plugin_install/CloudPlugin.vue b/src/renderer/components/plugin_install/CloudPlugin.vue index f25b44fea..de510f724 100644 --- a/src/renderer/components/plugin_install/CloudPlugin.vue +++ b/src/renderer/components/plugin_install/CloudPlugin.vue @@ -11,18 +11,19 @@ {{ plugin.version }} - + cloud_download Download - + Update - +
You cannot install this plugin because it requires a higher version of bridge.
+
You cannot install this update because it requires a higher version of bridge.
@@ -32,6 +33,8 @@