diff --git a/README.md b/README.md index 3544906..20a1053 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/display-featured-image-genesis.php b/display-featured-image-genesis.php index d863e4f..ed5871e 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.1 + * Version: 1.4.2 * Author: Robin Cornett * Author URI: http://robincornett.com * License: GPL-2.0+ diff --git a/readme.txt b/readme.txt index 11b54a7..b4368ff 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.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