Skip to content

Releases: WeareJH/m2-module-import

2.7.0

28 Aug 16:44
01ce7ef
Compare
Choose a tag to compare

Compatible with Magento version 2.4.8

2.6.3

05 Aug 10:56
1e05da5
Compare
Choose a tag to compare

2.6.2

13 May 15:34
ca55aab
Compare
Choose a tag to compare
  • Added ACL permissions

2.6.1

24 Mar 08:43
Compare
Choose a tag to compare
Disable filterable for text attributes

2.6.0

02 Jan 12:55
55f67b5
Compare
Choose a tag to compare
  • #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 TABLE jh_import_history ADD INDEX JH_IMPORT_HISTORY_IMPORT_NAME (import_name)
    ALTER TABLE jh_import_history_item_log ADD INDEX JH_IMPORT_HISTORY_ITEM_LOG_ID_VALUE (id_value)
  • #68

2.5.5

05 Nov 07:55
Compare
Choose a tag to compare
Remove logging to file from CLI progress handler

2.5.4: Merge pull request #65 from vseager/magento2.4.7

08 Jun 19:19
2882297
Compare
Choose a tag to compare

2.5.3: Merge pull request #66 from WeareJH/JDTB-61-remove-already-imported

27 May 08:29
7b83c88
Compare
Choose a tag to compare
JDTB-61 Remove check if source already imported

2.5.2

05 Oct 12:24
Compare
Choose a tag to compare
Fix deprecated dynamic property creation

Release 2.5.1

02 Aug 14:47
2a55478
Compare
Choose a tag to compare

What's Changed

  • Add success return to all cli commands by @JamelleG in #63

New Contributors

Full Changelog: 2.5.0...2.5.1