Skip to content

Commit b3fa029

Browse files
committed
New version 1.6.0 with updated base library
1 parent 0582aff commit b3fa029

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

composer.json

+1-1
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": "^3.2.1",
6+
"integer-net/solr-base": "^3.3.0",
77
"integer-net/solr-pro": "^1.2.1",
88
"integer-net/solr-magento2-autosuggest" : "^1.0.0",
99
"symfony/console": "^2.3|^3.0|^4.0",

doc/release-notes.md

+5
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@ IntegerNet_Solr for Magento 2
22
===============
33
Release Notes
44

5+
Version 1.6.0 (Feb 4, 2019)
6+
---------------------------
7+
8+
- Improve search results by boosting full word matches
9+
510
Version 1.5.1 (Dec 21, 2018)
611
----------------------------
712

main/src/etc/module.xml

+1-1
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.5.1">
3+
<module name="IntegerNet_Solr" setup_version="1.6.0">
44
<sequence>
55
<module name="Magento_Store"/>
66
<module name="Magento_Search"/>

0 commit comments

Comments
 (0)