manifest.xml 885 B

123456789101112131415161718192021222324252627282930313233
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <plugin_manifest xmlns="http://www.elgg.org/plugin_manifest/1.8">
  3. <name>Questions</name>
  4. <author>Evan Winslow / ColdTrick IT Solutions</author>
  5. <version>2.0.1</version>
  6. <category>content</category>
  7. <description>Adds ability for users to ask questions to each other and get answers.</description>
  8. <website>http://evanwinslow.com/</website>
  9. <copyright>(C) 2011 Evan Winslow, 2015 ColdTrick IT Solutions</copyright>
  10. <license>GNU Public License version 2</license>
  11. <requires>
  12. <type>elgg_release</type>
  13. <version>1.12</version>
  14. </requires>
  15. <suggests>
  16. <type>plugin</type>
  17. <name>likes</name>
  18. </suggests>
  19. <suggests>
  20. <type>plugin</type>
  21. <name>content_subscriptions</name>
  22. </suggests>
  23. <requires>
  24. <type>priority</type>
  25. <plugin>content_subscriptions</plugin>
  26. <priority>after</priority>
  27. </requires>
  28. </plugin_manifest>