• Works ok, but my Excel doesn’t recognize file “plugin-details.csv” as CSV, simply as text.
    Solution: line 199 in export-plugin-details.php
    Old:
    fputcsv($file,explode(‘|’,$data));
    New:
    fputcsv($file,explode(‘|’,$data),’;’);

  • The topic ‘Possible update to format’ is closed to new replies.