diff options
author | cash <cash.costello@gmail.com> | 2011-12-17 12:43:35 -0500 |
---|---|---|
committer | cash <cash.costello@gmail.com> | 2011-12-17 12:43:35 -0500 |
commit | a62adbd9cb180fe6bbf88cff2f787d262f737ecb (patch) | |
tree | 9ecc324eba4dcdf57f98cde1bcc66e03c148b027 /manifest.xml | |
parent | bc56428d493d99576ff274611df3b029e7e47e0a (diff) | |
download | elgg-a62adbd9cb180fe6bbf88cff2f787d262f737ecb.tar.gz elgg-a62adbd9cb180fe6bbf88cff2f787d262f737ecb.tar.bz2 |
removed code from previous plugin
Diffstat (limited to 'manifest.xml')
-rw-r--r-- | manifest.xml | 24 |
1 files changed, 17 insertions, 7 deletions
diff --git a/manifest.xml b/manifest.xml index fd0d0a2a7..8003097e8 100644 --- a/manifest.xml +++ b/manifest.xml @@ -1,9 +1,19 @@ <?xml version="1.0" encoding="UTF-8"?> -<plugin_manifest> - <field key="author" value="Kevin Jardine" /> - <field key="version" value="1.3" /> - <field key="description" value="OpenID client plugin" /> - <field key="website" value="http://www.elgg.org/" /> - <field key="copyright" value="(C) Curverider 2008-2009" /> - <field key="elgg_version" value="2009022701" /> +<plugin_manifest xmlns="http://www.elgg.org/plugin_manifest/1.8"> + <name>OpenID Client</name> + <author>Core developers</author> + <version>1.8</version> + <description>OpenID consumer for Elgg. Enabled users log in using their credentials from sites like Google and Yahoo.</description> + <category>user</category> + <website>http://www.elgg.org/</website> + <copyright>Cash Costello 2011</copyright> + <license>GNU General Public License version 2</license> + <requires> + <type>elgg_release</type> + <version>1.8</version> + </requires> + <requires> + <type>plugin</type> + <name>openid_api</name> + </requires> </plugin_manifest> |