Downloads
Download tar.gz
25.36 KB
MD5: 93c3c1136d35ce891ba781125ca36f96
SHA-1: fb8c0e687ff093697aa2e446dec507e659f757e5
SHA-256: f5276fc3a08b0db85e27ea431e4b3e7a108cdd0dea66785078971fc7d3ff4f33
Download zip
34.6 KB
MD5: c75287a837a0be3efe4330d4729c7435
SHA-1: 8c8be66eec76fdd4eea44c11fe6384c63c3f4481
SHA-256: f30e51fb44bb7028832d5fb382ad18950bafd683e69a8b8d637f2cac67088724
Release notes
Changes since 6.x-2.0-rc2:
- Added option for item element to output terms from hierarchical vocabularies together with their parents (and optionally with vocabulary name) as slash-delimited string
- #1528774: White screen on non-array input to views_rss_handler_field_multiple
- Code and visual polishing
- Formatters (both field and view) return elements formatted D7 style
- Formatters are passing raw values to view and then to preprocess functions
- Moved core formatters into separate file views_rss_core.field.inc
- Added new field handler/RSS field formatter for "All taxonomy terms"
- Added new generic field handler working with raw values received from formatters
- views_rss_core_preprocess_category() no longer used for feed items
- Renamed views_rss_core_preprocess_category() to views_rss_core_preprocess_channel_category()
- views-view-views-rss-field.tpl.php modified to handle $markup variable
- Removed leftover test theme callback
- #1503756: Strict warning errors due to $form variable not being referenced.
- Moved xml:base declaration from views_rss_core to views_rss theme to exclude it from caching
- Use site title for item element if view title is not set
- #1487978: Domain Acess module compatibility (multi-domain installation)
- #1482702: xmlns:dc="http://purl.org/dc/terms/" Should be xmlns:dcterms, or xmlns:dc="http://purl.org/dc/elements/1.1/"?
- Added option to change $element value from item preprocess function
- Fixed preprocess call for the whole item elements array
- #1480820: Upgrade issues from 1.x to 2.x
- Use default value for views_rss_theme7() arguments
- #1475788: feed icon on block view has wrong url