-
Notifications
You must be signed in to change notification settings - Fork 83
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2167552
commit 53fc5d2
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
Plugin Name: WordPress Popular Posts | ||
Plugin URI: http://wordpress.org/extend/plugins/wordpress-popular-posts | ||
Description: WordPress Popular Posts is a highly customizable widget that displays the most popular posts on your blog | ||
Version: 3.2.2 | ||
Version: 3.2.3 | ||
Author: Hector Cabrera | ||
Author URI: http://cabrerahector.com | ||
Author Email: [email protected] | ||
|
@@ -61,7 +61,7 @@ class WordpressPopularPosts extends WP_Widget { | |
* @since 1.3.0 | ||
* @var string | ||
*/ | ||
private $version = '3.2.2'; | ||
private $version = '3.2.3'; | ||
|
||
/** | ||
* Plugin identifier. | ||
|