Update docs and tags

This commit is contained in:
Robin Cornett
2015-09-01 14:27:10 -04:00
parent 5c56e88351
commit 26803d1718
4 changed files with 18 additions and 6 deletions
+6
View File
@@ -214,6 +214,12 @@ to a convenient location, such as your functions.php file. Otherwise, the page t
## Changelog
### 2.3.2 - 2015-09-02
* bugfix: invalid images on settings page are again set to most recent setting, rather than removed
* bugfix: output in IE (props Ryan Townley)
* bugfix: added title back to blog template pages due to accessbility changes in Genesis 2.2
* bugfix: featured author widget output for pre-2.2 Genesis installs
### 2.3.1 - 2015-08-31
* bugfix: no longer removes titles on pages using the Genesis blog template.
* sanity check: cleaned up code redundancies and confusions.
+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.3.1
* Version: 2.3.2
* Author: Robin Cornett
* Author URI: http://robincornett.com
* License: GPL-2.0+
@@ -13,7 +13,7 @@ class Display_Featured_Image_Genesis_Common {
* @var string
* @since 1.4.3
*/
public $version = '2.3.1';
public $version = '2.3.2';
/**
* set and retreive variables for the featured image.
+10 -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: 3.8
Requires at least: 4.1
Tested up to: 4.3
Stable tag: 2.3.1
Stable tag: 2.3.2
License: GPL-2.0+
License URI: http://www.gnu.org/licenses/gpl-2.0.txt
@@ -162,14 +162,20 @@ This will follow the settings you choose in the Genesis Theme Settings.
3. Quickly see the featured image assigned to each post or term.
== Upgrade Notice ==
= 2.3.1 =
bugfix for blog page template users.
= 2.3.2 =
bugfixes related to accessibility changes in Genesis
= 2.3.0 =
New features: featured images for authors, smaller images loaded for smaller screens!
== Changelog ==
= 2.3.2 =
* bugfix: invalid images on settings page are again set to most recent setting, rather than removed
* bugfix: output in IE (props Ryan Townley)
* bugfix: added title back to blog template pages due to accessbility changes in Genesis 2.2
* bugfix: featured author widget output for pre-2.2 Genesis installs
= 2.3.1 =
* bugfix: no longer removes titles on pages using the Genesis blog template.
* sanity check: cleaned up code redundancies and confusions.