Skip to content

Commit 2d2d159

Browse files
author
Jan Petr
authored
Merge pull request #115 from algolia/bump_104
Bump to 1.0.4
2 parents ab91fb8 + 88d750e commit 2d2d159

4 files changed

Lines changed: 19 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# CHANGELOG
22

3+
## 1.0.4
4+
5+
- Fixed User-Agent from Magento 1 to Magento 2 (#92)
6+
- Fixed additional sections' links in autocomplete menu (#93)
7+
- All searchable attributes are set as Unordered by default (#94)
8+
- Fixed configHelper to use ProductMetadataInterface to get the correct dependecy (#97)
9+
- Fixed indexing of categories when option "Show categories that are not included in the navigation menu" weren't taken into account (#100)
10+
- Fixed backend Algolia adapter to correctly respect "Make SEO request" configuration (#101)
11+
- Fixed images config paths (#104)
12+
- Added specific HTML classes to refinement widget containers (#105)
13+
- Fixed the issue when queue runner didn't process any job after specific settings changed. Now it process always at least one job (#106)
14+
- Fixed the functionality of "Add To Cart" button (#107)
15+
- Attribute `in_stock` is now exposed in Algolia configuration and can be used for custom ranking or sorting (#109)
16+
- Add `algolia_get_retrievable_attributes` custom event to `getRetrievableAttributes` method to allow developers set custom retrievable attributes for generated API keys (#112)
17+
- Fixed queue issue when `store_id` parameter was not passed to `deleteObjects` categories' operation (#113)
18+
319
## 1.0.3
420

521
- Fixed issue with indexing content on Magento 2.1 EE and higher (#87)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ 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.0.3-green.svg)
10+
![Latest version](https://img.shields.io/badge/latest-1.0.4-green.svg)
1111
![Magento 2.0.X](https://img.shields.io/badge/Magento-2.0.X-blue.svg)
1212
![PHP >= 5.5.22](https://img.shields.io/badge/PHP-%3E=5.5.22-green.svg)
1313

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "algolia/algoliasearch-magento-2",
33
"description": "Algolia Search integration for Magento 2",
44
"type": "magento2-module",
5-
"version": "1.0.3",
5+
"version": "1.0.4",
66
"license": ["MIT"],
77
"require": {
88
"php": "~5.5.0|~5.6.0|~7.0.0",

etc/module.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0"?>
22
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Module/etc/module.xsd">
3-
<module name="Algolia_AlgoliaSearch" setup_version="1.0.3">
3+
<module name="Algolia_AlgoliaSearch" setup_version="1.0.4">
44
</module>
55
</config>

0 commit comments

Comments
 (0)