Skip to content

Releases: EmicoEcommerce/Magento2TweakwiseExport

v7.1.2

17 Oct 09:18
1eadf2e
Compare
Choose a tag to compare

7.1.2 (2024-10-17)

Bug Fixes

v7.1.1

24 Sep 13:08
9e61b34
Compare
Choose a tag to compare

What's Changed

  • fix: stock behavior for grouped products by @pmzandbergen in #69
  • fix: type case int to boolean since shouldExportByStock only has boolean as return type by @Hnto in #73

Full Changelog: v7.1.0...v7.1.1

v7.1.0

11 Jun 07:31
Compare
Choose a tag to compare

7.1.0 (2024-06-11)

Bug Fixes

  • use inventory stock table (b0d4270)

Features

v7.0.1

01 May 08:55
Compare
Choose a tag to compare

7.0.1 (2024-05-01)

Bug Fixes

  • magento 2.4.7 compatibility (#61) (3efce6f)
  • make installable on php 8.3

v7.0.0

12 Apr 12:48
Compare
Choose a tag to compare

7.0.0 (2024-04-12)

Bug Fixes

  • Applied phpcs and phpmd rules #38 (e3966fd)
  • use id instead of SKU #39

Use entity_id in the WHERE clause instead of sku. This adjustment enhances the query's speed, especially when dealing with a large number of products.

During local testing, the export time decreased significantly from 50 minutes to just 8 minutes. Resulting in an increase in speed of 84%. This speed increase only seems to occur if you don't have all numbers as sku's.

BREAKING CHANGES

  • Code is refactored based on phpcs and phpmd rules.

  • fix: Fixed DriverInterface issue

v7.0.0-beta.3

10 Apr 07:25
Compare
Choose a tag to compare
v7.0.0-beta.3 Pre-release
Pre-release

7.0.0-beta.3 (2024-04-10)

Bug Fixes

Performance Improvements

  • Applied phpcs and phpmd rules (dad3813)

BREAKING CHANGES

  • Code is refactored based on phpcs and phpmd rules. #37 #36

v7.0.0-beta.2

09 Apr 14:20
Compare
Choose a tag to compare
v7.0.0-beta.2 Pre-release
Pre-release

7.0.0-beta.2 (2024-04-09)

  • No changes.

v7.0.0-beta.1

09 Apr 14:04
Compare
Choose a tag to compare
v7.0.0-beta.1 Pre-release
Pre-release

7.0.0-beta.1 (2024-04-09)

Bug Fixes

  • Fixed DriverInterface issue (a6d0109)
  • Fixed issue in FeedContent construct (d289fd3)
  • use id instead of SKU (#39)

Performance Improvements

  • Applied phpcs and phpmd rules (d7e82dd)

BREAKING CHANGES

  • Code is refactored based on phpcs and phpmd rules.

v6.0.2

12 Mar 10:36
Compare
Choose a tag to compare

What's Changed

  • With the removal of Class Zend_Http_Client from Magento 2.4.6, the triggerTweakwiseImport function didn't work. To address this issue, we replaced the Zend client with the LaminasClient, ensuring the continued functionality of the affected feature.
    by @magextensions in #32

  • Implemented enhancements resulting in a significant 20% improvement in export speed for production sites, as observed with a limited dataset.

Key improvements include:

Optimization of debug logging: Previously, the $this->log->debug function was called for every category/product, regardless of whether the site was in production mode. This led to unnecessary overhead, as the function is slow and does not log anything in production mode. The fix includes implementing a check for production mode before invoking the function, thereby reducing unnecessary processing.

Streamlining price field retrieval: In the getPriceValue function, price fields were fetched for each row, resulting in redundant data retrieval. To mitigate this inefficiency, the fix involves passing the already known price fields to the function, eliminating the need for fetching them repeatedly for each price. This optimization contributes to improved overall performance during data export operations.

by @ah-net in #31

New Contributors

Full Changelog: v6.0.1...v6.0.2

v6.0.1

21 Feb 12:51
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v6.0.0...v6.0.1