diff --git a/CHANGELOG.md b/CHANGELOG.md index 33c983bf..0e5ab08d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/README.md b/README.md index 6d556e94..e510373e 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/app/code/community/Algolia/Algoliasearch/etc/system.xml b/app/code/community/Algolia/Algoliasearch/etc/system.xml index a2d1045f..50df099d 100644 --- a/app/code/community/Algolia/Algoliasearch/etc/system.xml +++ b/app/code/community/Algolia/Algoliasearch/etc/system.xml @@ -4,7 +4,7 @@