Skip to content

v4.0.0-rc.2

Pre-release
Pre-release

Choose a tag to compare

@a-laurowski a-laurowski released this 31 Mar 10:27
· 31 commits to release/3.x since this release

BREAKING

  • Omikron\Factfinder\Controller\Adminhtml\Export\Feed
    • change constructor argument Omikron\Factfinder\Model\Stream\CsvFactory to Omikron\Factfinder\Api\StreamInterfaceFactory
  • Omikron\Factfinder\Controller\Export\Product
    • change constructor argument Omikron\Factfinder\Model\Stream\CsvFactory to Omikron\Factfinder\Api\StreamInterfaceFactory
  • Omikron\Factfinder\Console\Command\Export
    • change constructor argument Omikron\Factfinder\Model\Stream\CsvFactory to Omikron\Factfinder\Api\StreamInterfaceFactory
  • Omikron\Factfinder\Cron\Feed
    • change constructor argument Omikron\Factfinder\Model\Stream\CsvFactory to Omikron\Factfinder\Api\StreamInterfaceFactory

Add

  • Omikron\Factfinder\Controller\Adminhtml\Export\Feed, Omikron\Factfinder\Controller\Export\Product, Omikron\Factfinder\Console\Command\Export, Omikron\Factfinder\Cron\Feed
    • add possibility to pass custom implementation of Omikron\Factfinder\Api\StreamInterface
  • Omikron\Factfinder\Model\Stream\Csv
    • Throws an RuntimeException if feed file is empty or contains only headers

Fix

  • Export
    • fix Model\Export\Catalog\ProductType\ConfigurableDataProvider::getChildren throws an SQL syntax error if configurable product has no variants assigned