Skip to content

plugins: Port away from deprecated version checks

Alexander Lohnau requested to merge work/plugin_version_improvements into master

Task: https://phabricator.kde.org/T14302

Considering that we only load the plugins for the exact same version we can just use a separate install namespace.

The alternative would be to configure the JSON file an inject the version in it, but that would be more code and have basically the same effect.

@davidedmundson @vladz

Edited by Alexander Lohnau

Merge request reports