Changes to "state" between 2018-07-04 01:08:22 and 2020-11-11 10:40:40

1
2
3

4
5
6
7




1
2

3
4
5
6

7
8
9
10


-
+



-
+
+
+
+
## # state:

Is used in conjunction with [version:](wiki/version) to mark maturity of a plugin.
Is used in conjunction with [version:](wiki/version) to mark the maturity or activation of a plugin.

     # state: stable

Other typicaly values are `beta`, `alpha`, `testing`, `obsolete` etc.
Other typicaly values are `beta`, `alpha`, `testing`, `obsolete` etc.  
Or if used for activation states: `off`, `disabled`, `hidden` etc.

(This field was originally called status. And that's the more common designation. This is kind of a post-rationalization, but for the context of plugin management it makes to double as indicator for the effective `state` as well.)