diff options
author | Brett Profitt <brett.profitt@gmail.com> | 2011-10-23 10:52:28 -0700 |
---|---|---|
committer | Brett Profitt <brett.profitt@gmail.com> | 2011-10-23 10:52:28 -0700 |
commit | f1be73852439f5eb7a9f6fdf1e9587f7b2346f69 (patch) | |
tree | 29e263f6ccf22e81235d593fe52b8cd539b96ee1 /mod/embed | |
parent | bd08504b16ee636eda1b30676799efc22a915613 (diff) | |
download | elgg-f1be73852439f5eb7a9f6fdf1e9587f7b2346f69.tar.gz elgg-f1be73852439f5eb7a9f6fdf1e9587f7b2346f69.tar.bz2 |
Fixes #3959. Using elgg_release in core plugins.
Diffstat (limited to 'mod/embed')
-rw-r--r-- | mod/embed/manifest.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mod/embed/manifest.xml b/mod/embed/manifest.xml index 27e9b9ada..c33c8b40a 100644 --- a/mod/embed/manifest.xml +++ b/mod/embed/manifest.xml @@ -2,7 +2,7 @@ <plugin_manifest xmlns="http://www.elgg.org/plugin_manifest/1.8"> <name>Embed</name> <author>Core developers</author> - <version>1.8</version> + <version>1.8.1</version> <category>bundled</category> <category>enhancement</category> <description>Allows users to easily upload and embed media into text areas.</description> @@ -10,8 +10,8 @@ <copyright>See COPYRIGHT.txt</copyright> <license>GNU Public License version 2</license> <requires> - <type>elgg_version</type> - <version>2010030101</version> + <type>elgg_release</type> + <version>1.8</version> </requires> <requires> <type>plugin</type> |