All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.
- Fix for security on the target attribute
- Fix a simple bug on shortcode to output the content.
- Add a new parameter to set the order of date, title, creator, and description.
- Maintain simple topics inside the code.
- Ready for usage in PHP 7.2*, replace
create_function
- Fix escaping in the widget admin form
- Added new parameter random_sort
- Small code changes for more strict coding.
- Fix formatting topics on readme.
- Fix for usage under php 7*
- Code Formatting, WP Codex
- You should always use the SimplePie library as a Feed Parser - check your parameter.
- Fix the widget PHP4 style
- Added
%picture_url%
forbefore_desc
,after_desc
,start_item
andend_item
- Fix typo in readme
- Fix a bug with
%href%
and%title%
in after_desc - Shortened some over-long lines in the code
- Set SimplePie to default settings; this is the default way of WP since a lot of versions
- Fix for Quicktag on Post/Page Editor; use now the core functions there we have since WP 3.3
- Bugfix: restored RSSImport QuickTag for Wordpress 3.3 and later
- Improvement: avoid PHP-notice when description is missing for an item
- TODO: add parameter to allow prefix of url (see https://wordpress.org/support/topic/plugin-rssimport-fix-for-headline-links-without-full-paths)
- TODO: check documentation of call to function (PHP); see https://wordpress.org/support/topic/plugin-rssimport-change-feed-display
- Documentation: corrected 'after_desc' (thanks to elricky for reporting)
- Bugfix: noitems string display is back
- Improvement: html_entity_decode feedurl when using shortcodes
- Maintenance: Add Romanian language files
- Bugfix: add param desc4title on shortcodes
- Bugfix: Filter Feed-Url for masked
&
; now works Yahoo Pipes feeds - Maintenance: Translate strings from options
- Feature: add new param
desc4title
to add the description to title-attribute on title-links - Bugfix: target parameter in widget
- Maintenance: rescan/rewrite de_DE language file
- Maintenance: rescan .pot
- small changes for better debugging
- change metadata for WordPress
- multilanguage plugin-description
- change error-handling on feeds; use WP-Error
- bugfix widget parameter for description
- small changes on source
- add function for WordPress lower version 2.8
- add option for formatting the date
- bugfix Widget-title
- include class SimpliePie for alternative parse
- new parameter
$use_simplepie
for active parse with class SimplePie - change for boolean type, possible to use
true
orfalse
and1
or0
- change updatenotice to standard WP
- add strings %title% and %href% to replace in after-desc-option
- Bugfix for utl-value on shortcode
- change clean the title-attribut an links for multilanguage-support
- add rel attribute for links
- add widget support, WP 2.8 and higher
See on the official website for older entries on changelog.