From 2dad06467aad59c075fd58df2da291ff555afe6e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A9ctor=20Cabrera?= Date: Sun, 12 Oct 2014 21:37:20 -0430 Subject: [PATCH] Udpdates changelog and bumps version to 3.1.1 --- changelog.md | 4 ++++ readme.txt | 6 +++++- views/admin.php | 16 ++-------------- wordpress-popular-posts.php | 4 ++-- 4 files changed, 13 insertions(+), 17 deletions(-) diff --git a/changelog.md b/changelog.md index d002cf3b..d73cba53 100644 --- a/changelog.md +++ b/changelog.md @@ -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. diff --git a/readme.txt b/readme.txt index 399b4502..48de4e71 100644 --- a/readme.txt +++ b/readme.txt @@ -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 @@ -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. diff --git a/views/admin.php b/views/admin.php index 303e6594..13dcf2a2 100644 --- a/views/admin.php +++ b/views/admin.php @@ -721,20 +721,8 @@ function confirm_clear_image_cache() {

plugin_slug), $this->version); ?>

plugin_slug ); ?>:

diff --git a/wordpress-popular-posts.php b/wordpress-popular-posts.php index 295c2989..daa82c4f 100644 --- a/wordpress-popular-posts.php +++ b/wordpress-popular-posts.php @@ -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 @@ -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.