Skip to content

v2.0.6

@damien-carcel damien-carcel tagged this 03 Nov 17:22
- PIM-6354: Adds product models during quick exports.
- PIM-6449: Adds a sub product model to a product model.
- PIM-6450: Adds a variant product to a product model.

- PIM-6948: Use search after method for products and product models indexing instead of offset limit
- PIM-6922: Fix sort order on attribute groups
- PIM-6880: Remove the old variation asset icon

- TIP-824: Increase CLI products indexing performance by 20%

- Rename `Pim\Bundle\EnrichBundle\Connector\Job\JobParameters\ConstraintCollectionProvider\ProductQuickExport` to `ProductAndProductModelQuickExport`
- Rename `Pim\Bundle\EnrichBundle\Connector\Processor\QuickExport\ProductProcessor` to `ProductAndProductModelProcessor`
- Updates quick export configurations to remove `filePath` and add `filePathProduct` and `filePathProductModel`.
- Adds `Pim\Component\Catalog\Repository\ProductRepositoryInterface.php::searchAfter()` and `Pim\Component\Catalog\Repository\ProductModelRepositoryInterface::searchAfter()` methods
- Deletes `Pim\Component\Catalog\Repository\ProductRepositoryInterface.php::findAllWithOffsetAndSize()` and `Pim\Component\Catalog\Repository\ProductModelRepositoryInterface::findRootProductModelsWithOffsetAndSize()` methods.
- Change the constructor of `Pim\Bundle\EnrichBundle\Controller\Rest\ProductController` to add `Pim\Component\Catalog\Builder\ProductBuilderInterface`.

IMPORTANT: In order to use the new quick exports, please execute `bin/console doctrine:migrations:migrate` to migrate your configurations.

- PIM-6914: Default UI locale for a new user is en_US but fix display of saved UI locale for user

Thanks to all contributors! Keep your PIM up to date with this new patch :)
Assets 2
Loading