diff options
Diffstat (limited to 'mod/bookmarks')
-rw-r--r-- | mod/bookmarks/manifest.xml | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/mod/bookmarks/manifest.xml b/mod/bookmarks/manifest.xml index 82deaf5b4..62fb61b1e 100644 --- a/mod/bookmarks/manifest.xml +++ b/mod/bookmarks/manifest.xml @@ -1,11 +1,12 @@ <?xml version="1.0" encoding="UTF-8"?> <plugin_manifest xmlns="http://www.elgg.org/plugin_manifest/1.8"> <name>Bookmarks</name> - <author>Curverider</author> - <version>1.7</version> - <description>Elgg bookmarks plugin.</description> + <author>Core developers</author> + <version>1.8</version> + <blurb>Add and comment on bookmarks.</blurb> + <description>Adds the ability for users to bookmark internal and external sites. Other users can then comment on the bookmarks.</description> <website>http://www.elgg.org/</website> - <copyright>(C) Curverider 2008-2010</copyright> + <copyright>See COPYRIGHT.txt</copyright> <license>GNU Public License version 2</license> <requires> <type>elgg_version</type> |