Releases: magmodules/magento2-channable
Releases · magmodules/magento2-channable
1.21.2
Bugfixes:
- Fix errors caused by product data being array in certain cases #245 (thnx @indykoning)
Compatibility
- Magento: 2.3.x & 2.4.x
- PHP: 7.4 to 8.4 supported
1.21.1
Improvements:
- Fire magento events during import #236 (thnx @indykoning)
Bugfixes:
- Also load SKUs from bundle simples for inventory data collection
- Scope GetSkuFromGtin to store #242
Compatibility
- Magento: 2.3.x & 2.4.x
- PHP: 7.4 to 8.4 supported
1.21.0
Features:
- Added support for PHP 8.4 and Magento 2.4.8
- Introduced support for Custom Options in the Product Feed
- Implemented advanced Shipping Method Mapping (marketplace ↔ Magento)
- Added Service Point ID to order information
- Support for 3rd party product types (eg giftcards)
Improvements:
- Improved stock calculation for bundled products (#210)
- Removed CSP headers for webhooks (thanks @JustinElst)
Bugfixes:
- Fixed inventory filter queries for stock and minimum sale quantity (#238)
Compatibility
- Magento: 2.3.x & 2.4.x
- PHP: 7.4 to 8.4 supported
1.20.0
Features:
- Added 'updated_at' to product feed
Improvements:
- Move price logic to separate service class
- Transfer VatID to shipping address if company is the identical
- Add Channable discount total to the invoice
- Apply channel name to discount label
Bugfixes:
- Remove Product Wee Tax (FPT) after recalculate price #231
- Get SKU form GTIN when creating credit memo from grid #233
- Fix loading of parent categories
- Fix tier price calculation when using discount
- Fixed feed issue with 'use_default' values (thnx @VincentBean)
1.19.1
Bugfixes:
- Fxed retry order missing some shipment data
1.19.0
Features:
- Add urls to category output in product feed
Improvements:
- Add 'item_group_id' to exclude list
- Add Customer Tax Class Id to price calculation
1.18.3
Bugfixes:
- Fix reservation qty's
- Check if business order has zero tax set before setting tax to zero
- Fix ACL rule for Log Stream
- Add discount info to invoice #227 (thnx @Skullsneeze)
1.18.2
1.18.1
Bugfixes:
- Revert use indexed product_id column for order by due to issues on paging
- Skip creditmemo items that are not refunded
Improvements:
- Prefetch tier price for better performance
1.18.0
Features:
- Added Include Inventory Sources to feed option #172
Improvements:
- Do not execute COUNT-query twice #123 (thnx @bertterheide)
- Use GTIN attribute to link returns
Bugfixes: