- Bumped the RSS version from 0.92 to 2.0
parent
000c10eb79
commit
0f7be2573e
|
@ -10,6 +10,8 @@ Drupal x.x.x, xxxx-xx-xx
|
|||
* added search block.
|
||||
- syndication:
|
||||
* made the ping module ping pingomatic.com which, in turn, will ping all the major ping services.
|
||||
* made Drupal generete RSS 2.0 feeds.
|
||||
* made RSS feeds extensible.
|
||||
* added categories to RSS feeds.
|
||||
* added enclosures to RSS feeds.
|
||||
- flood control mechanism:
|
||||
|
|
|
@ -1165,7 +1165,7 @@ function node_feed($nodes = 0, $channel = array()) {
|
|||
}
|
||||
|
||||
$channel_defaults = array(
|
||||
'version' => '0.92',
|
||||
'version' => '2.0',
|
||||
'title' => variable_get('site_name', 'drupal') .' - '. variable_get('site_slogan', ''),
|
||||
'link' => $base_url,
|
||||
'description' => variable_get('site_mission', ''),
|
||||
|
|
|
@ -1165,7 +1165,7 @@ function node_feed($nodes = 0, $channel = array()) {
|
|||
}
|
||||
|
||||
$channel_defaults = array(
|
||||
'version' => '0.92',
|
||||
'version' => '2.0',
|
||||
'title' => variable_get('site_name', 'drupal') .' - '. variable_get('site_slogan', ''),
|
||||
'link' => $base_url,
|
||||
'description' => variable_get('site_mission', ''),
|
||||
|
|
Loading…
Reference in New Issue