diff --git a/CHANGELOG.md b/CHANGELOG.md index 382bf4970..5f2110d9a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # CHANGELOG +## 1.0.6 + +- Fixed indexing of out-of-stock products (#142) +- Fixed CSS for showing products's ratings on instant search page (#143) +- The category refinement is now displayed in Current filters section and it's easy to remove on replaced category page (#144) +- Fixed indexing of prices with applied price rules (#145, #160) +- Formatted default original price attribute is now retrieved from Algolia by default (#151) +- Fixed showing of "Add to cart" button (#152) +- Exception is not thrown anymore from Algolia indexers when Algolia credentials are not filled in (#155) + - Fixes the installation abortion when the extension was installed before Magento's installation +- Fixed the layout handle to load templates correctly to Ultimo theme (#156) +- Fixed admin JavaScript to load correctly and not conflict with other pages (#159, #162) +- `script` and `style` tags are now completely (with it's content) removed from CMS pages' indexed content (#163) +- New version of instantsearch.js and autocomplete.js libraries (#165) + ## 1.0.5 - Official support of Magento >= 2.1 (#117) diff --git a/README.md b/README.md index cf9247897..5956ab2ea 100755 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ This extension replaces the default search of Magento with a typo-tolerant, fast See features and benefits of [Algolia Search Extension for Magento](https://community.algolia.com/magento). -![Latest version](https://img.shields.io/badge/latest-1.0.5-green.svg) +![Latest version](https://img.shields.io/badge/latest-1.0.6-green.svg) ![Magento 2](https://img.shields.io/badge/Magento-%3E=2.0-blue.svg) ![PHP >= 5.5.22](https://img.shields.io/badge/PHP-%3E=5.5.22-green.svg) diff --git a/composer.json b/composer.json index 8c6ceacfe..2758c1e0a 100755 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name": "algolia/algoliasearch-magento-2", "description": "Algolia Search integration for Magento 2", "type": "magento2-module", - "version": "1.0.5", + "version": "1.0.6", "license": ["MIT"], "require": { "php": "~5.5.0|~5.6.0|~7.0.0", diff --git a/etc/module.xml b/etc/module.xml index 6cd01bc70..266dee2eb 100755 --- a/etc/module.xml +++ b/etc/module.xml @@ -1,5 +1,5 @@ - + \ No newline at end of file