Skip to content

Commit

Permalink
Merge pull request #851 from algolia/bump_1100
Browse files Browse the repository at this point in the history
Bump to 1.10.0
  • Loading branch information
Jan Petr authored Jun 12, 2017
2 parents 1ff3b45 + 4a22caf commit 16ff079
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 4 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
2 changes: 1 addition & 1 deletion app/code/community/Algolia/Algoliasearch/etc/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<config>
<modules>
<Algolia_Algoliasearch>
<version>1.9.0</version>
<version>1.10.0</version>
</Algolia_Algoliasearch>
</modules>
<frontend>
Expand Down
2 changes: 1 addition & 1 deletion app/code/community/Algolia/Algoliasearch/etc/system.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<algoliasearch translate="label" module="algoliasearch">
<label>
<![CDATA[
Algolia Search 1.9.0
Algolia Search 1.10.0
<style>
.algoliasearch-admin-menu span {
padding-left: 38px !important;
Expand Down
2 changes: 1 addition & 1 deletion app/etc/modules/Algolia_Algoliasearch.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<Algolia_Algoliasearch>
<active>true</active>
<codePool>community</codePool>
<version>1.9.0</version>
<version>1.10.0</version>
</Algolia_Algoliasearch>
</modules>
</config>

0 comments on commit 16ff079

Please sign in to comment.