Skip to content

Releases: backdrop-contrib/views_data_export

1.x-3.2.1

06 Jan 23:52
5905a56
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.x-3.2.0...1.x-3.2.1

1.x-3.2.0

07 Oct 19:49
92df871
Compare
Choose a tag to compare

Includes a number of bug fixes and improvements. Brings up to date with 7.x-3.2:

  • Issue #2803603 by Steven Jones: Reduce garbage collection times
  • Issue #2636738 by Sneakyvv, krisahil: SHOW VARIABLES query for max_al…
    Issue #1258390 by Sneakyvv, GaëlG: Add support for batched exports of…
  • Issue #2752287 by bigmoves: Current Images for Buttons Fail 508 Color…
  • Issue #2818067 by joestewart: Regression for non-batch export with no…

And bug fixes to fully convert to Backdrop:

1.x-3.1.0

12 Feb 03:08
Compare
Choose a tag to compare

This is the initial port of Views Data Export, including unit tests.

  • This 1.x-3.1.0 version maps directly to the Drupal 7.x-3.1 release.
  • drupal_*() functions have been replaced with backdrop_*() functions.
  • Drupal's file_delete takes a File object, Backdrop takes a FID.
  • CTools's ctools_dependent_process is replaced with FAPI #states.
  • theme_image() takes uri now, not path.
  • Views plugins are loaded via the autoloader.
  • theme_process() no longer exists. See https://api.backdropcms.org/node/28554 for details.