Skip to content

Commit

Permalink
Bump to 1.15.0 (#1088)
Browse files Browse the repository at this point in the history
  • Loading branch information
bsuravech authored and Jan Petr committed Dec 13, 2018
1 parent c76e5ac commit 9357b9e
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 3 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# CHANGE LOG

## 1.15.0

### Features
- [Reindex SKUs](https://community.algolia.com/doc/m1/sku-reindexing-form/) form (#1061)
- This form allows you to reindex manually up to 10 SKUs
- Recommended for troubleshooting your products
- Indexing queue page (#1070)
- The page shows the status and remaining jobs in indexing queue
- It offers suggestions to improve performance of the queue to get the fastest indexing

### Updates
- Improved price formatting on facets (#1051)
- Improved admin notification block (#1060)

### Fixes
- Fix autocomplete bottom links (#1066)
- Fix special prices when customer groups are enabled (#1071)
- Fix error with configuration save while query rules are disabled (#1077)

## 1.14.1

- Remove the default creation of the color facet query rule (#1072)
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.14.1-green.svg)
![Latest version](https://img.shields.io/badge/latest-1.15.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.14.1
Algolia Search 1.15.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.14.1</version>
<version>1.15.0</version>
</Algolia_Algoliasearch>
</modules>
</config>

0 comments on commit 9357b9e

Please sign in to comment.