Releases: WeareJH/m2-module-import
Releases · WeareJH/m2-module-import
2.6.0
- #69 - this may be a problematic change for bigger tables as indexes have to be built from the scratch when added. Alternatively indexes can be added manually in advance with SQL:
ALTER TABLEjh_import_history
ADD INDEXJH_IMPORT_HISTORY_IMPORT_NAME
(import_name
)
ALTER TABLEjh_import_history_item_log
ADD INDEXJH_IMPORT_HISTORY_ITEM_LOG_ID_VALUE
(id_value
) - #68
2.5.5
Remove logging to file from CLI progress handler
2.5.4: Merge pull request #65 from vseager/magento2.4.7
2.5.3: Merge pull request #66 from WeareJH/JDTB-61-remove-already-imported
JDTB-61 Remove check if source already imported
2.5.2
Fix deprecated dynamic property creation
Release 2.5.1
2.5.0
2.4.6
2.4.5
- General improvements #60 including
- handling aggregate exception in a way that all errors are logged instead of meaningless main phrase
- adding export possbility for logs in admin