Skip to content

Releases: magmodules/magento2-channable

1.22.3

07 Oct 12:41
3acfb24

Choose a tag to compare

Improvements:

  • Made getProductPrice() public to allow plugin extensions.

Bugfixes:

  • Fixed fatal error when the Channable pickup location extension attribute is missing.

Minimum requirements:

  • Magento 2.3.x & 2.4.x
  • PHP 7.4 to 8.4

1.22.2

22 Sep 13:50
ee7f370

Choose a tag to compare

Bugfixes:

  • Fix AddressHandler sanitize function to accept int (thnx @JustinElst)

Minimum requirements:

  • Magento 2.3.x & 2.4.x
  • PHP 7.4 to 8.4

1.22.1

17 Sep 07:37
1679c65

Choose a tag to compare

Improvements:

  • Aligned AddressHandler sanitization with Magento validators.

Bugfixes:

  • Fixed SalesRule ValidatorProcess observer.
  • Ensured all ancestors and sub-categories are captured from category paths.

Minimum requirements:

  • Magento 2.3.x & 2.4.x
  • PHP 7.4 to 8.4

1.22.0

25 Jun 12:10
0e3dd26

Choose a tag to compare

Features:

  • Option to auto process 'complete' and 'accepted' returns (auto creditmemo).

Improvements:

  • Also support bundle qty for legacy inventory (non-MSI).
  • Revised bundle qty calculation to use lowest available simple.

Bugfixes:

  • Filtering on 'Channable - Returns' not working (#247).
  • Check if there is VAT on business order item.
  • Fixed bundleParentSimpleRelation must not be accessed before initialization.

Minimum requirements:

  • Magento 2.3.x & 2.4.x
  • PHP 7.4 to 8.4

1.21.2

22 May 12:42
fa3eb1d

Choose a tag to compare

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

13 May 10:49
1aa83da

Choose a tag to compare

Improvements:

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

07 Apr 12:57

Choose a tag to compare

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

09 Jan 14:37
8f78d2e

Choose a tag to compare

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

24 Sep 10:57
382aaf8

Choose a tag to compare

Bugfixes:

  • Fxed retry order missing some shipment data

1.19.0

24 Jul 18:01
8fd6939

Choose a tag to compare

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