diff options
author | cash <cash.costello@gmail.com> | 2011-12-03 17:46:33 -0500 |
---|---|---|
committer | cash <cash.costello@gmail.com> | 2011-12-03 17:46:33 -0500 |
commit | 67ce751dec9442ccef35bdbe596f9832b3b11c22 (patch) | |
tree | 2d35c525533d6298694d395ff3fd19d15677dd92 | |
parent | 183e2841c50b9bdd7683680580f2b13eacbfbeca (diff) | |
download | elgg-67ce751dec9442ccef35bdbe596f9832b3b11c22.tar.gz elgg-67ce751dec9442ccef35bdbe596f9832b3b11c22.tar.bz2 |
updated the manifest for 1.8
-rw-r--r-- | manifest.xml | 24 |
1 files changed, 15 insertions, 9 deletions
diff --git a/manifest.xml b/manifest.xml index 5dabe4dfd..53181fc29 100644 --- a/manifest.xml +++ b/manifest.xml @@ -1,10 +1,16 @@ <?xml version="1.0" encoding="UTF-8"?> -<plugin_manifest> - <field key="author" value="The Tidypics team" /> - <field key="version" value="1.7.3" /> - <field key="description" value="Tidypics Photo Gallery" /> - <field key="website" value="http://code.google.com/p/tidypics/" /> - <field key="copyright" value="2008-2011 Cash Costello and the Tidypics Team" /> - <field key="licence" value="GNU General Public License version 2" /> - <field key="elgg_version" value="2010030101" /> -</plugin_manifest> +<plugin_manifest xmlns="http://www.elgg.org/plugin_manifest/1.8"> + <name>Tidypics Photo Gallery</name> + <author>Cash Costello</author> + <version>1.8.0</version> + <description>A photo gallery with albums, tagging, and a slideshow.</description> + <category>content</category> + <category>multimedia</category> + <website>https://github.com/cash/Tidypics</website> + <copyright>Cash Costello 2011</copyright> + <license>GNU General Public License Version 2</license> + <requires> + <type>elgg_release</type> + <version>1.8</version> + </requires> +</plugin_manifest>
\ No newline at end of file |