=== BugHerd === Contributors: claytoncollie Tags: admin, administration, tracking, integration, api, bug, bugtracking, bugherd, bug-tracking, todo, projects, project-management Requires at least: 4.7 Requires PHP: 5.6 Tested up to: 5.5.3 Stable tag: 1.0.0 License: GPLv3 or later License URI: http://www.gnu.org/licenses/gpl-3.0.html BugHerd is the visual feedback tool for websites. == Description == BugHerd is the visual feedback tool for websites. Use this plugin to easily insert your project JavaScript into your website. This plugin requires you to have an account with BugHerd. Sign up for free at BugHerd.com. For more help, go to support.bugherd.com If you want to set the project key without using the wp-admin user interface, use the filter below. ` add_filter( 'bugherd_project_key', /** * Set the BugHerd Project Key. * * @param string $project_key Project Key. * * @return string */ function ( $project_key ) { return '123456789'; } ); ` == Installation == 1. Upload `bugherd` to the `/wp-content/plugins/` directory 2. Activate the plugin through the 'Plugins' menu in WordPress 3. Navigate to Settings > BugHerd 4. Insert your project ID 5. Save your changes == Frequently Asked Questions == = Where can I get support? = If you have any question regarding your BugHerd Account, please consult with BugHerd support team. = Where can I report bug in plugin? = You can report your bug on WordPress support forum. == Changelog == ### 1.0.0 * Initial release