1234567891011121314151617181920 |
- <?xml version="1.0" encoding="UTF-8"?>
- <plugin_manifest xmlns="http://www.elgg.org/plugin_manifest/1.8">
- <name>Views Counter</name>
- <id>views_counter</id>
- <author>José Gomes</author>
- <author>Matt Beckett</author>
- <version>2.0.2</version>
- <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>
- <website>https://landing.athabascau.ca</website>
- <copyright>(C) Athabasca University</copyright>
- <license>GNU Public License version 2</license>
-
- <!-- All plugins must require either elgg_version or elgg_release. -->
- <requires>
- <type>elgg_release</type>
- <version>1.9</version>
- </requires>
-
- <category>Miscellaneous</category>
- </plugin_manifest>
|