Skip to content

Commit 261c319

Browse files
committed
New version 1.5.0
1 parent a39c925 commit 261c319

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

doc/release-notes.md

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

5+
Version 1.5.0 (Dec 19, 2018)
6+
----------------------------
7+
8+
- Add seperate command line tools for full and partial reindexing
9+
- Compatibility fixes for Magento 2.2
10+
- Add compatibility to Magento 2.2 Commerce Edition
11+
- Fix bugs with area emulation on command line
12+
- Improve declaration of category attributes
13+
- Fix bug with price filter and special prices
14+
- Add automatical reindexing of products if they are assigned to categories in the category view
15+
516
Version 1.4.2 (Dec 21, 2017)
617
--------------
718

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

0 commit comments

Comments
 (0)