From 6c73cc6d83e9095331248e52bce90e02036d0cea Mon Sep 17 00:00:00 2001 From: Robin Cornett Date: Fri, 12 Dec 2014 14:06:20 -0500 Subject: [PATCH] updated readme --- README.md | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5581c09..870061b 100644 --- a/README.md +++ b/README.md @@ -30,8 +30,17 @@ __Display Featured Image for Genesis__ has some styling built in but I have inte * `.excerpt` (for single posts/pages) and `.archive-description` (for archives) are styled as a unit. These are the containers for the post/page/archive/taxonomy title and description if the Move Excerpts option _is_ selected. * `.featured` is appended to the large image output directly above the post/page content. +#### New: Add Your Featured Image to Your RSS Feed + +Now you can add the Featured Image from each post to your RSS feed. This is an optional setting and applied intelligently: + +* if your feed is set to output the full text, the Featured Image will be added to the beginning of your post content as a full width image. +* if your feed is set to output only the summary of your content, the Featured image will be added to the beginning of your summary as a thumbnail, aligned to the left. + +You can check/change your feed settings on your site's Settings > Reading page. + ## Requirements -* WordPress 3.8, tested up to 4.0 +* WordPress 3.8, tested up to 4.1 * the Genesis Framework ## Installation @@ -140,7 +149,13 @@ _Note:_ unless you check the option to __Move Excerpts/Archive Descriptions__, a ## Changelog -### 1.4.3 +### x.y.z (in process) +* added new setting to include Featured Image in RSS feeds +* added fallback image output if js is disabled +* fixed output if user is using Photon (the Jetpack module) +* fixed output for large image (not backstretch) + +### 1.4.3 - 2014-11-18 * better decision making process for firing up scripts/styles * moved scripts to footer * set plugin version to be used for scripts/style versions