2.11.7
What's Changed
📦 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.
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.
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
- [Tracker] Compatibility with multishipping tunnel by @PierreGauthier in #3284
- Discard advanced processing for relevance config to avoid an issue on… by @romainruaud in #3297
New Contributors
Full Changelog: 2.11.6.1...2.11.7