MrDraw/src/octoprint/plugins/pluginmanager
Gina Häußge 016bdd542a Fix: More flexibility when parsing plugin compatibility
If compatibility information is provided only as a version number it's
prefixed with >= for the check (so stating a compatibility of only
1.2.0 will now make the plugin compatible to all versions that follow
too).

Alternatively the compatibility information may now contain stuff like
">=1.2,<1.3" in which case the plugin will only be shown as compatible
to OctoPrint versions 1.2 and up but not 1.3 or anything above that.
(cherry picked from commit d5692d7)
2015-06-29 10:22:10 +02:00
..
static Remove dependency_links support again 2015-06-23 16:22:45 +02:00
templates Remove dependency_links support again 2015-06-23 16:22:45 +02:00
__init__.py Fix: More flexibility when parsing plugin compatibility 2015-06-29 10:22:10 +02:00