Skip to content

Commit 8207498

Browse files
committed
New version 1.1.2
1 parent edb4db9 commit 8207498

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "",
44
"require": {
55
"php": "~5.6.0|^7.0",
6-
"integer-net/solr-base": "^1.0.0",
6+
"integer-net/solr-base": "^2.0.0",
77
"integer-net/solr-pro": "^1.0.0",
88
"integer-net/solr-magento2-autosuggest" : "^1.0.0",
99
"magento/module-catalog": "^101.0.0",

doc/release-notes.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,13 @@ IntegerNet_Solr for Magento 2
22
===============
33
Release Notes
44

5-
Ongoing Work
5+
Version 1.1.2 (May 15, 2017)
66
---------------
77

8+
- Imporove search requests for queries including numbers
89
- Fix bug with fuzzy search for categories not working
10+
- Fix bug with autosuggest in multistore environments
11+
- Add check for correct attribute configuration
912

1013
Version 1.1.1 (Apr 12, 2017)
1114
---------------

main/src/etc/module.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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="IntegerNet_Solr" setup_version="1.1.1">
3+
<module name="IntegerNet_Solr" setup_version="1.1.2">
44
<sequence>
55
<module name="Magento_Search"/>
66
<module name="Magento_CatalogSearch"/>

0 commit comments

Comments
 (0)