manifest.xml 784 B

12345678910111213141516171819
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <plugin_manifest xmlns="http://www.elgg.org/plugin_manifest/1.8">
  3. <name>Reply to all comments</name>
  4. <author>Marcus Povey</author>
  5. <version>1.0</version>
  6. <category>enhancement</category>
  7. <description>Normally, comment notifications go to the object owner. With this plugin, comment notifications go to the object owner and other commenters.</description>
  8. <website>http://www.marcus-povey.co.uk</website>
  9. <copyright>Marcus Povey 2013</copyright>
  10. <license>GNU Public License version 2</license>
  11. <requires>
  12. <type>elgg_release</type>
  13. <version>1.8</version>
  14. </requires>
  15. <conflicts>
  16. <type>plugin</type>
  17. <name>comment_tracker</name>
  18. </conflicts>
  19. </plugin_manifest>