Skip to content

5.1.0

Compare
Choose a tag to compare
@Pfabeck Pfabeck released this 10 Jan 13:53
· 78 commits to master since this release
99548e5

[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