Skip to content

Commit

Permalink
2.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
JDGrimes committed Nov 13, 2017
1 parent 18aab15 commit 425120c
Show file tree
Hide file tree
Showing 12 changed files with 283 additions and 263 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,14 @@ This is the developer changelog for WordPoints. For a user-centric changelog, se

Nothing documented yet.

## [2.4.1] - 2017-11-13

### Fixed

- More fatal errors when viewing the points logs after deactivating the BuddyPress plugin. #745
- Fatal errors when a rank type is not known. #744
- Stale extension data not being refreshed when after activating the extension's license. #749

## [2.4.0] - 2017-10-26

### Requires
Expand Down Expand Up @@ -525,6 +533,7 @@ Nothing documented yet.
- Notices for ophaned comments in comment points hooks. #436

[unreleased]: https://github.com/WordPoints/wordpoints/compare/master...develop
[2.4.1]: https://github.com/WordPoints/wordpoints/compare/2.4.0...2.4.1
[2.4.0]: https://github.com/WordPoints/wordpoints/compare/2.3.0...2.4.0
[2.3.0]: https://github.com/WordPoints/wordpoints/compare/2.2.2...2.3.0
[2.2.2]: https://github.com/WordPoints/wordpoints/compare/2.2.1...2.2.2
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wordpoints",
"version": "2.4.0",
"version": "2.4.1",
"description": "Gamify your WordPress site with points.",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion src/includes/constants.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
*
* @const WORDPOINTS_VERSION
*/
define( 'WORDPOINTS_VERSION', '2.4.0' );
define( 'WORDPOINTS_VERSION', '2.4.1' );

/**
* The full path to the plugin's main directory.
Expand Down
Binary file modified src/languages/wordpoints-es_ES.mo
Binary file not shown.
Loading

0 comments on commit 425120c

Please sign in to comment.