Skip to content

Releases: plentymarkets/plentymarkets-shopware-connector

4.5.1

31 Jul 11:31
4a86b29
Compare
Choose a tag to compare

Fixed

  • paymentstatus is set correctly
  • fixed category image import
  • fixed price origin configuration

4.5.0

16 Jul 08:12
6b13204
Compare
Choose a tag to compare

[4.5.0]

warning

  • complete product import necessary after update, otherwise images will be removed by cleanup cron!

Fixed

  • fixed cdn problem (images have disappeared)
  • fixed search for an existing

4.4.0

18 Jun 07:10
7eea9f0
Compare
Choose a tag to compare

Added

  • transfer category description 2 as attribute to shopware
  • optional check if mainvariation is active

Fixed

  • fix salutation in order an customer
  • paypal invoice and paypal installment payment data was discarded, the data is now transfered correctly
  • automatically set changed date time field for products
  • import images without md5Checksum and use filename for adapterIdentifier hash generation
  • optional origin-check for price-import (@jppeter)

Changed

  • corrected the name of the isMappedIdentity function of the IdentityService
  • corrected the order export with bundles
  • get only visible variations of mapped plentymarkets clients

4.3.0

22 Mar 07:10
144f6de
Compare
Choose a tag to compare

[4.3.0]

Added

  • fallback for the import of the weight (@jppeter)

Fixed

  • fix tax calculation issue for third country zero tax orders
  • prepareOrderItems validation fix
  • only transfer variations with valid clientid
  • import alternate media text as name if is set
  • import correct main translation
  • use correct item tax when transferring order to plenty
  • prevent the import of pseudoprices that are equal to the usual price (@jppeter)
  • fix of orderstatus and paymentstatus mapping (@smxvh)
  • fix bundle import (swagbundle 5.X.X required)

Changed

  • changed the sequence in which the definitions are processed, orders and payments are now fetched first.
  • reset unused Shopware attributes for shipping profiles
  • handle Shopware's DateTime attributes correctly
  • sw 5.3.x required

4.2.1

14 Dec 10:35
6536765
Compare
Choose a tag to compare

[4.2.1]

Added

Fixed

  • don't transfer payment to plenty when payment with same transaction id exists

Changed

  • Category content will not be overwritten by default plenty ID

4.2.0

05 Dec 14:33
8dffab9
Compare
Choose a tag to compare

[4.2.0]

Added

Fixed

  • error handling when parsing order addresses
  • Bundle stock fix (@marcmanusch)
  • use correct tax when transferring order to plenty
  • error by mediaCategory create
  • valid variation weight

Changed

  • set the product inactive if the main variation is inactive, too

v4.1.0

23 Nov 10:21
b672939
Compare
Choose a tag to compare

[4.1.0]

Added

  • added a reference amount calculator to calculate the right base content
  • transfer item short description as attribute to shopware
  • convert gram to kg (item weight)
  • get correct category translation

Fixed

  • use correct shop id when parsing shopware orders

Changed

  • optimized the item query performance
  • better error handling for commands and cronjobs
  • renamed the PlentymarketsAdapter services from plentmarkets_adapter to plentymarkets_adapter

PlentyConnector 4.0.8

27 Sep 13:58
Compare
Choose a tag to compare

Fixed

  • added a missing use statement in plentys media response parser

PlentyConnector 4.0.7

27 Sep 13:28
Compare
Choose a tag to compare

Fixed

  • added a missing use statement in CategoryResponseParser

Changed

  • optimized the hash generation for media files
  • order item types for discounts and surcharges changed from product to discount and surcharge

PlentyConnector 4.0.6

26 Sep 12:57
Compare
Choose a tag to compare

Fixed

  • wrong customer langauge was used when parsing orders
  • processing a single payment via commandline was not possible