Bug
Feed category is generated in invalid format.
For example, when you add category "History" to the feed the result would be:
<itunes:category>History</itunes:category>
This is incorrect. According to Apple the correct format should be:
<itunes:category text="History" />
Version
feed: 5.1.0
Bug
Feed category is generated in invalid format.
For example, when you add category "History" to the feed the result would be:
<itunes:category>History</itunes:category>This is incorrect. According to Apple the correct format should be:
<itunes:category text="History" />Version
feed: 5.1.0