Skip to content

Commit

Permalink
Merge pull request #48 from algolia/bump_084
Browse files Browse the repository at this point in the history
Bump to 0.8.4
  • Loading branch information
Jan Petr authored Aug 12, 2016
2 parents f98a222 + 82b1533 commit b3b4303
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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`
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion etc/module.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0"?>
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Module/etc/module.xsd">
<module name="Algolia_AlgoliaSearch" setup_version="0.8.3">
<module name="Algolia_AlgoliaSearch" setup_version="0.8.4">
</module>
</config>

0 comments on commit b3b4303

Please sign in to comment.