Releases: plentymarkets/plentymarkets-shopware-connector
Releases · plentymarkets/plentymarkets-shopware-connector
5.3.3
5.3.2
5.3.1
5.3.0
[## [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
5.2.0
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
5.1.0
[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
[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)