ZF-9596: There isn't any way to set the channel's image of a feed created with Zend_Feed_Writer
Description
As written here: http://rssboard.org/rss-specification/…, there's an optional 'image' tag that can specifies an image file for the feed.
A way to set this image is missing (there's no setImage method for the feed).
Comments
Posted by Pádraic Brady (padraic) on 2010-04-30T07:06:29.000+0000
Updating issue type to Improvement since this is not a bug. Working on it soon.
Posted by Pádraic Brady (padraic) on 2010-05-04T07:01:05.000+0000
Changed type to Improvement - will add this soon.
Posted by Pádraic Brady (padraic) on 2010-05-04T10:56:45.000+0000
I have a first implementation for this currently in trunk/release branch. Really just need to finalise rendering tests tomorrow before I resolve this issue ;). See r22097 for the updated source code to date (lots of it!).
Posted by Pádraic Brady (padraic) on 2010-05-05T04:42:38.000+0000
See r22102 for last batch of changes.
Added: