Skip to content

Commit 81b0244

Browse files
committed
elgg_release version bump
1 parent 9e2f06f commit 81b0244

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

manifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
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>

0 commit comments

Comments
 (0)