Skip to content

Commit e419889

Browse files
authored
Merge pull request #1032 from algolia/bump_1_14
Bump to 1.14.0
2 parents 0ebd2fd + 91b7f83 commit e419889

File tree

5 files changed

+33
-4
lines changed

5 files changed

+33
-4
lines changed

CHANGELOG.md

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

3+
## 1.14.0
4+
5+
### FEATURES
6+
- [Click & Conversion analytics](https://www.algolia.com/doc/guides/analytics/click-analytics/) (#1027) - [Documentation](https://community.algolia.com/magento/doc/m1/click-analytics/)
7+
- Facet query rules (#1025)
8+
- Add option to index empty categories (#992)
9+
- Search for facet values (#1020)
10+
11+
12+
### UPDATES
13+
- Show longest attribute when the record is skipped (#976)
14+
- Add CSS classes to InstantSearch widget containers (#977 )
15+
- Hide the instant-search selector on algoliaConfig variable (#981)
16+
- Escape JS suggestions in autocomplete menu (#984)
17+
- Never index SID in URL (#985)
18+
- Skip rebuilding CMS page(s) when the extension has not been configured (#1000)
19+
- Add "filters" rule to ranking formula (#1005)
20+
- Display default price when customer group is 0 (#1011)
21+
- Automatically delete unused replica indices (#1019)
22+
- Remove category from indexes of all store views (#1028)
23+
24+
### FIXES
25+
- Fix configurable products' prices (#978)
26+
- Fix bug #979 (#980)
27+
- Fix expired special prices (#988)
28+
- Fix special price with customer groups (#997)
29+
- Fix buggy behavior on iOS (#1009)
30+
31+
332
## 1.13.0
433

534
### FEATURES

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Algolia Search for Magento 1.6+
22
==================
33

4-
![Latest version](https://img.shields.io/badge/latest-1.13.0-green.svg)
4+
![Latest version](https://img.shields.io/badge/latest-1.14.0-green.svg)
55

66
[![Build Status](https://travis-ci.org/algolia/algoliasearch-magento.svg?branch=master)](https://travis-ci.org/algolia/algoliasearch-magento)
77
![PHP >= 5.3](https://img.shields.io/badge/php-%3E=5.3-green.svg)

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.13.0</version>
5+
<version>1.14.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.13.0
7+
Algolia Search 1.14.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.13.0</version>
7+
<version>1.14.0</version>
88
</Algolia_Algoliasearch>
99
</modules>
1010
</config>

0 commit comments

Comments
 (0)