Skip to content

Commit 9357b9e

Browse files
bsuravechJan Petr
authored and
Jan Petr
committed
Bump to 1.15.0 (#1088)
1 parent c76e5ac commit 9357b9e

File tree

4 files changed

+22
-3
lines changed

4 files changed

+22
-3
lines changed

CHANGELOG.md

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

3+
## 1.15.0
4+
5+
### Features
6+
- [Reindex SKUs](https://community.algolia.com/doc/m1/sku-reindexing-form/) form (#1061)
7+
- This form allows you to reindex manually up to 10 SKUs
8+
- Recommended for troubleshooting your products
9+
- Indexing queue page (#1070)
10+
- The page shows the status and remaining jobs in indexing queue
11+
- It offers suggestions to improve performance of the queue to get the fastest indexing
12+
13+
### Updates
14+
- Improved price formatting on facets (#1051)
15+
- Improved admin notification block (#1060)
16+
17+
### Fixes
18+
- Fix autocomplete bottom links (#1066)
19+
- Fix special prices when customer groups are enabled (#1071)
20+
- Fix error with configuration save while query rules are disabled (#1077)
21+
322
## 1.14.1
423

524
- Remove the default creation of the color facet query rule (#1072)

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.14.1-green.svg)
4+
![Latest version](https://img.shields.io/badge/latest-1.15.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.14.1
7+
Algolia Search 1.15.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.14.1</version>
7+
<version>1.15.0</version>
88
</Algolia_Algoliasearch>
99
</modules>
1010
</config>

0 commit comments

Comments
 (0)