1234567891011121314151617181920212223242526272829 |
- <?xml version="1.0" encoding="UTF-8"?>
- <plugin_manifest xmlns="http://www.elgg.org/plugin_manifest/1.8">
- <name>Proposals</name>
- <author>Lorea developers</author>
- <version>1.8.0</version>
- <category>social</category>
- <category>content</category>
- <category>widget</category>
- <description>Proposals for groups of the site.</description>
- <website>https://lorea.org/</website>
- <copyright>(C) Lorea 2012-2013</copyright>
- <license>GNU Affero General Public License, version 3 or higher</license>
- <requires>
- <type>elgg_release</type>
- <version>1.8</version>
- </requires>
- <requires>
- <type>plugin</type>
- <name>crud</name>
- </requires>
- <requires>
- <type>priority</type>
- <priority>after</priority>
- <plugin>crud</plugin>
- </requires>
- <activate_on_install>true</activate_on_install>
- </plugin_manifest>
|