Skip to content

Releases: oroinc/OroAkeneoBundle

Release 3.1.16

19 Jun 22:58
0cd2d40
Compare
Choose a tag to compare
  • Allow image attribute
  • Handle case when default locale is not configured

Release 1.6.14

19 Jun 22:57
bfd984b
Compare
Choose a tag to compare
  • Allow image attribute
  • Handle case when default locale is not configured

Release 4.1.6

08 Jun 20:09
2ff8309
Compare
Choose a tag to compare
  • 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. Enable Show on Grid and Show 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

08 Jun 13:34
544a517
Compare
Choose a tag to compare
  • 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. Enable Show on Grid and Show 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

08 Jun 17:15
6ef032c
Compare
Choose a tag to compare
  • 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. Enable Show on Grid and Show 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

20 Apr 21:31
3076f9f
Compare
Choose a tag to compare

GRKAS1-34: Multiple organizations support

Release 3.1.14

20 Apr 21:31
3d20bb0
Compare
Choose a tag to compare

GRKAS1-34: Multiple organizations support

Release 1.6.12

20 Apr 21:30
388459b
Compare
Choose a tag to compare

GRKAS1-34: Multiple organizations support

Release 4.1.4

03 Apr 21:38
8611e90
Compare
Choose a tag to compare

KVSA1-46: Category tree update is slow

Release 3.1.13

03 Apr 21:38
696ebc3
Compare
Choose a tag to compare

KVSA1-46: Category tree update is slow