update docs, tentative 2.1.0

This commit is contained in:
Robin Cornett
2015-02-18 18:28:07 -05:00
parent 1dba657602
commit 24a3836466
5 changed files with 17 additions and 3 deletions
@@ -13,7 +13,7 @@ class Display_Featured_Image_Genesis_Common {
* @var string
* @since 1.4.3
*/
public static $version = '2.0.1';
public static $version = '2.1.0';
protected static $post_types;
+2
View File
@@ -12,6 +12,8 @@
/**
* gets the term image ID
* @return image_id reusable function to get a post's term image, if it exists
*
* @since 2.1.0
*/
function display_featured_image_genesis_get_term_image() {
$taxonomies = get_taxonomies();