Skip to content

Commit

Permalink
1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JDGrimes committed Jun 6, 2017
1 parent 3de4b59 commit 9e26455
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,23 @@ This project adheres to [Semantic Versioning](http://semver.org/) and [Keep a CH

Nothing documented right now.

## [1.1.0] - 2017-06-06

### Added

- Points logs are now displayed on the user profile.
- The usernames in the top users and points logs tables now link to the user profile.

### Fixed

- The points displayed on the profile header are now visible against any background.

## [1.0.0] - 2017-06-05

### Added

- Function to display points on the user's profile and on user cards.

[unreleased]: https://github.com/WordPoints/userpro/compare/master...HEAD
[1.1.0]: https://github.com/WordPoints/userpro/compare/1.0.0...1.1.0
[1.0.0]: https://github.com/WordPoints/userpro/compare/...1.0.0
4 changes: 2 additions & 2 deletions src/userpro.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
* ---------------------------------------------------------------------------------|
*
* @package WordPoints_UserPro
* @version 1.0.0
* @version 1.1.0
* @author J.D. Grimes <[email protected]>
* @license GPLv2+
*/
Expand All @@ -32,7 +32,7 @@
Author: J.D. Grimes
Author URI: https://wordpoints.org/
Module URI: https://wordpoints.org/modules/userpro/
Version: 1.0.0
Version: 1.1.0
License: GPLv2+
Description: Integrates with the UserPro plugin.
Text Domain: wordpoints-userpro
Expand Down

0 comments on commit 9e26455

Please sign in to comment.