manifest.xml 559 B

12345678910111213141516171819
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <plugin_manifest xmlns="http://www.elgg.org/plugin_manifest/1.8">
  3. <name>Notifier</name>
  4. <id>notifier</id>
  5. <author>Juho Jaakkola</author>
  6. <version>1.10.1</version>
  7. <description>Display site notifications in a handy list.</description>
  8. <website>http://www.mediamaisteri.com/</website>
  9. <license>GNU General Public License version 2</license>
  10. <requires>
  11. <type>elgg_release</type>
  12. <version>1.10</version>
  13. </requires>
  14. <requires>
  15. <type>plugin</type>
  16. <name>notifications</name>
  17. </requires>
  18. </plugin_manifest>