Update readme, version, .pot

This commit is contained in:
Robin Cornett
2017-10-31 17:24:14 -04:00
parent 0a6fb4973f
commit 1066d96d54
5 changed files with 582 additions and 516 deletions
+7
View File
@@ -234,6 +234,13 @@ to a convenient location, such as your functions.php file. Otherwise, the page t
## Changelog
### 2.7.0
* added: shortcodes for outputting featured image widgets anywhere
* added: optional media buttons to make shortcode creation easier
* 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
### 2.6.3
* added: filter for term selection for term fallback image
* improved: decision making process to select the appropriate responsive image size
+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 works within the Genesis Framework, to display featured images in beautiful and dynamic ways.
* Version: 2.6.3
* Version: 2.7.0
* Author: Robin Cornett
* Author URI: https://robincornett.com
* Text Domain: display-featured-image-genesis
@@ -18,7 +18,7 @@ class Display_Featured_Image_Genesis_Common {
* @var string
* @since 1.4.3
*/
public $version = '2.6.3';
public $version = '2.7.0';
/**
* set and retrieve variables for the featured image.
File diff suppressed because it is too large Load Diff
+11 -4
View File
@@ -3,9 +3,9 @@
Contributors: littler.chicken
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.7
Stable tag: 2.6.3
Requires at least: 4.4
Tested up to: 4.9
Stable tag: 2.7.0
License: GPL-2.0+
License URI: http://www.gnu.org/licenses/gpl-2.0.txt
@@ -183,10 +183,17 @@ This will follow the settings you choose in the Genesis Theme Settings.
4. Quickly see the featured image assigned to each post or term.
== Upgrade Notice ==
2.6.3: better responsive image selection, term fallback image function updated for WordPress 4.8
2.7.0: new minimum WP version supported is 4.4! Also, widgets have been updated; shortcodes introduced
== Changelog ==
= 2.7.0 =
* added: shortcodes for outputting featured image widgets anywhere
* added: optional media buttons to make shortcode creation easier
* 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
= 2.6.3 =
* added: filter for term selection for term fallback image
* improved: decision making process to select the appropriate responsive image size