Skip to content

2.3.3

Compare
Choose a tag to compare
@romainruaud romainruaud released this 20 Mar 15:33
· 115 commits to 2.3.x since this release

✅ Fixed

  • A bug (#337) which occured when moving categories and using Flat Categories (e095340)

  • Several performance improvements for Virtual Categories (b9abaae, befc3b2, b044a9b)

  • Removing "position" column of the category/product grid since they are not relevant anymore : Product sorting is made via the drag-and-drop product sorter. (f731141)

  • Setting internal elasticsuite fields as "protected" : this prevent to create attributes using "reserved" values for attribute_code field which could lead to issues by overriding internal fields used by elasticsuite (eg. if you create an attribute with the attribute_code "stock" or "category") (f92a5b3)

  • Fixing an issue (#347) related to Magento EE website scoped permissions (7e81ec4)

  • Potential issues when using directly the Catalog Layer (eg. via $layerResolver->get()) : in some cases, the retrieval of product collection from the layer was not returning the proper collection type. (#356)

ℹ️ Misc

  • We added an "issue template", to ensure we are able to resolve our community members issues with the maximum informations from them.