aboutsummaryrefslogtreecommitdiff
path: root/manifest.xml
diff options
context:
space:
mode:
authorcash <cash.costello@gmail.com>2011-10-29 23:13:05 -0400
committercash <cash.costello@gmail.com>2011-10-29 23:13:05 -0400
commit24c479d059b92eea8a58e627351dbc11ddfd50a9 (patch)
tree1dad3411579e1e0b32f11d9795af30eedab3f6ed /manifest.xml
parent96a90a042c374b45f7780936c111dc1a1e7bfc0f (diff)
downloadelgg-24c479d059b92eea8a58e627351dbc11ddfd50a9.tar.gz
elgg-24c479d059b92eea8a58e627351dbc11ddfd50a9.tar.bz2
updated simplepie for Elgg 1.8
Diffstat (limited to 'manifest.xml')
-rw-r--r--manifest.xml42
1 files changed, 34 insertions, 8 deletions
diff --git a/manifest.xml b/manifest.xml
index 5cb43fa7e..78597744b 100644
--- a/manifest.xml
+++ b/manifest.xml
@@ -1,10 +1,36 @@
<?xml version="1.0" encoding="UTF-8"?>
-<plugin_manifest>
- <field key="author" value="Cash Costello" />
- <field key="version" value="0.3" />
- <field key="description" value="SimplePie Feed Integrator" />
- <field key="website" value="http://www.cashcostello.com/" />
- <field key="copyright" value="Cash Costello 2009-2010" />
- <field key="licence" value="GNU General Public License version 2" />
- <field key="elgg_version" value="2009022701" />
+<plugin_manifest xmlns="http://www.elgg.org/plugin_manifest/1.8">
+ <name>SimplePie RSS Feed Integration</name>
+ <author>Cash Costello</author>
+ <version>0.4</version>
+ <category>widget</category>
+ <description>Provides a widget that pulls in RSS feeds</description>
+ <website>http://www.cashcostello.com/</website>
+ <copyright>Cash Costello 2009-2011</copyright>
+ <license>GNU General Public License version 2</license>
+ <requires>
+ <type>elgg_release</type>
+ <version>1.8</version>
+ </requires>
+ <requires>
+ <type>php_extension</type>
+ <name>xml</name>
+ </requires>
+ <requires>
+ <type>php_extension</type>
+ <name>pcre</name>
+ </requires>
+ <suggests>
+ <type>php_extension</type>
+ <name>mbstring</name>
+ </suggests>
+ <suggests>
+ <type>php_extension</type>
+ <name>iconv</name>
+ </suggests>
+ <provides>
+ <type>plugin</type>
+ <name>simplepie_api</name>
+ <version>1.2.1</version>
+ </provides>
</plugin_manifest>