manifest.xml 802 B

1234567891011121314151617181920
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <plugin_manifest xmlns="http://www.elgg.org/plugin_manifest/1.8">
  3. <name>Suggested Friends</name>
  4. <id>suggested_friends</id>
  5. <author>Matt Beckett</author>
  6. <email>matt@mattbeckett.me</email>
  7. <version>2.0.0</version>
  8. <description>This plugin will help the users to find people they may know (or should know), it can suggest friends of user's friends and/or members of user's groups</description>
  9. <website>http://landing.athabascau.ca</website>
  10. <copyright>(C) Athabasca University</copyright>
  11. <license>GNU Public License version 2</license>
  12. <!-- All plugins must require either elgg_version or elgg_release. -->
  13. <requires>
  14. <type>elgg_release</type>
  15. <version>1.9</version>
  16. </requires>
  17. <category>Widgets</category>
  18. </plugin_manifest>