123456789101112131415161718192021222324 |
- <?xml version="1.0" encoding="UTF-8"?>
- <plugin_manifest xmlns="http://www.elgg.org/plugin_manifest/1.8">
- <name>AU Group Notices</name>
- <author>Jon Dron</author>
- <version>2.0.0</version>
- <description>Allows group owners to add context-sensitive text notices to sidebar, base or top of group pages.</description>
- <website>http://landing.athabascau.ca/</website>
- <copyright>(C) Athabasca University 2013</copyright>
- <license>GNU General Public License version 2</license>
- <requires>
- <type>elgg_release</type>
- <version>1.9</version>
- </requires>
-
- <requires>
- <type>plugin</type>
- <name>groups</name>
- </requires>
- <category>communication</category>
- </plugin_manifest>
|