manifest.xml 879 B

1234567891011121314151617181920212223242526
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <plugin_manifest xmlns="http://www.elgg.org/plugin_manifest/1.8">
  3. <name>Content Subscriptions</name>
  4. <author>ColdTrick IT Solutions</author>
  5. <version>3.1</version>
  6. <id>content_subscriptions</id>
  7. <description>Get notifications about new comments on content</description>
  8. <website>http://www.coldtrick.com/</website>
  9. <repository>https://github.com/ColdTrick/content_subscriptions</repository>
  10. <bugtracker>https://github.com/ColdTrick/content_subscriptions/issues</bugtracker>
  11. <copyright>(C) ColdTrick IT Solutions 2014 - 2016</copyright>
  12. <license>GNU General Public License version 2</license>
  13. <requires>
  14. <type>elgg_release</type>
  15. <version>1.10</version>
  16. </requires>
  17. <suggests>
  18. <type>plugin</type>
  19. <name>notifications</name>
  20. <version>1.9</version>
  21. </suggests>
  22. <category>ColdTrick</category>
  23. </plugin_manifest>