Skip to content

v2.1.5

Choose a tag to compare

@github-actions github-actions released this 14 Aug 13:00
· 1 commit to main since this release
  • Fixed: CSV import (gform_post_multifile_upload handler) no longer triggers a PHP 8.4+ deprecation notice for fgetcsv()/str_getcsv() missing the $escape parameter, which could break the AJAX import response when display_errors is on
  • Fixed: CSV export now passes an explicit $escape parameter to fputcsv() for the same PHP 8.4+ compatibility, and to keep export/import parsing symmetric with GF Chained Selects 1.8.2