diff options
Diffstat (limited to 'mod/twitter_api/manifest.xml')
| -rw-r--r-- | mod/twitter_api/manifest.xml | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/mod/twitter_api/manifest.xml b/mod/twitter_api/manifest.xml index 51306c98e..3af866bba 100644 --- a/mod/twitter_api/manifest.xml +++ b/mod/twitter_api/manifest.xml @@ -2,20 +2,16 @@ <plugin_manifest xmlns="http://www.elgg.org/plugin_manifest/1.8"> <name>Twitter API</name> <author>Core developers</author> - <version>1.8</version> + <version>1.8.15</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> - <license>GNU Public License version 2</license> + <license>GNU General Public License version 2</license> <requires> - <type>elgg_version</type> - <version>2010040201</version> - </requires> - <requires> - <type>plugin</type> - <name>oauth_api</name> + <type>elgg_release</type> + <version>1.8</version> </requires> <requires> <type>php_extension</type> @@ -24,6 +20,10 @@ <conflicts> <type>plugin</type> + <name>oauth_api</name> + </conflicts> + <conflicts> + <type>plugin</type> <name>twitterservice</name> </conflicts> </plugin_manifest> |
