mirror of
https://github.com/inventree/inventree-docs.git
synced 2025-04-28 05:36:46 +00:00
add plugin version to docs
This commit is contained in:
parent
433e577f33
commit
4e40e87c6c
@ -71,8 +71,11 @@ TITLE = None # A nice human friendly name for the plugin -> used in titles, as
|
|||||||
|
|
||||||
AUTHOR = None # Author of the plugin, git commit information is used if not present
|
AUTHOR = None # Author of the plugin, git commit information is used if not present
|
||||||
PUBLISH_DATE = None # Publishing date of the plugin, git commit information is used if not present
|
PUBLISH_DATE = None # Publishing date of the plugin, git commit information is used if not present
|
||||||
VERSION = None # Version of the plugin
|
|
||||||
WEBSITE = None # Website for the plugin, developer etc. -> is shown in plugin overview if set
|
WEBSITE = None # Website for the plugin, developer etc. -> is shown in plugin overview if set
|
||||||
|
|
||||||
|
VERSION = None # Version of the plugin
|
||||||
|
MIN_VERSION = None # Lowest InvenTree version number that is supported by the plugin
|
||||||
|
MAX_VERSION = None # Highest InvenTree version number that is supported by the plugin
|
||||||
```
|
```
|
||||||
|
|
||||||
Refer to the [sample plugins](https://github.com/inventree/InvenTree/tree/master/InvenTree/plugin/samples) for further examples.
|
Refer to the [sample plugins](https://github.com/inventree/InvenTree/tree/master/InvenTree/plugin/samples) for further examples.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user