Skip to content

Commit 16ff079

Browse files
author
Jan Petr
authored
Merge pull request #851 from algolia/bump_1100
Bump to 1.10.0
2 parents 1ff3b45 + 4a22caf commit 16ff079

File tree

5 files changed

+24
-4
lines changed

5 files changed

+24
-4
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
11
## CHANGE LOG
22

3+
### 1.10.0
4+
5+
#### FEATURES
6+
- **BC Break** - JS hooks - instantsearch.js file was completely refactored to create IS config object which can be manipulated via hook method (#822)
7+
- The indexed prices now include `WEEE` tax (#829)
8+
- The configuration page now displays information about the indexing queue and gives possibility to clear the queue (#849)
9+
10+
#### UPDATES
11+
- Optimized assets - removed useless images (#820)
12+
- Synonyms management from Magento is turned off by default (#832)
13+
- Instance of `algolia_client` is now passed as thrid parameter to `algoliaHookBeforeAutocompleteStart` hook method (#847)
14+
15+
#### FIXES
16+
- The correct price is now used for sorting with multistore / multicurrency setup (#818)
17+
- Fixed SVG icons when using Magento's merge CSS feature (#819)
18+
- Attributes to retrieve now contains attributes for categories (#827)
19+
- Fix the issue with Algolia error when more than 1000 products are supposed to be deleted (#838)
20+
- Correct products are displayed on category page when categories attribute is not set as attribute for faceting (#846)
21+
22+
323
### 1.9.0
424

525
#### FEATURES

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ This extension replaces the default search of Magento with a typo-tolerant, fast
77

88
See features and benefits of [Algolia Search Extension for Magento](https://community.algolia.com/magento).
99

10-
![Latest version](https://img.shields.io/badge/latest-1.9.0-green.svg)
10+
![Latest version](https://img.shields.io/badge/latest-1.10.0-green.svg)
1111
[![Build Status](https://travis-ci.org/algolia/algoliasearch-magento.svg?branch=master)](https://travis-ci.org/algolia/algoliasearch-magento)
1212
![PHP >= 5.3](https://img.shields.io/badge/php-%3E=5.3-green.svg)
1313

app/code/community/Algolia/Algoliasearch/etc/config.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<config>
33
<modules>
44
<Algolia_Algoliasearch>
5-
<version>1.9.0</version>
5+
<version>1.10.0</version>
66
</Algolia_Algoliasearch>
77
</modules>
88
<frontend>

app/code/community/Algolia/Algoliasearch/etc/system.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<algoliasearch translate="label" module="algoliasearch">
55
<label>
66
<![CDATA[
7-
Algolia Search 1.9.0
7+
Algolia Search 1.10.0
88
<style>
99
.algoliasearch-admin-menu span {
1010
padding-left: 38px !important;

app/etc/modules/Algolia_Algoliasearch.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<Algolia_Algoliasearch>
55
<active>true</active>
66
<codePool>community</codePool>
7-
<version>1.9.0</version>
7+
<version>1.10.0</version>
88
</Algolia_Algoliasearch>
99
</modules>
1010
</config>

0 commit comments

Comments
 (0)