]> gitweb.fluxo.info Git - lorea/elgg.git/commitdiff
embed can now be activated without the file plugin as other plugins can provide content
authorCash Costello <cash.costello@gmail.com>
Sat, 17 Dec 2011 13:18:24 +0000 (08:18 -0500)
committerCash Costello <cash.costello@gmail.com>
Sat, 17 Dec 2011 13:18:24 +0000 (08:18 -0500)
mod/embed/manifest.xml

index 7ffbc23a466d3da4e42b6c18248cbafa20ce1b30..46ab2df9e3dbaf57b21d754133cb73d1455fb527 100644 (file)
                <type>elgg_release</type>
                <version>1.8</version>
        </requires>
-       <requires>
+       <suggests>
                <type>plugin</type>
                <name>file</name>
-       </requires>
+               <version>1.8.1</version>
+       </suggests>
        <activate_on_install>true</activate_on_install>
 </plugin_manifest>