manifest.xml 540 B

1234567891011121314151617
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <plugin_manifest xmlns="http://www.elgg.org/plugin_manifest/1.8">
  3. <name>Notification tools</name>
  4. <id>notification_tools</id>
  5. <author>Juho Jaakkola</author>
  6. <version>1.9.0</version>
  7. <description>Tools for configuring and managing notifications settings</description>
  8. <license>GNU General Public License version 2</license>
  9. <requires>
  10. <type>elgg_release</type>
  11. <version>1.9</version>
  12. </requires>
  13. <requires>
  14. <type>plugin</type>
  15. <name>notifications</name>
  16. </requires>
  17. </plugin_manifest>