Posted by alex_b on September 16, 2010 at 7:41pm
| Download | Size | md5 hash |
|---|---|---|
| feeds-6.x-1.0-beta6.tar.gz | 196.44 KB | b34507207af59965b4eb62afd175c4c7 |
| feeds-6.x-1.0-beta6.zip | 255.91 KB | cb66b2366544f3700675387b4eb95318 |
Last updated: December 24, 2010 - 22:56
Release notes
Note: If you upgrade from anything else than beta 5, make sure to also review the release notes for Feeds 1.0 beta 5.
New: dependency on Job Scheduler module
Feeds now depends on Job Scheduler. Before running update.php, place the Job Scheduler module in your modules directory.
Changes since 1.0 beta 5 release
- Branched to DRUPAL-6--1.
- #623432 Alex UA, dixon_, pvhee, cglusky, alex_b et al.: Mapper for emfield.
- #913672 andrewlevine: Break out CSV Parser into submethods so it is more easily overridable
- #853974 snoldak924, alex_b: Fix XSS vulnerabilities in module.
- #887846 ekes: Make FeedsSimplePieEnclosure (un)serialization safe.
- #908582 XiaN Vizjereij, alex_b: Fix "Cannot use object of type stdClass as array" error in mappers/taxonomy.inc.
- #906654 alex_b: Fix phantom subscriptions.
- #867892 alex_b: PubSubHubbub - slow down import frequency of feeds that are subscribed to hub.
- #908964 alex_b: Break out scheduler. Note: Features depends on Job Scheduler module now: http://drupal.org/project/job_scheduler
- #663860 funkmasterjones, infojunkie, alex_b et. al.: hook_feeds_after_parse().
- #755556 Monkey Master, andrewlevine, alex_b: Support saving local files in filefields.
- #891982 bangpound, twistor: Support Link 2.x.
- #870278 budda: Fix SQL query in taxonomy_get_term_by_name_vid().
- #795114 budda, alex_b: Taxonomy term processor doesn't require vocabulary to be set.