Skip to content

Commit

Permalink
Bump to 1.8.1 (#761)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan Petr authored Feb 16, 2017
1 parent b8d27e9 commit 7fc864f
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 5 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
--------------
Expand Down
2 changes: 1 addition & 1 deletion app/code/community/Algolia/Algoliasearch/etc/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<config>
<modules>
<Algolia_Algoliasearch>
<version>1.8.0</version>
<version>1.8.1</version>
</Algolia_Algoliasearch>
</modules>
<frontend>
Expand Down
2 changes: 1 addition & 1 deletion app/code/community/Algolia/Algoliasearch/etc/system.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<algoliasearch translate="label" module="algoliasearch">
<label>
<![CDATA[
Algolia Search 1.8.0
Algolia Search 1.8.1
<style>
.algoliasearch-admin-menu span {
padding-left: 38px !important;
Expand Down
2 changes: 1 addition & 1 deletion app/etc/modules/Algolia_Algoliasearch.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<Algolia_Algoliasearch>
<active>true</active>
<codePool>community</codePool>
<version>1.8.0</version>
<version>1.8.1</version>
</Algolia_Algoliasearch>
</modules>
</config>

0 comments on commit 7fc864f

Please sign in to comment.