From 26803d1718e8a660a1e750b31c4639f474a64a42 Mon Sep 17 00:00:00 2001 From: Robin Cornett Date: Tue, 1 Sep 2015 14:27:10 -0400 Subject: [PATCH] Update docs and tags --- README.md | 6 ++++++ display-featured-image-genesis.php | 2 +- .../class-displayfeaturedimagegenesis-common.php | 2 +- readme.txt | 14 ++++++++++---- 4 files changed, 18 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 6ec1c17..64b5df6 100644 --- a/README.md +++ b/README.md @@ -214,6 +214,12 @@ to a convenient location, such as your functions.php file. Otherwise, the page t ## Changelog +### 2.3.2 - 2015-09-02 +* bugfix: invalid images on settings page are again set to most recent setting, rather than removed +* bugfix: output in IE (props Ryan Townley) +* bugfix: added title back to blog template pages due to accessbility changes in Genesis 2.2 +* bugfix: featured author widget output for pre-2.2 Genesis installs + ### 2.3.1 - 2015-08-31 * bugfix: no longer removes titles on pages using the Genesis blog template. * sanity check: cleaned up code redundancies and confusions. diff --git a/display-featured-image-genesis.php b/display-featured-image-genesis.php index c029f7b..8cd6311 100644 --- a/display-featured-image-genesis.php +++ b/display-featured-image-genesis.php @@ -12,7 +12,7 @@ * Plugin Name: Display Featured Image for Genesis * Plugin URI: http://github.com/robincornett/display-featured-image-genesis/ * Description: This plugin works within the Genesis Framework, to display featured images in beautiful and dynamic ways. - * Version: 2.3.1 + * Version: 2.3.2 * Author: Robin Cornett * Author URI: http://robincornett.com * License: GPL-2.0+ diff --git a/includes/class-displayfeaturedimagegenesis-common.php b/includes/class-displayfeaturedimagegenesis-common.php index 77c2722..0bd377a 100644 --- a/includes/class-displayfeaturedimagegenesis-common.php +++ b/includes/class-displayfeaturedimagegenesis-common.php @@ -13,7 +13,7 @@ class Display_Featured_Image_Genesis_Common { * @var string * @since 1.4.3 */ - public $version = '2.3.1'; + public $version = '2.3.2'; /** * set and retreive variables for the featured image. diff --git a/readme.txt b/readme.txt index 6fc3908..c8e9563 100644 --- a/readme.txt +++ b/readme.txt @@ -3,9 +3,9 @@ Contributors: littler.chicken Donate link: https://robincornett.com/donate/ Tags: backstretch, featured image, featured images, genesis, studiopress, post thumbnails, featured image rss, rss -Requires at least: 3.8 +Requires at least: 4.1 Tested up to: 4.3 -Stable tag: 2.3.1 +Stable tag: 2.3.2 License: GPL-2.0+ License URI: http://www.gnu.org/licenses/gpl-2.0.txt @@ -162,14 +162,20 @@ This will follow the settings you choose in the Genesis Theme Settings. 3. Quickly see the featured image assigned to each post or term. == Upgrade Notice == -= 2.3.1 = -bugfix for blog page template users. += 2.3.2 = +bugfixes related to accessibility changes in Genesis = 2.3.0 = New features: featured images for authors, smaller images loaded for smaller screens! == Changelog == += 2.3.2 = +* bugfix: invalid images on settings page are again set to most recent setting, rather than removed +* bugfix: output in IE (props Ryan Townley) +* bugfix: added title back to blog template pages due to accessbility changes in Genesis 2.2 +* bugfix: featured author widget output for pre-2.2 Genesis installs + = 2.3.1 = * bugfix: no longer removes titles on pages using the Genesis blog template. * sanity check: cleaned up code redundancies and confusions.