aboutsummaryrefslogtreecommitdiff
path: root/manifest.xml
diff options
context:
space:
mode:
Diffstat (limited to 'manifest.xml')
-rw-r--r--manifest.xml10
1 files changed, 8 insertions, 2 deletions
diff --git a/manifest.xml b/manifest.xml
index 8f79f9186..1cfeacd3d 100644
--- a/manifest.xml
+++ b/manifest.xml
@@ -13,8 +13,14 @@
<type>elgg_release</type>
<version>1.8</version>
</requires>
- <conflicts>
+ <requires>
+ <type>priority</type>
+ <priority>after</priority>
+ <plugin>embed</plugin>
+ </requires>
+ <requires>
<type>elgg_release</type>
<version>1.9</version>
- </conflicts>
+ <comparison>lt</comparison>
+ </requires>
</plugin_manifest>