updated version to 1.5.0

This commit is contained in:
Robin Cornett
2014-12-13 10:03:55 -05:00
parent 6c73cc6d83
commit 8a715934ec
7 changed files with 43 additions and 24 deletions
@@ -13,7 +13,7 @@ class Display_Featured_Image_Genesis_RSS {
* Decide whether or not to add the featured image to the feed or the feed excerpt
*
* @return filter the_excerpt_rss (if summaries) or the_content_feed (full text)
* @since x.y.z
* @since 1.5.0
*/
public function maybe_do_feed() {
@@ -42,7 +42,7 @@ class Display_Featured_Image_Genesis_RSS {
* includes allowances for Send Images to RSS plugin, which processes before this
*
* @param return $content
* @since x.y.z
* @since 1.5.0
*/
public function add_image_to_feed( $content ) {