FIX – Importer CSV file settings page disable flag not changing when fields are updated.
ADD – Imported Record tracking is moved from meta tables to own table.
ADD – Allow custom text entry on repeater base node field.
2.6.3 – 11/01/2023
FIX – Importer session has changed fatal importer error during import initialization.
2.6.2 – 06/01/2023
FIX – AddonBasePanel save callback was not following permission rules.
FIX – PHP error caused by , at end of arrays.
FIX – Importer session has changed fatal importer error during import initialization.
2.6.1 – 03/03/2023
FIX – Importer state to work with WP Multisite.
2.6.0 – 12/12/2022
ADD – Simplified importer runner, import chunks removed in faviour of state locking.
2.5.5 – 29/11/2022
ADD – New action iwp/importer/mapper/init run before a record has been imported.
ADD – New action iwp/importer/mapper/before to modify data before importing a record.
ADD – New action iwp/importer/mapper/before_insert to modify data before inserting a record.
ADD – New action iwp/importer/mapper/before_update to modify data before updating a record.
ADD – New action iwp/importer/mapper/after run after a record has been imported.
2.5.4 – 13/08/2022
ADD – New filter iwp/allowed_file_types to allow different file types apart from the default xml / csv.
ADD – New filter iwp/get_filetype_from_ext to allow setting the file type based on the attached file name.
2.5.3
FIX – Addon Panel, Core template fields are no longer excluded from processing due to missing enabled flag.
2.5.2
FIX – Hash geneartion on local files now match correctly.
ADD – Downloaded media without extensions, attempt to get extension from content-type header.
2.5.1
FIX – Restore old method of loading woocomerce / yoast addon
FIX – Only the importer that deletes a record, can restore that record unless you use the post_status field.
2.5.0
ADD – 1st release of iwp_register_importer_addon api
ADD – File encoding dropdown added to xml imports under file settings step.
FIX – Issue where 2 fields can match with the same prefix on a group e.g. gallery-id vs gallery-id-url.
2.4.10
FIX – Custom methods no longer break when the character “)” is present.
2.4.9
FIX – fix js load issue on some installs with ReferenceError: regeneratorRuntime is not defined.
FIX – Add missing term description field to exporter.
FIX – Term importer now displays list of private taxonomies.
FIX – Post taxonomies section hierachy follows stricter rules allowing for multiple terms with the same name if nested under a different parent e.g. “Term 1 > Term 1”
2.4.8
FIX – Update importer filter row functionality.
2.4.7
FIX – Allow for zip, and gz file extensions to work with previously forced file extensions.
ADD – Add new addon registration function iwp_register_importer_addon
2.4.6
ADD – New setting to limit the number of log files stored, by default this is set to unlimited.
FIX – Fix RCE issue by forcing correct extensions on imported data files.
2.4.5
ADD – New “Media Library” option added to attachment download field, allowing you to search for attachments previously uploaded to your media library.
2.4.4
ADD – Add filters to allow addons to extend the exporter custom field list and alter data before being exported.