mirror of
https://github.com/scm-manager/scm-manager.git
synced 2026-04-01 18:00:12 +02:00
show only newer plugins as updates
This commit is contained in:
@@ -39,5 +39,5 @@ package sonia.scm.plugin;
|
||||
*/
|
||||
public enum PluginState
|
||||
{
|
||||
CORE, AVAILABLE, INSTALLED, UPDATE_AVAILABLE;
|
||||
CORE, AVAILABLE, INSTALLED, NEWER_VERSION_INSTALLED, UPDATE_AVAILABLE;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user