diff --git a/CHANGELOG.md b/CHANGELOG.md index 0416425d9..b9b205ef1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # CHANGELOG +## 0.8.4 + +- Always index categories' attribute `include_in_menu` +- Follow Magento 2 coding styles + ## 0.8.3 - Add license information to `composer.json` diff --git a/README.md b/README.md index 9a4d48f14..0eba5dc12 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-0.8.3-green.svg) +![Latest version](https://img.shields.io/badge/latest-0.8.4-green.svg) ![PHP >= 5.5.22](https://img.shields.io/badge/php-%3E=5.5.22-green.svg) Documentation diff --git a/composer.json b/composer.json index 70b9f321d..71b974f7b 100755 --- a/composer.json +++ b/composer.json @@ -1,8 +1,8 @@ { "name": "algolia/algoliasearch-magento-2", - "description": "Algolia Search Magento", + "description": "Algolia Search integration for Magento 2", "type": "magento2-module", - "version": "0.8.3", + "version": "0.8.4", "license": ["MIT"], "require": { "php": "~5.5.0|~5.6.0|~7.0.0", diff --git a/etc/module.xml b/etc/module.xml index 1d91dfa55..2a87a5078 100755 --- a/etc/module.xml +++ b/etc/module.xml @@ -1,5 +1,5 @@ - + \ No newline at end of file