manifest.xml 870 B

1234567891011121314151617181920
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <plugin_manifest xmlns="http://www.elgg.org/plugin_manifest/1.8">
  3. <name>Views Counter</name>
  4. <id>views_counter</id>
  5. <author>José Gomes</author>
  6. <author>Matt Beckett</author>
  7. <version>2.0.2</version>
  8. <description>Provides a view counter system that may be include automatically for any entities, based on subtypes, that follow some specific elgg patterns that comes from the elgg_view_entity() function</description>
  9. <website>https://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>Miscellaneous</category>
  18. </plugin_manifest>