All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
elasticsearch.apiVesion
with default = 5.6 added to the config
- Video data mapper @rain2go #75
- Setting
configurable_options.label
from the attribute meta descriptor. Note: When You modify any configurable attribute label in Magento You should reindex all products now - Configurable parent refresh sync - enabled in the
productsdelta
andproductsworker
modes and inproducts --sku=<singleSku>
. This mode is refreshing the configurable parent product for the simple child which requires update. Its' required to start theclis.js productsworker
(example call:test_product_worker.sh
) for processing these parent updates, - Example calls added:
test_product_delta.sh
- for delta indexer,test_product_worker.sh
for products worker,test_fullreindex_multiprocess.sh
for multi process/parallel updates,test_by_sky.sh
- for single SKU updates.
- Mongodb support has been removed
- old
package.json
andyarn.lock
fromsrc
directory
- This changelog file
- Slugify funtion properly parse regional characters changing them to latin
- yarn.lock file rebuild after some issues with merging
- Slugify funtion moved outside adapter and exposed as helper