diff options
Diffstat (limited to 'mod')
-rw-r--r-- | mod/groups/manifest.xml | 1 | ||||
-rw-r--r-- | mod/likes/manifest.xml | 1 | ||||
-rw-r--r-- | mod/oauth_api/manifest.xml | 3 | ||||
-rw-r--r-- | mod/twitter_api/manifest.xml | 2 | ||||
-rw-r--r-- | mod/zaudio/manifest.xml | 1 |
5 files changed, 6 insertions, 2 deletions
diff --git a/mod/groups/manifest.xml b/mod/groups/manifest.xml index 32671397d..c67a5307f 100644 --- a/mod/groups/manifest.xml +++ b/mod/groups/manifest.xml @@ -4,6 +4,7 @@ <author>Core developers</author> <version>1.8</version> <category>bundled</category> + <category>social</category> <description>Provides group support for elgg</description> <website>http://www.elgg.org/</website> <copyright>See COPYRIGHT.txt</copyright> diff --git a/mod/likes/manifest.xml b/mod/likes/manifest.xml index abd3f7c76..f63c643a6 100644 --- a/mod/likes/manifest.xml +++ b/mod/likes/manifest.xml @@ -4,6 +4,7 @@ <author>Core developers</author> <version>1.8</version> <category>bundled</category> + <category>social</category> <description>Enables users to like content on the site.</description> <website>http://www.elgg.org/</website> <copyright>See COPYRIGHT.txt</copyright> diff --git a/mod/oauth_api/manifest.xml b/mod/oauth_api/manifest.xml index 121c2e774..a0e3c4fda 100644 --- a/mod/oauth_api/manifest.xml +++ b/mod/oauth_api/manifest.xml @@ -3,8 +3,9 @@ <name>OAuth API</name> <author>Core developers</author> <version>1.8</version> - <category>bundled</category> <description>Provides OAuth libraries and API support.</description> + <category>bundled</category> + <category>api</category> <website>http://www.elgg.org/</website> <copyright>See COPYRIGHT.txt</copyright> <license>GNU Public License version 2</license> diff --git a/mod/twitter_api/manifest.xml b/mod/twitter_api/manifest.xml index 51306c98e..38b1dc9a7 100644 --- a/mod/twitter_api/manifest.xml +++ b/mod/twitter_api/manifest.xml @@ -4,7 +4,7 @@ <author>Core developers</author> <version>1.8</version> <description>Allows users to authenticate their Elgg account with Twitter.</description> - <category>service</category> + <category>api</category> <category>bundled</category> <website>http://www.elgg.org/</website> <copyright>See COPYRIGHT.txt</copyright> diff --git a/mod/zaudio/manifest.xml b/mod/zaudio/manifest.xml index 0384df743..3b2dc47e8 100644 --- a/mod/zaudio/manifest.xml +++ b/mod/zaudio/manifest.xml @@ -5,6 +5,7 @@ <version>1.8</version> <category>bundled</category> <category>extension</category> + <category>multimedia</category> <description>This simple plugin lets users play mp3's in the page.</description> <website>http://www.elgg.org/</website> <copyright>See COPYRIGHT.txt</copyright> |