=== WP Simple Tracker === Contributors: CiaranG,kamasheto Tags: issue tracker, tracker Requires at least: 3.3 Tested up to: 3.4.2 Stable tag: 0.3 Adds a simple issue tracking system to your WordPress blog. == Description == WP Simple Tracker is a functional (yet basic) issue tracking system to plug right in your WordPress powered site! Operating an issue tracking system has never been this easy! Currently it can operate one tracker per blog. However the back-end was designed to allow as many trackers as you might want. This will be targeted in a later release. This plugin is based on WP-IssueTracker by Mahmoud Sakr, which is no longer maintained by the author. You can upgrade directly from that to this, by removing it and installing this instead. Your existing issues will remain intact. == Installation == Extract the zip file and just drop the contents in the wp-content/plugins/ directory of your WordPress installation and then activate the Plugin from the Plugins page. To insert the tracker, create a new post (preferably a page) and insert the following content in the body: And publish! Thats it! You could now access your tracker via accessing the page you just created. The UI could easily be styled via the style file included. For best appearance, use a single-column page template for the tracker (no sidebar) and disable comments and pingbacks. but it will work either way. Settings for the plugin could be found under Settings >> Issue Tracker == Changelog == =0.3= *Javascript and CSS are now handled properly within the WordPress framework. They will only be loaded on pages where they're actually needed. =0.2= *Fix some javascript vulnerabilities *Change permission required to manage issues *Move new issue for to its own page *View new issue after reporting, instead of going back to list *Auto-star an issue you change or comment on *Fixed star toggling *Various other improvements =0.1= First release of WP-IssueTracker, on which this is based. == Notes ==