Changelog
11.x
11.3.0
vorsicht
BC-Changes
- Extend
config/bundles.phpwith\Twocream\RecurringTaskBundle\TwocreamRecurringTaskBundle::class => ['all' => true], - Change the old CronJob
* * * * * php /var/www/html/bin/console twocream:queue --queueItems=product_attribute_recruitmentinto* * * * * php /var/www/html/bin/console twocream:recurring-task --recurringTaskItems=product_attribute_recruitment
- [improvement] Adjust queue system to use the recurring task bundle
11.2.4
- [improvement] Add support for select options store
11.2.3
- [feature] Add optional language mapping parameter to ProductAttributeService methods
11.2.2
- [improvement] Optimize handling of string values
11.2.1
- [bug] Ensure correct handling of localized calculated values
11.2.0
- [feature] Add option to recruit Classification Store fields
11.1.3
- [bug] Fix a bug causing empty attribute values to falsely throw an error
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 multiply 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-definitionsto 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
dateDeployStageanddateDeployLiveis not required anymore)
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-bundleto 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