Versions Compared

Key

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

...

Tag nameDescriptionAvailable attributesExample
contenidoVersions of CONTENIDO
NameDescription
minversion

First compatible version

of CONTENIDO. Required

maxversion

Last compatible version of

CONTENIDO

Code Block
languagehtml/xml
    <requirements php="5.2.3">
        <contenido minversion="4.9.0" />
        <extension name="mysql" />
        <class name="cRegister" />
        <function name="i18n" />
    </requirements>
extensionPHP extensions
NameDescription
nameName of the extension
classPHP classes
NameDescription
nameName of the class
functionPHP functions
NameDescription
nameName of the function

Tag dependencies - dependencies to other plugins

Info

This tag is available since CONTENIDO version 4.9.5 

This tag contains information for plugin dependencies. Plugin manager checks if uuid is available at database and if reuqired 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>

Tag contenido - database specific information

...

Tag nameDescriptionRequired?Example
typeContent type nameyes
Code Block
languagehtml/xml
<content_types>
	<type>CMS_NAME</type>
</content_types>

Tag plugin_dependencies - dependencies to other plugins

...

plugin_install.sql, plugin_uninstall.sql and plugin_update.sql

...