## Wordpress Plugin QA Checklist ### Wordpress Compatibility - [ ] 1.5.x - [ ] 2.0.x - [ ] 2.1.x - [ ] 2.2.x - [ ] 2.3.x - [ ] 2.5.x - [ ] 2.6.x - [ ] 2.7.x ### Wordpress-MU Compatibility - [ ] 1.5.x - [ ] 2.6.x ### Wordpress Theme Features - [ ] widget-enabled ### Wordpress Admin - [ ] admin page - [ ] action: ________ - [ ] setting: ________ - [ ] stripslashes on setting display - [ ] Admin page version compatability - [ ] <= 2.3 - [ ] 2.5 - 2.6 - [ ] >= 2.7 ### Wordpress Themes To Test With - [ ] Kubrick - [ ] Other: ________ - [ ] Other: ________ - [ ] Other: ________ ### Other Plugin Compatability - [ ] WP Cache (enabled/disabled) - [ ] WP Super Cache (enabled/disabled) - [ ] Other: _________ ### Languages - [ ] Internationalized - [ ] English - [ ] Other: ________ ### Compatability with Wordpress Settings - [ ] object caching enabled - [ ] memcache enabled ### Wordpress Plugin Compatability - [ ] WP Cache (enabled/disabled) - [ ] WP Super Cache (enabled/disabled) ### Browsers - [ ] Firefox 2.x - [ ] Firefox 3.x - [ ] Internet Explorer 6 - [ ] Internet Explorer 7 - [ ] Internet Explorer 8 - [ ] Safari 3.x ### PHP Compatibility - [ ] PHP 4 - [ ] PHP 5 ### External Factors - [ ] External API - [ ] API error handling - [ ] Function namespacing is unique - [ ] Includes jQuery Enqueue compat if necessary - [ ] Accept user (non-admin) data - [ ] user data escaped & validated - [ ] Other error handling: ____________