Skip to content

Commit

Permalink
Udpdates changelog and bumps version to 3.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
cabrerahector committed Oct 13, 2014
1 parent b140493 commit 2dad064
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 17 deletions.
4 changes: 4 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
Changelog
=========
#### 3.1.1 ####
* Adds check for exif extension availability.
* Rolls back check for user's default thumbnail.

#### 3.1.0 ####
* Fixes invalid HTML title/alt attributes caused by encoding issues.
* Fixes issue with jQuery not loading properly under certain circumstances.
Expand Down
6 changes: 5 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=hcabr
Tags: popular, posts, widget, popularity, top
Requires at least: 3.8
Tested up to: 4.0
Stable tag: 3.1.0
Stable tag: 3.1.1
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Expand Down Expand Up @@ -152,6 +152,10 @@ For the time being, the [Support Forum](http://wordpress.org/support/plugin/word
4. WordPress Popular Posts Stats panel.

== Changelog ==
= 3.1.1 =
* Adds check for exif extension availability.
* Rolls back check for user's default thumbnail.

= 3.1.0 =
* Fixes invalid HTML title/alt attributes caused by encoding issues.
* Fixes issue with jQuery not loading properly under certain circumstances.
Expand Down
16 changes: 2 additions & 14 deletions views/admin.php
Original file line number Diff line number Diff line change
Expand Up @@ -721,20 +721,8 @@ function confirm_clear_image_cache() {
<h3><?php echo sprintf( __('About WordPress Popular Posts %s', $this->plugin_slug), $this->version); ?></h3>
<p><?php _e( 'This version includes the following changes', $this->plugin_slug ); ?>:</p>
<ul>
<li>Fixes invalid HTML title/alt attributes caused by encoding issues.</li>
<li>Fixes issue with jQuery not loading properly under certain circumstances.</li>
<li>Fixes issue with custom excerpts not showing up.</li>
<li>Fixes undefined notices and removes an unused variable from widget_update().</li>
<li>Fixes wrong variable reference in __image_resize().</li>
<li>Adds charset to mb_substr when truncating excerpt.</li>
<li>Sets default logging level to 1 (Everyone).</li>
<li>Renders the category link with cat-id-[ID] CSS class.</li>
<li>Replaces getimagesize() with exif_imagetype().</li>
<li>Adds notice to move/copy wpp.css stylesheet into theme's directory to keep custom CSS styles across updates.</li>
<li>Thumbail generation process has been refactored for efficiency.</li>
<li>Thumbnails are now stored in a custom folder under Uploads.</li>
<li>Drops support on Japanese and French languages since the translations were outdated.</li>
<li>Other minor bug fixes and improvements.</li>
<li>Adds check for exif extension availability.</li>
<li>Rolls back check for user's default thumbnail.</li>
</ul>
</div>

Expand Down
4 changes: 2 additions & 2 deletions wordpress-popular-posts.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.1.0
Version: 3.1.1
Author: Hector Cabrera
Author URI: http://cabrerahector.com
Author Email: hcabrerab@gmail.com
Expand Down Expand Up @@ -61,7 +61,7 @@ class WordpressPopularPosts extends WP_Widget {
* @since 1.3.0
* @var string
*/
private $version = '3.1.0';
private $version = '3.1.1';

/**
* Plugin identifier.
Expand Down

0 comments on commit 2dad064

Please sign in to comment.