manifest.xml 702 B

1234567891011121314151617
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <plugin_manifest xmlns="http://www.elgg.org/plugin_manifest/1.8">
  3. <name>Mentions</name>
  4. <id>mentions</id>
  5. <author>Core developers</author>
  6. <version>1.9</version>
  7. <description>Rewrite all @username mentions to link to profile and optionally notify user.</description>
  8. <website>http://www.elgg.org/</website>
  9. <repository>https://github.com/Elgg/mentions</repository>
  10. <bugtracker>https://github.com/Elgg/mentions/issues</bugtracker>
  11. <copyright>Curverider 2008-2010, Elgg Foundation 2012-2014</copyright>
  12. <license>GNU General Public License version 2</license>
  13. <requires>
  14. <type>elgg_release</type>
  15. <version>1.9</version>
  16. </requires>
  17. </plugin_manifest>