Releases: backdrop-contrib/views_data_export
Releases · backdrop-contrib/views_data_export
1.x-3.2.1
What's Changed
- Issue #14. Do not pass null to decode_entities by @argiepiano in #18
- Issue #10. Replace #dependency with #states by @argiepiano in #13
- Issue #11: Use entity_load_multiple. by @laryn in #12
New Contributors
- @argiepiano made their first contribution in #18
- @laryn made their first contribution in #12
Full Changelog: 1.x-3.2.0...1.x-3.2.1
1.x-3.2.0
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
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 withbackdrop_*()
functions.- Drupal's
file_delete
takes aFile
object, Backdrop takes a FID. - CTools's
ctools_dependent_process
is replaced with FAPI#states
. theme_image()
takesuri
now, notpath
.- Views plugins are loaded via the autoloader.
theme_process()
no longer exists. See https://api.backdropcms.org/node/28554 for details.