File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 1- <?xml version="1.0" encoding="UTF-8"?> <plugin_manifest xmlns="http://www.elgg.org/plugin_manifest/1.8"> <name>Tabbed Profile</name> <author>Matt Beckett</author> <email>matt@mattbeckett.me</email> <version>2.0</version> <description>Users/Groups can have multiple profile pages for different contexts/viewers</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.8</version> </requires> <requires> <type>plugin</type> <name>widget_manager</name> </requires> <requires> <type>priority</type> <priority>after</priority> <plugin>widget_manager</plugin> </requires> <suggests> <type>plugin</type> <name>group_tools</name> </suggests> <screenshot> <description>Tabbed Profile</description> <path>screenshots/tabbed_profile1.png</path> </screenshot> <screenshot> <description>Adding a new tab</description> <path>screenshots/tabbed_profile2.png</path> </screenshot> <screenshot> <description>An iframe profile</description> <path>screenshots/tabbed_profile3.png</path> </screenshot> <screenshot> <description>Plugin settings</description> <path>screenshots/tabbed_profile4.png</path> </screenshot> </plugin_manifest>
1+ <?xml version="1.0" encoding="UTF-8"?> <plugin_manifest xmlns="http://www.elgg.org/plugin_manifest/1.8"> <name>Tabbed Profile</name> <author>Matt Beckett</author> <email>matt@mattbeckett.me</email> <version>2.0</version> <description>Users/Groups can have multiple profile pages for different contexts/viewers</description> <website>https://landing.athabascau.ca</website> <copyright>(C) Athabasca University</copyright> <license>GNU Public License version 2</license> <requires> <type>elgg_release</type> <version>1.9</version> </requires> <requires> <type>plugin</type> <name>widget_manager</name> </requires> <requires> <type>priority</type> <priority>after</priority> <plugin>widget_manager</plugin> </requires> <suggests> <type>plugin</type> <name>group_tools</name> </suggests> <screenshot> <description>Tabbed Profile</description> <path>screenshots/tabbed_profile1.png</path> </screenshot> <screenshot> <description>Adding a new tab</description> <path>screenshots/tabbed_profile2.png</path> </screenshot> <screenshot> <description>An iframe profile</description> <path>screenshots/tabbed_profile3.png</path> </screenshot> <screenshot> <description>Plugin settings</description> <path>screenshots/tabbed_profile4.png</path> </screenshot> </plugin_manifest>
You can’t perform that action at this time.
0 commit comments