manifest.xml 814 B

1234567891011121314151617181920212223242526272829
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <plugin_manifest xmlns="http://www.elgg.org/plugin_manifest/1.8">
  3. <name>Proposals</name>
  4. <author>Lorea developers</author>
  5. <version>1.8.0</version>
  6. <category>social</category>
  7. <category>content</category>
  8. <category>widget</category>
  9. <description>Proposals for groups of the site.</description>
  10. <website>https://lorea.org/</website>
  11. <copyright>(C) Lorea 2012-2013</copyright>
  12. <license>GNU Affero General Public License, version 3 or higher</license>
  13. <requires>
  14. <type>elgg_release</type>
  15. <version>1.8</version>
  16. </requires>
  17. <requires>
  18. <type>plugin</type>
  19. <name>crud</name>
  20. </requires>
  21. <requires>
  22. <type>priority</type>
  23. <priority>after</priority>
  24. <plugin>crud</plugin>
  25. </requires>
  26. <activate_on_install>true</activate_on_install>
  27. </plugin_manifest>