Developers
All plugins must be contained in their own folder. Each folder must contain an "install.xml" file.
Here's an example of an install.xml file.
- Filename: Required. This is the file that will execute when your plugin is enabled.
- Name: A friendly name of your plugin.
- Version: The version number of your plugin.
- Description: Helps describe what your plugin does.
- Creator: Optional
- Email: Optional
- Homepage: Optional
- DefaultState: enabled / disabled
- MinVersion: 2.1.0 or higher


