Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

This tag contains information for plugin dependencies. Plugin The plugin manager checks if uuid is available at in the database and if reuqired the required plugin is active.

Tag nameDescriptionAvailable attributesExample
dependDependencies to other plugins
NameDescription
uuidThe universal Unique ID. Required.
minversion

First compatible version

of plugin.
maxversion

Last compatible version

of plugin.
Code Block
languagehtml/xml
<dependencies>
	        <depend uuid="82b117e94bb2cbcbce4e56b79a7d0c23" minversion="1.0.0" maxversion="1.0.1">Smarty Wrapper</depend>
</dependencies>

...