1.0
1.1
- Added ability to specify a maximum length for the description
1.2
- Check for CDATA within the title or description and strip out the tags if found. This resolves an issue where some feeds weren't displaying (especially those provided by FeedBurner)
- Use alternative method to file_get_contents to read content of feed - this means that allow_url_fopen does not need to be switched on in users PHP configuration. This has also improved performance of the plugin - it is now approx. 50% quicker
1.3
- Ok, that last change didn't work as well as I expected - the replacement file routine isn't compatible with PHP 4. I have therefore converted this to ANOTHER version, but one that is at least compatible with PHP 4.
1.4
- CDATA now stripped from URL address
2.0
- Complete re-write using WordPress' own RSS parsing and caching
- Added functionality to read multiple parameters seperated by an ampersand
- Added new
nofollow, target, cache and more parameters
2.1
- Improved the message output when a feed can't be displayed
- Added shortcode option
2.2
- Added new parameter to restrict length of feed title
2.2.1
- Added ellipsis to end of truncated title
2.2.2
<
ul> tags were appearing for single feed output on shortcodes
* Fixed issue where ampersands in URLs were encoded when using shortcodes
2.3
- Improved processing of ATOM feeds
- Ensure parameters are lower case
- Add translation to "More" text
- Modified the way that UL tags are added to shortcodes
- Write out debug information as 2 additional HTML comment lines
- Description details are only fetched if option requested
- Tidied up code
2.3.1
- When using a shortcode, the terminator for the unordered list was
. Now corrected. Thanks to sm4r7m0u53 for identifying that.
2.3.2
- Added a number of CLASS parameters to appropriate tags for CSS styling purposes