From 4a22caf654e764657b9bd11510639e7be92ecabb Mon Sep 17 00:00:00 2001 From: Jan Petr Date: Mon, 12 Jun 2017 13:27:54 +0200 Subject: [PATCH] Bump to 1.10.0 --- CHANGELOG.md | 20 +++++++++++++++++++ README.md | 2 +- .../Algolia/Algoliasearch/etc/config.xml | 2 +- .../Algolia/Algoliasearch/etc/system.xml | 2 +- app/etc/modules/Algolia_Algoliasearch.xml | 2 +- 5 files changed, 24 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7ab4a72b..8f425b09 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,25 @@ ## CHANGE LOG +### 1.10.0 + +#### FEATURES +- **BC Break** - JS hooks - instantsearch.js file was completely refactored to create IS config object which can be manipulated via hook method (#822) +- The indexed prices now include `WEEE` tax (#829) +- The configuration page now displays information about the indexing queue and gives possibility to clear the queue (#849) + +#### UPDATES +- Optimized assets - removed useless images (#820) +- Synonyms management from Magento is turned off by default (#832) +- Instance of `algolia_client` is now passed as thrid parameter to `algoliaHookBeforeAutocompleteStart` hook method (#847) + +#### FIXES +- The correct price is now used for sorting with multistore / multicurrency setup (#818) +- Fixed SVG icons when using Magento's merge CSS feature (#819) +- Attributes to retrieve now contains attributes for categories (#827) +- Fix the issue with Algolia error when more than 1000 products are supposed to be deleted (#838) +- Correct products are displayed on category page when categories attribute is not set as attribute for faceting (#846) + + ### 1.9.0 #### FEATURES diff --git a/README.md b/README.md index 36586aa9..12efc0ba 100644 --- 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.9.0-green.svg) +![Latest version](https://img.shields.io/badge/latest-1.10.0-green.svg) [![Build Status](https://travis-ci.org/algolia/algoliasearch-magento.svg?branch=master)](https://travis-ci.org/algolia/algoliasearch-magento) ![PHP >= 5.3](https://img.shields.io/badge/php-%3E=5.3-green.svg) diff --git a/app/code/community/Algolia/Algoliasearch/etc/config.xml b/app/code/community/Algolia/Algoliasearch/etc/config.xml index d8f34043..b1315305 100644 --- a/app/code/community/Algolia/Algoliasearch/etc/config.xml +++ b/app/code/community/Algolia/Algoliasearch/etc/config.xml @@ -2,7 +2,7 @@ - 1.9.0 + 1.10.0 diff --git a/app/code/community/Algolia/Algoliasearch/etc/system.xml b/app/code/community/Algolia/Algoliasearch/etc/system.xml index 34c89d15..06ba24bf 100644 --- a/app/code/community/Algolia/Algoliasearch/etc/system.xml +++ b/app/code/community/Algolia/Algoliasearch/etc/system.xml @@ -4,7 +4,7 @@