manifest.xml 550 B

1234567891011121314151617
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <plugin_manifest xmlns="http://www.elgg.org/plugin_manifest/1.8">
  3. <name>No Logging</name>
  4. <id>no_logging</id>
  5. <author>iionly</author>
  6. <version>1.9.1</version>
  7. <category>utility</category>
  8. <description>This plugin disables the Elgg system log.</description>
  9. <website>https://github.com/iionly</website>
  10. <copyright>(C) iionly 2013</copyright>
  11. <license>GNU Public License version 2</license>
  12. <requires>
  13. <type>elgg_release</type>
  14. <version>1.9</version>
  15. </requires>
  16. </plugin_manifest>