From 0834624ed4c541197144d66daf26653371d1e766 Mon Sep 17 00:00:00 2001 From: Jan Petr Date: Fri, 6 Jan 2017 16:49:08 -0800 Subject: [PATCH] Bump to 1.0.5 --- CHANGELOG.md | 13 +++++++++++++ README.md | 2 +- composer.json | 2 +- etc/module.xml | 2 +- 4 files changed, 16 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d1e27bdb0..382bf4970 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # CHANGELOG +## 1.0.5 + +- Official support of Magento >= 2.1 (#117) +- Fixed method signature for delete objects in Algolia (#120) +- Show all configuration options in website and store views (#133) +- Option "Make SEO Request" is enabled by default now (#134) +- CMS pages are now indexed correctly for specific stores (#135) +- Product's custom data now contains it's `type` in `algolia_subproducs_index` event (#136) +- Replica indices are now not created when Instant Search feature is not enabled (#137) +- New Algolia logo is used in autocomplete menu (#138) +- The extension now sends `replicas` index setting instead of `slaves` (#139) +- Products are now indexed correctly into all assigned stores (#140) + ## 1.0.4 - Fixed User-Agent from Magento 1 to Magento 2 (#92) diff --git a/README.md b/README.md index 3b4b95d39..cf9247897 100755 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ 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.4-green.svg) +![Latest version](https://img.shields.io/badge/latest-1.0.5-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) diff --git a/composer.json b/composer.json index 490191fac..8c6ceacfe 100755 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name": "algolia/algoliasearch-magento-2", "description": "Algolia Search integration for Magento 2", "type": "magento2-module", - "version": "1.0.4", + "version": "1.0.5", "license": ["MIT"], "require": { "php": "~5.5.0|~5.6.0|~7.0.0", diff --git a/etc/module.xml b/etc/module.xml index 15c6e73b0..6cd01bc70 100755 --- a/etc/module.xml +++ b/etc/module.xml @@ -1,5 +1,5 @@ - + \ No newline at end of file