From ac4b46a537ed6eeff66cd3b0e8fb1a1b1c0566cf Mon Sep 17 00:00:00 2001 From: Robin Cornett Date: Wed, 21 Feb 2018 13:09:43 -0500 Subject: [PATCH] Update version, readme --- README.md | 2 ++ display-featured-image-genesis.php | 2 +- readme.txt | 4 +++- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 38cfdf3..bb4d9f8 100644 --- a/README.md +++ b/README.md @@ -241,6 +241,8 @@ to a convenient location, such as your functions.php file. Otherwise, the page t * added: advanced settings for changing featured image hooks without code * added: shortcodes for outputting featured image widgets anywhere * added: optional media buttons to make shortcode creation easier +* added: optional custom text for content type, term widgets +* added: optional link to term archive on widget * improved: widgets have been tidied up and refactored * improved: settings pages have been tidied up and refactored * changed: new minimum WP version is 4.4 diff --git a/display-featured-image-genesis.php b/display-featured-image-genesis.php index 3b91fa3..83368c2 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: https://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.7.0beta + * Version: 2.7.0 * Author: Robin Cornett * Author URI: https://robincornett.com * Text Domain: display-featured-image-genesis diff --git a/readme.txt b/readme.txt index 33f37ab..c839ad6 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.4 Tested up to: 4.9 -Stable tag: 2.7.0beta +Stable tag: 2.7.0 License: GPL-2.0+ License URI: http://www.gnu.org/licenses/gpl-2.0.txt @@ -194,6 +194,8 @@ This will follow the settings you choose in the Genesis Theme Settings. * added: advanced settings for changing featured image hooks without code * added: shortcodes for outputting featured image widgets anywhere * added: optional media buttons to make shortcode creation easier +* added: optional custom text for content type, term widgets +* added: optional link to term archive on widget * improved: widgets have been tidied up and refactored * improved: settings pages have been tidied up and refactored * changed: new minimum WP version is 4.4