Merge branch 'develop'

This commit is contained in:
Robin Cornett
2014-11-11 17:12:02 -05:00
4 changed files with 10 additions and 3 deletions
+4
View File
@@ -140,8 +140,12 @@ _Note:_ unless you check the option to __Move Excerpts/Archive Descriptions__, a
## Changelog
### 1.4.2
* bugfix: titles fixed for Genesis Blog Template
### 1.4.1
* bugfix: correctly added post type support for excerpts to pages
* simplified deactivation/translation
### 1.4.0
* all settings updated for bloat and moved to a new submenu page under Appearance
+1 -1
View File
@@ -12,7 +12,7 @@
* Plugin Name: Display Featured Image for Genesis
* Plugin URI: http://github.com/robincornett/display-featured-image-genesis/
* Description: This plugin requires the Genesis Framework. It varies the display of the post or page featured image, depending on size.
* Version: 1.4.1
* Version: 1.4.2
* Author: Robin Cornett
* Author URI: http://robincornett.com
* License: GPL-2.0+
@@ -92,7 +92,7 @@ class Display_Featured_Image_Genesis_Output {
$item = Display_Featured_Image_Genesis_Common::get_image_variables();
if ( is_singular() && ! is_front_page() ) {
if ( is_singular() && ! is_front_page() && ! is_page_template( 'page_blog.php' ) ) {
remove_action( 'genesis_entry_header', 'genesis_do_post_title' ); // HTML5
remove_action( 'genesis_post_title', 'genesis_do_post_title' ); // XHTML
}
+4 -1
View File
@@ -5,7 +5,7 @@ Donate link: https://robincornett.com/donate/
Tags: backstretch, featured image, featured images, genesis, studiopress, post thumbnails
Requires at least: 3.8
Tested up to: 4.0
Stable tag: 1.4.1
Stable tag: 1.4.2
License: GPL-2.0+
License URI: http://www.gnu.org/licenses/gpl-2.0.txt
@@ -111,6 +111,9 @@ bugfix: correctly added post type support for excerpts to pages
== Changelog ==
= 1.4.2 =
* bugfix: titles fixed for Genesis Blog Template
= 1.4.1 =
* bugfix: correctly added post type support for excerpts to pages