-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmanifest.xml
More file actions
28 lines (25 loc) · 863 Bytes
/
manifest.xml
File metadata and controls
28 lines (25 loc) · 863 Bytes
1
<?xml version="1.0" encoding="UTF-8"?><plugin_manifest xmlns="http://www.elgg.org/plugin_manifest/1.8"> <name>Liked Content</name> <id>liked_content</id> <author>Matt Beckett</author> <email>matt@mattbeckett.me</email> <version>2.0.0</version> <description>Displays liked content for users and groups</description> <website>http://mattbeckett.me</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> <requires> <type>plugin</type> <name>likes</name> </requires> <suggests> <type>plugin</type> <name>au_widgets</name> </suggests></plugin_manifest>