|
|
|
@ -43,7 +43,7 @@ public class PluginSearchManager implements AlphaFineSearchProvider {
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
private static boolean isCompatibleCurrentEnv(String envVersion) { |
|
|
|
|
return VersionIntervalType.isSupported(VersionIntervalFactory.create(envVersion).contain(Version.currentEnvVersion())); |
|
|
|
|
return VersionIntervalFactory.create(envVersion).contain(Version.currentEnvVersion()); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
private static PluginModel getPluginModel(JSONObject object, boolean isFromCloud) { |
|
|
|
|