Releases: WeareJH/m2-module-import
Releases · WeareJH/m2-module-import
2.7.0
2.6.3
2.6.2
- Added ACL permissions
2.6.1
Disable filterable for text attributes
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