Skip to content

Commit

Permalink
Bump to version 1.17 (#1146)
Browse files Browse the repository at this point in the history
  • Loading branch information
damcou committed Dec 10, 2019
1 parent c1a7b1f commit da0f491
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# CHANGE LOG

## 1.17.0

### Updates
- Apply ruleContexts in autocomplete (#1133)
- Update search-insights and compatibility (#1129)
- Remove ordered_qty as a default option for product attr and ranking (#1142)
- Update CMS Page Indexing (#1141)

### Fixes
- Admin indexing queue remove uppercase on renderer's column (#1132)
- GA configuration update the depends node to the correct field name (#1143)

## 1.16.0

### Updates
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Algolia Search for Magento 1.6+
==================

![Latest version](https://img.shields.io/badge/latest-1.16.0-green.svg)
![Latest version](https://img.shields.io/badge/latest-1.17.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/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.16.0
Algolia Search 1.17.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.16.0</version>
<version>1.17.0</version>
</Algolia_Algoliasearch>
</modules>
</config>

0 comments on commit da0f491

Please sign in to comment.