Skip to content

Commit da0f491

Browse files
authored
Bump to version 1.17 (#1146)
1 parent c1a7b1f commit da0f491

File tree

4 files changed

+15
-3
lines changed

4 files changed

+15
-3
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# CHANGE LOG
22

3+
## 1.17.0
4+
5+
### Updates
6+
- Apply ruleContexts in autocomplete (#1133)
7+
- Update search-insights and compatibility (#1129)
8+
- Remove ordered_qty as a default option for product attr and ranking (#1142)
9+
- Update CMS Page Indexing (#1141)
10+
11+
### Fixes
12+
- Admin indexing queue remove uppercase on renderer's column (#1132)
13+
- GA configuration update the depends node to the correct field name (#1143)
14+
315
## 1.16.0
416

517
### Updates

README.md

+1-1
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.16.0-green.svg)
4+
![Latest version](https://img.shields.io/badge/latest-1.17.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/system.xml

+1-1
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.16.0
7+
Algolia Search 1.17.0
88
<style>
99
.algoliasearch-admin-menu span {
1010
padding-left: 38px !important;

app/etc/modules/Algolia_Algoliasearch.xml

+1-1
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.16.0</version>
7+
<version>1.17.0</version>
88
</Algolia_Algoliasearch>
99
</modules>
1010
</config>

0 commit comments

Comments
 (0)