Skip to content

Releases: plentymarkets/plentymarkets-shopware-connector

5.3.3

15 Oct 09:35
e417fe6
Compare
Choose a tag to compare

[## [5.3.3]]

Added

5.3.2

18 Sep 12:24
c992e3f
Compare
Choose a tag to compare

[## [5.3.2]]

Fixed

  • set iterator limit back to 50 (@Pfabeck)

5.3.1

17 Sep 11:20
18b8db7
Compare
Choose a tag to compare

Fixed

  • fix cascade persist error on status update (@Pfabeck)

Changed

5.3.0

04 Sep 08:57
9f48b62
Compare
Choose a tag to compare

[## [5.3.0]]

Fixed

  • fix handling of important data on item sync (@lacodimizer)
  • fix tax handling on order export (@lacodimizer)
  • fixed wrong float cast (@ArvatisJohannes)
  • SW 5.6 required
  • PHP 7.2 required

5.2.1

22 Jul 13:40
347c77a
Compare
Choose a tag to compare

Fixed

  • fix sorting of product images (@lacodimizer)

Changed

  • tax handling refactored (@Pfabeck)
  • remove item variation id at vouchers and discounts @jochenmanz

5.2.0

27 Jun 07:43
d450897
Compare
Choose a tag to compare

Fixed

  • fix category sync if more then one shop has the same root category (@lacodimizer)
  • fix getNumber() on boolean bug (@Pfabeck)
  • fix error after changed mainvariationnumber (@Pfabeck)
  • fix multipack articles (@Pfabeck)
  • fix price referrer (@Pfabeck)

Added

  • article image translation (@Pfabeck)
  • amazonPay by BestIT integration (@Pfabeck)
  • export custom products options as order items (@Pfabeck)
  • transmit surcharge as item option (@Pfabeck)
  • separate price import logic (@Pfabeck)
  • bundle variation limit (@Pfabeck)
  • variant properties are now transferred as attribute (beta feature) (@Pfabeck)
  • 3rd gender support (@Pfabeck)

Changed

  • change media command handler to update media if exists (@lacodimizer)
  • optimize performance of item sync (@lacodimizer)
  • PHP 7.1 required

5.1.1

18 Feb 09:58
4a2e2e6
Compare
Choose a tag to compare

[5.1.1]

Fixed

  • fix category sync if more then one shop has the same root category (@lacodimizer)
  • fix getNumber() on boolean bug (@Pfabeck)

Added

5.1.0

10 Jan 13:53
99548e5
Compare
Choose a tag to compare

[5.1.0]

Fixed

  • transfer payment information without a real transactionid if needed
  • fix last stock for variations (sw >= 5.4.x)
  • fix product category relations, if the shop category is not directly behind the shopware root category (@lacodimizer)
  • fix config for checking inactive main variation (note: if the config was set and the main variation is inactive, the product will be set inactive. if the the config is not active, the product will be active, if >= one variation is active) (@lacodimizer)
  • fix product main variation relation ship (@lacodimizer)
  • fix product active state on variation sync(@lacodimizer)
  • fix variation sync with wrong product association like images (@lacodimizer)
  • retrieve variation properties
  • order validation warning
  • duplicated config entries

Changed

  • sepa payment informations are now transfered even without a account holder (@jkrzefski)
  • raised the minimal shopware version to 5.5 (@jochenmanz)
  • extracted all database operations in the IdentityService into a own storage class (@jochenmanz)
  • extracted all database operations in the ConfigService into a own storage class (@jochenmanz)
  • extracted all database operations in the BacklogService into a own storage class (@jochenmanz)
  • change cronjob scheduler to run not parallel cronjobs to avoid errors (@lacodimizer)
  • change product edit date time if the variation sync updates variations of an product (@lacodimizer)

Added

  • paypal unified plugin integration
  • added a dump command for debugging purpose

5.0.0

18 Oct 06:39
947bfcc
Compare
Choose a tag to compare

[5.0.0]

Fixed

  • fixed technicalDescription translations (@lacodimizer)
  • fixed mandant shop product activation (@lacodimizer)
  • fixed duplicate product seo categories (@lacodimizer)
  • the media category sync was called multiple times instead of only one time (@jochenmanz)
  • skip order without customer
  • set correct bundle position
  • fix product meta title and meta description translation
  • fix product duplicates
  • fix services.xml for shopware 5.5.x
  • fix don't write already transfered payments and orders into backlog

Changed

  • translated variation configurator
  • reference amount will not be scaled down
  • translated short and technical description
  • removed comment and address rest call
  • optimized the stock handling performance
  • restructured the services.xml files
  • changed the core connector namespace to SystemConnector

Added

  • transfer age restriction as attribute to shopware
  • transfer top seller badge to shopware
  • add product configuration positions of the groups and their values (@lacodimizer)
  • add item sync into the backend gui (@lacodimizer)
  • handle commands are now prioritised according to their definitions priority
  • added a new services.xml for the connector core
  • introduced a DefinitionProvider to store and handle definitions
  • added multiple product properties (@lacodimizer)

4.6.0

13 Aug 11:15
bd31daf
Compare
Choose a tag to compare

Fixed

  • paypal installment validation error
  • item notification is set correctly
  • order status is set correctly

Changed

  • removed shipping profiles rest call in item read api
  • removed properties rest call in productresponseparser