diff options
Diffstat (limited to 'manifest.xml')
-rw-r--r-- | manifest.xml | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/manifest.xml b/manifest.xml index 3120d9f96..6e9ff7852 100644 --- a/manifest.xml +++ b/manifest.xml @@ -1,13 +1,13 @@ <?xml version="1.0" encoding="UTF-8"?> <plugin_manifest xmlns="http://www.elgg.org/plugin_manifest/1.8"> - <name>Tidypics Photo Gallery</name> - <author>Cash Costello</author> - <version>1.8.0-rc1</version> - <description>A photo gallery with albums, tagging, and a slideshow.</description> + <name>Lightpics Photo Gallery</name> + <author>Lorea developers</author> + <version>1.8-beta</version> + <description>A simple photo gallery with albums and a slideshow.</description> <category>content</category> <category>multimedia</category> - <website>https://github.com/cash/Tidypics</website> - <copyright>Cash Costello 2011-2012</copyright> + <website>http://lorea.org</website> + <copyright>(C) 2011-2012 Cash Costello, 2012 Lorea</copyright> <license>GNU General Public License Version 2</license> <requires> <type>elgg_release</type> @@ -27,4 +27,4 @@ <priority>after</priority> <plugin>colorbox</plugin> </requires> -</plugin_manifest>
\ No newline at end of file +</plugin_manifest> |