From dff75e382c43f7106b2ead707b454672c4d73d72 Mon Sep 17 00:00:00 2001 From: Robin Cornett Date: Tue, 8 Sep 2015 13:40:07 -0400 Subject: [PATCH] Update version/readme --- README.md | 6 +++++- display-featured-image-genesis.php | 2 +- .../class-displayfeaturedimagegenesis-common.php | 2 +- ...class-displayfeaturedimagegenesis-description.php | 4 ++-- readme.txt | 12 ++++++++---- 5 files changed, 17 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 64b5df6..969ffc6 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ _Note: although this plugin requires the [Genesis Framework by StudioPress](http __Display Featured Image for Genesis__ now allows you to select a default, or fallback, Featured Image, which will be used if a post/page does not have a Featured Image set, or if the post/page's Featured Image is too small (smaller than your medium image setting), and on archive pages. You may set the Default Featured Image under Appearance > Display Featured Image Settings. -As of version 2.0.0, you can now set a Featured Image for each term within a taxonomy (categories, tags, and any taxonomy for custom post types). This image will be used on taxonomy archives, and as a fallback image for posts within that taxonomy if no featured image exists (or if the featured image is too small). If a post is assigned to multiple terms and has no featured image of its own, the most used term which has a featured image assigned will be the one used. +You may set a Featured Image for each term within a taxonomy (categories, tags, and any taxonomy for custom post types). This image will be used on taxonomy archives, and as a fallback image for posts within that taxonomy if no featured image exists (or if the featured image is too small). If a post is assigned to multiple terms and has no featured image of its own, the most used term which has a featured image assigned will be the one used. If your site uses Custom Post Types, you can set a Featured Image for each Post Type on the main Display Featured Image for Genesis settings page. If your single post within this type does not have a featured image, the Post Type Featured Image will be used as a fallback. @@ -214,6 +214,10 @@ to a convenient location, such as your functions.php file. Otherwise, the page t ## Changelog +### 2.3.3 - 2015-09-08 +* bugfix: corrected logic on title/excerpt output for front/posts page +* fix duplicate posts page title due to new function introduced in Genesis 2.2.1, for sites which support genesis-accessibility + ### 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) diff --git a/display-featured-image-genesis.php b/display-featured-image-genesis.php index 8cd6311..ce66646 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.2 + * Version: 2.3.3 * 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 0bd377a..f11f5f7 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.2'; + public $version = '2.3.3'; /** * set and retreive variables for the featured image. diff --git a/includes/class-displayfeaturedimagegenesis-description.php b/includes/class-displayfeaturedimagegenesis-description.php index 8b1a4e8..5527b06 100644 --- a/includes/class-displayfeaturedimagegenesis-description.php +++ b/includes/class-displayfeaturedimagegenesis-description.php @@ -194,7 +194,7 @@ class Display_Featured_Image_Genesis_Description { * @param string $title front page or posts page title * @return string Site title, or page title * - * @since x.y.z + * @since 2.3.3 */ protected function get_front_blog_title( $title = '' ) { $frontpage = get_option( 'show_on_front' ); @@ -215,7 +215,7 @@ class Display_Featured_Image_Genesis_Description { * @param string $intro_text excerpt or archive-description * @return string site description or excerpt * - * @since x.y.z + * @since 2.3.3 */ protected function get_front_blog_intro_text( $intro_text = '' ) { $frontpage = get_option( 'show_on_front' ); diff --git a/readme.txt b/readme.txt index c8e9563..639a2f6 100644 --- a/readme.txt +++ b/readme.txt @@ -5,7 +5,7 @@ Donate link: https://robincornett.com/donate/ Tags: backstretch, featured image, featured images, genesis, studiopress, post thumbnails, featured image rss, rss Requires at least: 4.1 Tested up to: 4.3 -Stable tag: 2.3.2 +Stable tag: 2.3.3 License: GPL-2.0+ License URI: http://www.gnu.org/licenses/gpl-2.0.txt @@ -28,7 +28,7 @@ _Note: although this plugin requires the [Genesis Framework by StudioPress](http __Display Featured Image for Genesis__ now allows you to select a default, or fallback, Featured Image, which will be used if a post/page does not have a Featured Image set, or if the post/page's Featured Image is too small (smaller than your medium image setting), and on archive and taxonomy pages. You may set the Default Featured Image under Appearance > Display Featured Image Settings. -As of version 2.0.0, you can now set a Featured Image for each term within a taxonomy (categories, tags, and any taxonomy for custom post types). This image will be used on taxonomy archives, and as a fallback image for posts within that taxonomy if no featured image exists (or if the featured image is too small). If a post is assigned to multiple terms and has no featured image of its own, the most used term which has a featured image assigned will be the one used. +You may set a Featured Image for each term within a taxonomy (categories, tags, and any taxonomy for custom post types). This image will be used on taxonomy archives, and as a fallback image for posts within that taxonomy if no featured image exists (or if the featured image is too small). If a post is assigned to multiple terms and has no featured image of its own, the most used term which has a featured image assigned will be the one used. If your site uses Custom Post Types, you can set a Featured Image for each Post Type on the main Display Featured Image for Genesis settings page. If your single post within this type does not have a featured image, the Post Type Featured Image will be used as a fallback. @@ -162,14 +162,18 @@ 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.2 = -bugfixes related to accessibility changes in Genesis += 2.3.3 = +bugfixes for excerpts and accessible headings in Genesis 2.2.1 = 2.3.0 = New features: featured images for authors, smaller images loaded for smaller screens! == Changelog == += 2.3.3 = +* bugfix: corrected logic on title/excerpt output for front/posts page +* fix duplicate posts page title due to new function introduced in Genesis 2.2.1, for sites which support genesis-accessibility + = 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)