mirror of
https://github.com/10h30/display-featured-image-genesis.git
synced 2026-07-17 05:23:22 +09:00
Update version/readme
This commit is contained in:
@@ -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)
|
||||
|
||||
@@ -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+
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -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' );
|
||||
|
||||
+8
-4
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user