Actions
Feature proposal #5759
closedImplement support for XML dependency check
Description
On install a plugin could check if its dependent plugins are installed in addition to doing a version comparison.
Actions
Added by krileon about 9 years ago. Updated about 9 years ago.
Description
On install a plugin could check if its dependent plugins are installed in addition to doing a version comparison.
Implemented in MR !1016
Usage as follows.
<dependencies>
<dependency name="cbgallery" label="CB Gallery" />
<dependency name="cbactivity" label="CB Activity" version="3.0.0" />
</dependencies>