
1.1.2 / 2014-08-15
==================

 * Bump version
 * Merge pull request #60 from humanmade/fix-bug-display-karma
 * Pass user ID as param instead of email
 * Add RTD config
 * fix to readme

1.1.1 / 2014-08-13
==================

 * Bump to version 1.1.1
 * Fix a PHP notice

1.1.0 / 2014-08-13
==================

 * Bump to version 1.1.0
 * Merge pull request #39 from humanmade/issue-39
 * Make the paths filterable
 * Fix how we call comments template
 * Add a comment template file
 * Move comments to own file
 * Fix a PHP notice
 * Merge pull request #56 from humanmade/edit-readme
 * Regenerate readme
 * Add link to github
 * Fix some spacing and formatting
 * Update CONTRIBUTING.md
 * Merge pull request #32 from humanmade/issue-32
 * Update CONTRIBUTING.md
 * Fix composer.json
 * Merge pull request #53 from humanmade/add-contributors
 * Regenerate readme.md
 * Fix Readme file and add contributors
 * Merge pull request #25 from humanmade/issue-25
 * Prevent users from upvoting their comments
 * No need to check if user can vote
 * Merge pull request #30 from humanmade/issue-30
 * Register widget
 * Add a most voted comments widget
 * Update min WordPress version in readme
 * Add Matt as contributor
 * Merge pull request #16 from humanmade/issue-16
 * Add sortable karma column to users view
 * Merge pull request #7 from humanmade/issue-7
 * Return just the values
 * Add task to update class plugin version
 * Update version
 * Add some actions
 * Update function desc
 * Use prefixed constant VERSION
 * Improve activation checks
 * Change required WP Version
 * Prefix filters
 * Rename constants
 * Merge pull request #49 from humanmade/issue-49
 * Add Travis badge
 * Update tests to account for downvoting a comment with no karma
 * Rename function
 * Return comment weight
 * Rename callback
 * Return as integer
 * Bump version
 * Merge pull request #47 from humanmade/contributing-guidelines
 * First version of instructions
 * Add contributing.md file

## 1.0.2 / 2014-08-08

 * Add tests for comment weight update
 * disallow negative karma
 * Fix code after refactor method
 * Return the database value
 * Fix issue where we were adding downvotes
 * Subtract karma if comment is downvoted
 * Add tests for commenter karma update
 * Update tests
 * Allow overriding vote value
 * Use the literal vote values
 * Minified CSS
 * remove build
 * Merge pull request #44 from humanmade/build-tasks
 * Add minified scripts
 * JSHint config
 * Ignore build dir
 * Merge branch 'master' into build-tasks
 * add comments
 * Changelog file
 * Add build tasks
 * Add task plugins
 * Use minified scripts and styles
 * add comments
 * Merge pull request #45 from humanmade/docs
 * Merge branch 'master' into docs
 * Update readme
 * Add readme to markdown task
 * Documentation for how to remove the built in comment template
 
## 1.0.1

* Fix contributors
* Remove unneeded files

## 1.0.0

* Initial release