diff options
author | Evan Winslow <evan@elgg.org> | 2011-03-18 22:01:20 -0700 |
---|---|---|
committer | Evan Winslow <evan@elgg.org> | 2011-03-18 22:01:20 -0700 |
commit | 16e8eb3aa78ee8a15327886467e0c1cdf53bfb96 (patch) | |
tree | 710c1d76e088fd3f48229d71c2cc3ad8a2272f17 | |
parent | 04f4e7465fb0c9cff631b4abb9be70ee628ef5aa (diff) | |
download | elgg-16e8eb3aa78ee8a15327886467e0c1cdf53bfb96.tar.gz elgg-16e8eb3aa78ee8a15327886467e0c1cdf53bfb96.tar.bz2 |
Updated manifest for 1.8
-rw-r--r-- | manifest.xml | 26 |
1 files changed, 17 insertions, 9 deletions
diff --git a/manifest.xml b/manifest.xml index f1382f08b..38912072b 100644 --- a/manifest.xml +++ b/manifest.xml @@ -1,11 +1,19 @@ <?xml version="1.0" encoding="UTF-8"?>
-<plugin_manifest>
- <field key="author" value="Evan Winslow" />
- <field key="version" value="1.0" />
- <field key="description" value="Force users to check a box saying they agree to the site's terms before they are allowed to register" />
- <field key="website" value="http://www.facebook.com/evanwinslow" />
- <field key="copyright" value="(C) Evan Winslow 2010" />
- <field key="licence" value="GNU Public License version 2" />
- <field key="requires" value="externalpages" />
- <field key="elgg_version" value="2009030702" />
+<plugin_manifest xmlns="http://www.elgg.org/plugin_manifest/1.8">
+ <name>Registration Terms</name>
+ <author>Evan Winslow</author>
+ <version>1.0</version>
+ <description>Force users to check a box saying they agree to the site's terms before they are allowed to register</description>
+ <website>http://www.facebook.com/evanwinslow</website>
+ <copyright>(C) Evan Winslow 2010</copyright>
+ <license>GNU Public License version 2</license>
+ <requires> + <type>plugin</type> + <name>externalpages</name> + </requires>
+ <requires> + <type>elgg_version</type> + <version>2011031401</version> + </requires>
+ <admin_interface>simple</admin_interface>
</plugin_manifest>
|