Skip to content

Commit 7fc864f

Browse files
author
Jan Petr
authored
Bump to 1.8.1 (#761)
1 parent b8d27e9 commit 7fc864f

File tree

5 files changed

+25
-5
lines changed

5 files changed

+25
-5
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
## CHANGE LOG
22

3+
### 1.8.1
4+
5+
#### FEATURES
6+
- Ability to index only products with specific visibility (Search, Catalog, Both) (#731)
7+
- Product entity is now passed to a custom events called in `getObject` methods (#733)
8+
- Dutch translations (#746)
9+
10+
#### UPDATES
11+
- "releases" directory has been removed from the repository. Release archives will be now added to GitHub releases. (#724)
12+
- Refined category is now shown in Current refinements section on replaced category page (#725)
13+
- Queue runner closes DB connection when finished (#736)
14+
- Dev Docker container now uses PHP 7.0 (#734, #743)
15+
- The extension is now tested with PHPUnit and checked on TravisCI (#735, #749 )
16+
17+
#### FIXES
18+
- Fixed wiped out settings from Algolia products' indices (#753, #756)
19+
- When Algolia is disabled with `algoliasearch/credentials/enable_backend` for a store it's not returning any search results (#742)
20+
321
### 1.8.0
422

523
#### FEATURES

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,15 @@ This extension replaces the default search of Magento with a typo-tolerant, fast
77

88
See features and benefits of [Algolia Search Extension for Magento](https://community.algolia.com/magento).
99

10-
![Latest version](https://img.shields.io/badge/latest-1.8.0-green.svg)
10+
![Latest version](https://img.shields.io/badge/latest-1.8.1-green.svg)
11+
[![Build Status](https://travis-ci.org/algolia/algoliasearch-magento.svg?branch=master)](https://travis-ci.org/algolia/algoliasearch-magento)
12+
![PHP >= 5.3](https://img.shields.io/badge/php-%3E=5.3-green.svg)
13+
1114
![Magento 1.6.2](https://img.shields.io/badge/magento-1.6.2-blue.svg)
1215
![Magento 1.7.1](https://img.shields.io/badge/magento-1.7.1-blue.svg)
1316
![Magento 1.8.1](https://img.shields.io/badge/magento-1.8.1-blue.svg)
1417
![Magento 1.9.2](https://img.shields.io/badge/magento-1.9.2-blue.svg)
1518
![Magento 1.9.3](https://img.shields.io/badge/magento-1.9.3-blue.svg)
16-
![PHP >= 5.3](https://img.shields.io/badge/php-%3E=5.3-green.svg)
1719

1820
Documentation
1921
--------------

app/code/community/Algolia/Algoliasearch/etc/config.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<config>
33
<modules>
44
<Algolia_Algoliasearch>
5-
<version>1.8.0</version>
5+
<version>1.8.1</version>
66
</Algolia_Algoliasearch>
77
</modules>
88
<frontend>

app/code/community/Algolia/Algoliasearch/etc/system.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<algoliasearch translate="label" module="algoliasearch">
55
<label>
66
<![CDATA[
7-
Algolia Search 1.8.0
7+
Algolia Search 1.8.1
88
<style>
99
.algoliasearch-admin-menu span {
1010
padding-left: 38px !important;

app/etc/modules/Algolia_Algoliasearch.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<Algolia_Algoliasearch>
55
<active>true</active>
66
<codePool>community</codePool>
7-
<version>1.8.0</version>
7+
<version>1.8.1</version>
88
</Algolia_Algoliasearch>
99
</modules>
1010
</config>

0 commit comments

Comments
 (0)