Install

Works with Drupal: ^10.1 || ^11

Using Composer to manage Drupal site dependencies

Alternative installation files

Download tar.gz 1.15 MB
MD5: 08c7078cba02e3cefff590a0a48768f2
SHA-1: 3af40b5855a745e189e2b612e71ed15e97950eee
SHA-256: b65329cb0b0797f5c35d5f1de0f14ff1c60ab01fca69b4049a55ac734efd1894
Download zip 1.48 MB
MD5: 3198f39a20e9f3df4179948c0e81964b
SHA-1: 21d1f481da86e812288e8dc5b6e240263e9b8a82
SHA-256: 19f4e1fb327de08824bb5c5d28e29b9ca9e6afad213d7b9f323b757028cdcbd7

Release notes

CSV template, backwards compatibility fixes

In this release a feature is added to download a CSV template: this means that after you mapped a list of CSV sources on the mapping page, on the feed page you can download a CSV file where on the first row you'll get the CSV column names that you have configured. This is a feature that already existed in the D7 version of Feeds, but that is now finally completed for the modern Drupal version.

Note: Feeds Textarea Fetcher v1.0.2 makes use of the new CSV template feature by displaying the CSV headers in the textarea when creating a new feed.

There is also a backwards compatibility fix for something that could cause errors after updating from 8.x-3.0-beta5 or earlier (only if you had unfinished imports when updating).

Contributors (16)

megachriz, rudi teschner, damienmckenna, thalles, star-szr, stomusic, anybody, sleitner, sourojeetpaul, irinaz, znerol, rosk0, ptmkenny, ericgsmith, jonathan_hunt, neubreed

Changelog

Issues: 10 issues resolved.

Changes since 8.x-3.0-rc2:

Bug

  • #3487439 by megachriz, rudi teschner: Fixed call to a member function addMessage() on null in Drupal\feeds\State->displayMessages() after updating from 8.x-3.0-beta5 or earlier.
  • #3479242 by megachriz: Do not serialize a \Psr\Log\LoggerInterface object when serializing a \Drupal\feeds\State object.
  • #3217262 by megachriz: Avoid usage of array_flip() in FeedType::__sleep().
  • #3482189 by megachriz: Fixed IntegrityConstraintViolationException when updating a feeds_log log entry when using MS SQL Server Driver.
  • #3480545 by znerol: Fixed PHP Warning: unlink(): No such file or directory in HttpFetcherResult::cleanUp().

Feature

Task

Created by: megachriz
Created on: 5 Dec 2024 at 11:54 UTC
Last updated: 5 Dec 2024 at 15:30 UTC
Bug fixes
New features

Other releases