woocommerce/includes/admin/importers
Christopher Allford 7bf9c31f64 Adjusted the column name normalization to avoid squashing meta key case sensitivity
Since we were converting the field to lowercase we ended up inserting meta in all lowercase, regardless of what it was in the CSV file. We should only be using the normalized field name when looking at the default columns, and should instead rely on a case-insensitive regex for the special columns.

One thing to note is that we're still defaulting the $headers array to the normalized field, as we don't want to change what is being passed to the filter for unmapped columns.
2020-05-14 21:20:55 -07:00
..
mappings Map more fields, including special columns with custom data handling requirements 2019-04-15 16:05:29 +01:00
views Update html-product-csv-import-form.php 2019-08-23 18:22:28 +05:30
class-wc-product-csv-importer-controller.php Adjusted the column name normalization to avoid squashing meta key case sensitivity 2020-05-14 21:20:55 -07:00
class-wc-tax-rate-importer.php Replace removed WordPress.Security.NonceVerification.NoNonceVerification 2019-12-13 17:45:32 -03:00