From 3e5cf29c0ea4ff94316bbb035fb27c03bf1d464a Mon Sep 17 00:00:00 2001 From: Jan Petr Date: Mon, 3 Apr 2017 16:12:04 +0200 Subject: [PATCH] Bump to 1.0.9 --- CHANGELOG.md | 12 ++++++++++++ README.md | 3 ++- etc/module.xml | 2 +- 3 files changed, 15 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c1bc67756..64a33f3ed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # CHANGELOG +## 1.0.9 + +- `algoliaBundle` is now loaded only via requireJS (#171) +- Fixed warning raised by nested emulation (#175) +- Fixed indexing of secured URLs (#174) +- Fixed the issue when some products were not indexed due to bad SQL query (#181) +- `categories` attribute is automatically set as an attribute for faceting when Replace categories is turned on (#184) +- Fixed set settings on TMP indices (#186) +- Settings now sends `searchableAttributes` instead of `attributesToIndex` (#187) +- Fixed IS page when using pagination and refreshing the page (#195) +- Fixed filters and pagination on category pages (#200) + ## 1.0.8 - Fixed the requireJS issue introduced in 1.0.6, which ended up in administration's JavaScript not working (#168, #169) diff --git a/README.md b/README.md index 819fbf85d..8fd95cc3f 100755 --- a/README.md +++ b/README.md @@ -7,9 +7,10 @@ This extension replaces the default search of Magento with a typo-tolerant, fast See features and benefits of [Algolia Search Extension for Magento](https://community.algolia.com/magento). -![Latest version](https://img.shields.io/badge/latest-1.0.8-green.svg) +![Latest version](https://img.shields.io/badge/latest-1.0.9-green.svg) ![Magento 2](https://img.shields.io/badge/Magento-%3E=2.0-blue.svg) ![PHP >= 5.5.22](https://img.shields.io/badge/PHP-%3E=5.5.22-green.svg) +[![Build Status](https://travis-ci.org/algolia/algoliasearch-magento-2.svg?branch=master)](https://travis-ci.org/algolia/algoliasearch-magento-2)