Skip to content

2.11.7

Compare
Choose a tag to compare
@romainruaud romainruaud released this 14 Jun 16:13
· 246 commits to 2.11.x since this release

What's Changed

⚠️ This version is mandatory for using ElasticSuite with Magento 2.4.7-p1

📦 Features

In this release we focused in adding support of dates in the rule engine. They are now supported and you can create out-of-the-box rules on the products creation date and update date.

image

But more than that, we also added "special attributes" in the rule engine, that will allow you to create virtual categories and/or boosts based on the following criterias :

  • Days since the creation date of the product : Eg. Products created in the last 30 days.
  • Days since the update date of the product.

image

We also added the support of the "is undefined" operator for all kind of attributes.

💻 Technical

  • [Core] Ability to set name to a QueryInterface post creation by @rbayet in #3283
  • [Headless] Add the ability to discard tracking add-to-cart events by the backend server by @PierreGauthier in #3285
  • CSP Policy : Refactoring our tracking scripts to comply with latest Magento CSP policies by @vahonc in #3277
  • Implement setName() in Neural Query by @romainruaud in #3287
  • Feature request containers getters by @romainruaud in #3292
  • Refactoring to allow conditional boosts per category on recommender by @romainruaud in #3296

🐛 Bugfixes

New Contributors

Full Changelog: 2.11.6.1...2.11.7