Skip to content

Releases: EmicoEcommerce/Magento2TweakwiseExport

v6.0.0

11 Jan 13:23
Compare
Choose a tag to compare

What's Changed

  • Possible breaking changes in #22

Modified the response returned when accessing the feed via URL to prevent header already sent errors with some external modules. This change might affect any custom-added code executed after reading the feed, though it's unlikely that anybody has such code.

  • Fix CI test in #21
  • Fixed a bug where a disabled stock source was still exported to Tweakwise in the product's stock count. Now, disabled stock locations won't export stock to Tweakwise, and products with no enabled stock locations won't be exported in #23

Full Changelog: v5.4.1...v6.0.0

v5.4.1

27 Sep 11:09
71950f5
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v5.4.0...v5.4.1

v5.4.0

18 Jul 07:48
505382f
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v5.3.1...v5.4.0

v5.3.1

02 May 13:19
b7ed7b9
Compare
Choose a tag to compare

What's Changed

  • [hotfix/di-price-fix]:+ This commit fixes a capital error in the di.x… by @jspoe in #14

New Contributors

  • @jspoe made their first contribution in #14

Full Changelog: v5.3.0...v5.3.1

v5.3.0

02 May 08:39
Compare
Choose a tag to compare

What's Changed

  • Added separate stock and price export
  • Changed tweakwise api import trigger to store level for store level export

v5.2.0

15 Mar 10:28
Compare
Choose a tag to compare

What's Changed

Added php 8.2 support, dropped php 7.4 support

Full Changelog: v5.1.2...v5.2.0

v5.1.2

12 Jan 08:52
c18cf14
Compare
Choose a tag to compare

fix: PHP >= 8.0 compatibility for XMLWriter

v5.1.1

20 Dec 08:24
c6741b8
Compare
Choose a tag to compare

What's Changed

Full Changelog: v5.1.0...v5.1.1

v5.1.0

13 Dec 10:04
a9a4a7c
Compare
Choose a tag to compare

What's Changed

All magento prices are now exported in the configured DEFAULT CURRENCY of the STORE. If an exchange rate is available the prices (min/max/final price) are calculated (price * exchangerate) and exported to tweakwise. The currency code is also added to the export so you can see in what currency the prices for that product are calculated. If no exchange rate is available the prices are not changed.

Full Changelog: v5.0.4...v5.1.0

v5.0.4

30 Nov 09:11
8ef3b2d
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v5.0.3...v5.0.4