diff options
-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 |