Releases: oroinc/OroAkeneoBundle
Releases · oroinc/OroAkeneoBundle
Release 3.1.16
- Allow image attribute
- Handle case when default locale is not configured
Release 1.6.14
- Allow image attribute
- Handle case when default locale is not configured
Release 4.1.6
- Latest OroCommerce versions compatibility
- Check all categories from API responses when the first one do not exist
- Slow product edit and view pages in Management Console due large amount of attributes
Warning: It will hide all attributes from both pages. EnableShow on Grid
andShow on View
options manually or using migrations
$queries->addPostQuery(
new UpdateEntityConfigFieldValueQuery(Product::class, 'attribute_name', 'view', 'is_displayable', true)
);
$queries->addPostQuery(
new UpdateEntityConfigFieldValueQuery(Product::class, 'attribute_name', 'form', 'is_enabled', true)
);
- Slow product attributes grid in Management Console due large amount of attributes
Release 3.1.15
- Latest OroCommerce versions compatibility
- Check all categories from API responses when the first one do not exist
- Slow product edit and view pages in Management Console due large amount of attributes
Warning: It will hide all attributes from both pages. EnableShow on Grid
andShow on View
options manually or using migrations
$queries->addPostQuery(
new UpdateEntityConfigFieldValueQuery(Product::class, 'attribute_name', 'view', 'is_displayable', true)
);
$queries->addPostQuery(
new UpdateEntityConfigFieldValueQuery(Product::class, 'attribute_name', 'form', 'is_enabled', true)
);
- Slow product attributes grid in Management Console due large amount of attributes
Release 1.6.13
- Latest OroCommerce versions compatibility
- Check all categories from API responses when the first one do not exist
- Slow product edit and view pages in Management Console due large amount of attributes
Warning: It will hide all attributes from both pages. EnableShow on Grid
andShow on View
options manually or using migrations
$queries->addPostQuery(
new UpdateEntityConfigFieldValueQuery(Product::class, 'attribute_name', 'view', 'is_displayable', true)
);
$queries->addPostQuery(
new UpdateEntityConfigFieldValueQuery(Product::class, 'attribute_name', 'form', 'is_enabled', true)
);
- Slow product attributes grid in Management Console due large amount of attributes
Release 4.1.5
GRKAS1-34: Multiple organizations support
Release 3.1.14
GRKAS1-34: Multiple organizations support
Release 1.6.12
GRKAS1-34: Multiple organizations support
Release 4.1.4
KVSA1-46: Category tree update is slow
Release 3.1.13
KVSA1-46: Category tree update is slow