Skip to main content
Version: v12.0

Changelog


12.x

12.0.0

BC-Changes
  • Extend config/bundles.php with \Twocream\RecurringTaskBundle\TwocreamRecurringTaskBundle::class => ['all' => true],
  • Change the old CronJob * * * * * php /var/www/html/bin/console twocream:queue --queueItems=product_attribute_recruitment into * * * * * php /var/www/html/bin/console twocream:recurring-task --recurringTaskItems=product_attribute_recruitment
  • [improvement] Migrated this bundle to Pimcore 12

11.x

11.1.2

  • [improvement] Optimize default attribute- and attribute-value class definition

11.1.1

  • [bug] Fix method how the numeric value are extracted for the attribute value order

11.1.0

  • [feature] Add a delimiter field to the attribute definition to split one native value into multiple attribute value objects
  • [feature] Add a location field to the attribute definition to tell Shopware where the attribute should be displayed (for custom position like a variant compare)
  • [improvement] Add CLI command twocream:product-attribute:install-class-definitions to install the necessary class definition
  • [improvement] Add a public alias for the service: twocream.queue_items.product_attribute_recruitment
  • [bug] Remove unnecessary requirement check (field dateDeployStage and dateDeployLive are no longer required)

11.0.3

  • [bug] Fix non-case-sensitive attribute value detection
  • [bug] Fix bug for quantity values with a value but without a unit

11.0.2

  • [improvement] Add optional dependency to twocream/pimcore-rollbar-bundle to get reports if some attribute tasks are failing

11.0.1

  • [bug] Fix bug for new installations that was missed during the Pimcore 11 migration

11.0.0

  • [improvement] Migrated this bundle to Pimcore 11