From 7fc864fe3b7572af14a95410682adffb790cf744 Mon Sep 17 00:00:00 2001 From: Jan Petr Date: Thu, 16 Feb 2017 20:04:05 +0100 Subject: [PATCH] Bump to 1.8.1 (#761) --- CHANGELOG.md | 18 ++++++++++++++++++ README.md | 6 ++++-- .../Algolia/Algoliasearch/etc/config.xml | 2 +- .../Algolia/Algoliasearch/etc/system.xml | 2 +- app/etc/modules/Algolia_Algoliasearch.xml | 2 +- 5 files changed, 25 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2e813a6e..0052496d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,23 @@ ## CHANGE LOG +### 1.8.1 + +#### FEATURES +- Ability to index only products with specific visibility (Search, Catalog, Both) (#731) +- Product entity is now passed to a custom events called in `getObject` methods (#733) +- Dutch translations (#746) + +#### UPDATES +- "releases" directory has been removed from the repository. Release archives will be now added to GitHub releases. (#724) +- Refined category is now shown in Current refinements section on replaced category page (#725) +- Queue runner closes DB connection when finished (#736) +- Dev Docker container now uses PHP 7.0 (#734, #743) +- The extension is now tested with PHPUnit and checked on TravisCI (#735, #749 ) + +#### FIXES +- Fixed wiped out settings from Algolia products' indices (#753, #756) +- When Algolia is disabled with `algoliasearch/credentials/enable_backend` for a store it's not returning any search results (#742) + ### 1.8.0 #### FEATURES diff --git a/README.md b/README.md index 577002d7..b6b8c16f 100644 --- a/README.md +++ b/README.md @@ -7,13 +7,15 @@ 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.8.0-green.svg) +![Latest version](https://img.shields.io/badge/latest-1.8.1-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) + ![Magento 1.6.2](https://img.shields.io/badge/magento-1.6.2-blue.svg) ![Magento 1.7.1](https://img.shields.io/badge/magento-1.7.1-blue.svg) ![Magento 1.8.1](https://img.shields.io/badge/magento-1.8.1-blue.svg) ![Magento 1.9.2](https://img.shields.io/badge/magento-1.9.2-blue.svg) ![Magento 1.9.3](https://img.shields.io/badge/magento-1.9.3-blue.svg) -![PHP >= 5.3](https://img.shields.io/badge/php-%3E=5.3-green.svg) Documentation -------------- diff --git a/app/code/community/Algolia/Algoliasearch/etc/config.xml b/app/code/community/Algolia/Algoliasearch/etc/config.xml index 066471e9..2131c1ff 100644 --- a/app/code/community/Algolia/Algoliasearch/etc/config.xml +++ b/app/code/community/Algolia/Algoliasearch/etc/config.xml @@ -2,7 +2,7 @@ - 1.8.0 + 1.8.1 diff --git a/app/code/community/Algolia/Algoliasearch/etc/system.xml b/app/code/community/Algolia/Algoliasearch/etc/system.xml index f7372890..e2f452b2 100644 --- a/app/code/community/Algolia/Algoliasearch/etc/system.xml +++ b/app/code/community/Algolia/Algoliasearch/etc/system.xml @@ -4,7 +4,7 @@