From cc851f70868bfb0cb941b7c04c59927276faf7bc Mon Sep 17 00:00:00 2001 From: Robin Cornett Date: Tue, 11 Nov 2014 13:37:18 -0500 Subject: [PATCH] readme, tag 1.4.1 --- README.md | 3 +++ display-featured-image-genesis.php | 2 +- readme.txt | 9 ++++++--- 3 files changed, 10 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 238ae65..3544906 100644 --- a/README.md +++ b/README.md @@ -140,6 +140,9 @@ _Note:_ unless you check the option to __Move Excerpts/Archive Descriptions__, a ## Changelog +### 1.4.1 +* bugfix: correctly added post type support for excerpts to pages + ### 1.4.0 * all settings updated for bloat and moved to a new submenu page under Appearance * efficiency in descriptions, output, and variables diff --git a/display-featured-image-genesis.php b/display-featured-image-genesis.php index fbd7a3e..d863e4f 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 requires the Genesis Framework. It varies the display of the post or page featured image, depending on size. - * Version: 1.4.0 + * Version: 1.4.1 * Author: Robin Cornett * Author URI: http://robincornett.com * License: GPL-2.0+ diff --git a/readme.txt b/readme.txt index bf84f88..11b54a7 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 Requires at least: 3.8 Tested up to: 4.0 -Stable tag: 1.4.0 +Stable tag: 1.4.1 License: GPL-2.0+ License URI: http://www.gnu.org/licenses/gpl-2.0.txt @@ -106,11 +106,14 @@ _Note:_ unless you check the option to __Move Excerpts/Archive Descriptions__, a 2. Set a Default Featured Image on the Appearance > Display Featured Image Settings page. == Upgrade Notice == -= 1.4.0 = -New feature: set a default image to be used sitewide! += 1.4.1 = +bugfix: correctly added post type support for excerpts to pages == Changelog == += 1.4.1 = +* bugfix: correctly added post type support for excerpts to pages + = 1.4.0 = * all settings updated for bloat and moved to a new submenu page under Appearance * efficiency in descriptions, output, and variables