mirror of
https://github.com/10h30/display-featured-image-genesis.git
synced 2026-07-19 22:43:24 +09:00
Update version, readme, .pot
This commit is contained in:
@@ -234,6 +234,11 @@ to a convenient location, such as your functions.php file. Otherwise, the page t
|
||||
|
||||
## Changelog
|
||||
|
||||
### 2.6.3
|
||||
* added: filter for term selection for term fallback image
|
||||
* improved: decision making process to select the appropriate responsive image size
|
||||
* improved: term fallback image function (due to changes in WP4.8)
|
||||
|
||||
### 2.6.2
|
||||
* added: filter to disable responsive images (backstretch)
|
||||
* added: filter to manage supported taxonomies
|
||||
|
||||
@@ -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.2
|
||||
* Version: 2.6.3
|
||||
* 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.2';
|
||||
public $version = '2.6.3';
|
||||
|
||||
/**
|
||||
* set and retrieve variables for the featured image.
|
||||
|
||||
@@ -5,8 +5,8 @@
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Display Featured Image for Genesis 2.6.2\n"
|
||||
"POT-Creation-Date: 2016-12-06 07:41-0500\n"
|
||||
"Project-Id-Version: Display Featured Image for Genesis 2.6.3\n"
|
||||
"POT-Creation-Date: 2017-02-17 09:42-0500\n"
|
||||
"PO-Revision-Date: \n"
|
||||
"Last-Translator: Robin Cornett <hello@robincornett.com>\n"
|
||||
"Language-Team: Robin Cornett <hello@robincornett.com>\n"
|
||||
|
||||
+7
-3
@@ -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.1
|
||||
Tested up to: 4.7
|
||||
Stable tag: 2.6.2
|
||||
Stable tag: 2.6.3
|
||||
License: GPL-2.0+
|
||||
License URI: http://www.gnu.org/licenses/gpl-2.0.txt
|
||||
|
||||
@@ -183,11 +183,15 @@ 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.2 =
|
||||
Changes to the featured image for non-JavaScript users, added filter to disable responsive images
|
||||
2.6.3: better responsive image selection, term fallback image function updated for WordPress 4.8
|
||||
|
||||
== Changelog ==
|
||||
|
||||
= 2.6.3 =
|
||||
* added: filter for term selection for term fallback image
|
||||
* improved: decision making process to select the appropriate responsive image size
|
||||
* improved: term fallback image function (due to changes in WP4.8)
|
||||
|
||||
= 2.6.2 =
|
||||
* added: filter to disable responsive images (backstretch)
|
||||
* added: filter to manage supported taxonomies
|
||||
|
||||
Reference in New Issue
Block a user