You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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